blob: 6e8aaf71b8a021ce293f28e4a421c8dd26494adb [file] [log] [blame]
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070075<h1><a href="people_v1.html">People API</a> . <a href="people_v1.people.html">people</a></h1>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080076<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="people_v1.people.connections.html">connections()</a></code>
79</p>
80<p class="firstline">Returns the connections Resource.</p>
81
82<p class="toc_element">
yoshi-code-bota8b35b92021-03-31 13:33:30 -070083 <code><a href="#batchCreateContacts">batchCreateContacts(body=None, x__xgafv=None)</a></code></p>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -040084<p class="firstline">Create a batch of new contacts and return the PersonResponses for the newly created contacts. Limited to 10 parallel requests per user.</p>
yoshi-code-bota8b35b92021-03-31 13:33:30 -070085<p class="toc_element">
86 <code><a href="#batchDeleteContacts">batchDeleteContacts(body=None, x__xgafv=None)</a></code></p>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -040087<p class="firstline">Delete a batch of contacts. Any non-contact data will not be deleted. Limited to 10 parallel requests per user.</p>
yoshi-code-bota8b35b92021-03-31 13:33:30 -070088<p class="toc_element">
89 <code><a href="#batchUpdateContacts">batchUpdateContacts(body=None, x__xgafv=None)</a></code></p>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -040090<p class="firstline">Update a batch of contacts and return a map of resource names to PersonResponses for the updated contacts. Limited to 10 parallel requests per user.</p>
yoshi-code-bota8b35b92021-03-31 13:33:30 -070091<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070092 <code><a href="#close">close()</a></code></p>
93<p class="firstline">Close httplib2 connections.</p>
94<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080095 <code><a href="#createContact">createContact(body=None, personFields=None, sources=None, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070096<p class="firstline">Create a new contact and return the person resource for that contact. The request returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070097<p class="toc_element">
98 <code><a href="#deleteContact">deleteContact(resourceName, x__xgafv=None)</a></code></p>
99<p class="firstline">Delete a contact person. Any non-contact data will not be deleted.</p>
100<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800101 <code><a href="#deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700102<p class="firstline">Delete a contact's photo.</p>
103<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800104 <code><a href="#get">get(resourceName, personFields=None, requestMask_includeField=None, sources=None, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700105<p class="firstline">Provides information about a person by specifying a resource name. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800106<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800107 <code><a href="#getBatchGet">getBatchGet(personFields=None, requestMask_includeField=None, resourceNames=None, sources=None, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700108<p class="firstline">Provides information about a list of specific people by specifying a list of requested resource names. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700109<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800110 <code><a href="#listDirectoryPeople">listDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, readMask=None, requestSyncToken=None, sources=None, syncToken=None, x__xgafv=None)</a></code></p>
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700111<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>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700112<p class="toc_element">
113 <code><a href="#listDirectoryPeople_next">listDirectoryPeople_next(previous_request, previous_response)</a></code></p>
114<p class="firstline">Retrieves the next page of results.</p>
115<p class="toc_element">
Anthonios Partheniou10f4b672021-04-13 14:47:53 -0400116 <code><a href="#searchContacts">searchContacts(pageSize=None, query=None, readMask=None, sources=None, x__xgafv=None)</a></code></p>
yoshi-code-bot33237a82021-06-09 00:26:03 -0700117<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>
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800118<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800119 <code><a href="#searchDirectoryPeople">searchDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, query=None, readMask=None, sources=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700120<p class="firstline">Provides a list of domain profiles and domain contacts in the authenticated user's domain directory that match the search query.</p>
121<p class="toc_element">
122 <code><a href="#searchDirectoryPeople_next">searchDirectoryPeople_next(previous_request, previous_response)</a></code></p>
123<p class="firstline">Retrieves the next page of results.</p>
124<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800125 <code><a href="#updateContact">updateContact(resourceName, body=None, personFields=None, sources=None, updatePersonFields=None, x__xgafv=None)</a></code></p>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700126<p class="firstline">Update contact data for an existing contact person. Any non-contact data will not be modified. Any non-contact data in the person to update will be ignored. All fields specified in the `update_mask` will be replaced. The server returns a 400 error if `person.metadata.sources` is not specified for the contact to be updated or if there is no contact source. The server returns a 400 error with reason `"failedPrecondition"` if `person.metadata.sources.etag` is different than the contact's etag, which indicates the contact has changed since its data was read. Clients should get the latest person and merge their updates into the latest person. The server returns a 400 error if `memberships` are being updated and there are no contact group memberships specified on the person. The server returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names</p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700127<p class="toc_element">
128 <code><a href="#updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</a></code></p>
129<p class="firstline">Update a contact's photo.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800130<h3>Method Details</h3>
131<div class="method">
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700132 <code class="details" id="batchCreateContacts">batchCreateContacts(body=None, x__xgafv=None)</code>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -0400133 <pre>Create a batch of new contacts and return the PersonResponses for the newly created contacts. Limited to 10 parallel requests per user.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700134
135Args:
136 body: object, The request body.
137 The object takes the form of:
138
139{ # A request to create a batch of contacts.
140 &quot;contacts&quot;: [ # Required. The contact to create. Allows up to 200 contacts in a single request.
141 { # A wrapper that contains the person data to populate a newly created source.
142 &quot;contactPerson&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # Required. The person data to populate a newly created source.
143 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
144 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
145 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
146 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
147 &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
148 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
149 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
150 &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
151 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700152 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700153 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700165 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700166 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700180 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700181 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700193 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700194 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700202 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700203 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700215 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700216 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700229 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700230 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700242 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700243 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700251 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700252 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700264 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700265 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700274 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700275 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700287 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700288 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700298 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700299 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700311 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700312 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700321 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700322 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700334 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700335 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 ],
yoshi-code-bot07708072021-07-20 00:20:24 -0700340 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700341 { # 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700345 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700346 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700358 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700359 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700375 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700376 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700388 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700389 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700398 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700399 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700411 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700412 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700421 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700422 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700434 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700435 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700445 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700446 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700458 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700459 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700469 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700470 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700482 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700483 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700493 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700494 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700506 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700507 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700515 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700516 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700528 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700529 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700542 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700543 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700555 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700556 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 },
yoshi-code-bot33237a82021-06-09 00:26:03 -0700568 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700570 },
571 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700572 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700573 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700585 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700586 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bot07708072021-07-20 00:20:24 -0700591 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700592 &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.
yoshi-code-bot07708072021-07-20 00:20:24 -0700596 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700597 &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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700618 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700619 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700631 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700632 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700647 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700648 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700660 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700661 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700676 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700677 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700689 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700690 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700699 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700700 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700712 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700713 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
721 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
722 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
723 &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.
724 &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.
725 &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.
726 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
727 },
728 &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.
729 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
730 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
731 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700732 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700733 &quot;source&quot;: { # The source of a field. # The source of the field.
734 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
735 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
736 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
737 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
738 &quot;userTypes&quot;: [ # Output only. The user types.
739 &quot;A String&quot;,
740 ],
741 },
742 &quot;type&quot;: &quot;A String&quot;, # The source type.
743 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
744 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700745 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700746 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
747 },
748 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
749 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
750 &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.
751 &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.
752 &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.
753 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
754 },
755 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
756 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
757 &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`
758 },
759 ],
yoshi-code-bot07708072021-07-20 00:20:24 -0700760 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700761 { # A person&#x27;s phone number.
762 &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.
763 &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.
764 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700765 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700766 &quot;source&quot;: { # The source of a field. # The source of the field.
767 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
768 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
769 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
770 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
771 &quot;userTypes&quot;: [ # Output only. The user types.
772 &quot;A String&quot;,
773 ],
774 },
775 &quot;type&quot;: &quot;A String&quot;, # The source type.
776 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
777 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700778 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700779 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
780 },
781 &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`
782 &quot;value&quot;: &quot;A String&quot;, # The phone number.
783 },
784 ],
785 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
786 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
787 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
788 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700789 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700790 &quot;source&quot;: { # The source of a field. # The source of the field.
791 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
792 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
793 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
794 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
795 &quot;userTypes&quot;: [ # Output only. The user types.
796 &quot;A String&quot;,
797 ],
798 },
799 &quot;type&quot;: &quot;A String&quot;, # The source type.
800 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
801 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700802 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700803 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
804 },
805 &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
806 },
807 ],
808 &quot;relations&quot;: [ # The person&#x27;s relations.
809 { # A person&#x27;s relation to another person.
810 &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.
811 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700812 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700813 &quot;source&quot;: { # The source of a field. # The source of the field.
814 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
815 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
816 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
817 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
818 &quot;userTypes&quot;: [ # Output only. The user types.
819 &quot;A String&quot;,
820 ],
821 },
822 &quot;type&quot;: &quot;A String&quot;, # The source type.
823 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
824 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700825 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700826 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
827 },
828 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
829 &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`
830 },
831 ],
832 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
833 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
834 &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.
835 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700836 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700837 &quot;source&quot;: { # The source of a field. # The source of the field.
838 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
839 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
840 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
841 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
842 &quot;userTypes&quot;: [ # Output only. The user types.
843 &quot;A String&quot;,
844 ],
845 },
846 &quot;type&quot;: &quot;A String&quot;, # The source type.
847 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
848 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700849 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700850 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
851 },
852 &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`
853 },
854 ],
855 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
856 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
857 &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.
858 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700859 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700860 &quot;source&quot;: { # The source of a field. # The source of the field.
861 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
862 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
863 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
864 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
865 &quot;userTypes&quot;: [ # Output only. The user types.
866 &quot;A String&quot;,
867 ],
868 },
869 &quot;type&quot;: &quot;A String&quot;, # The source type.
870 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
871 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700872 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700873 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
874 },
875 &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`
876 },
877 ],
878 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
879 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
880 &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.
881 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700882 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700883 &quot;source&quot;: { # The source of a field. # The source of the field.
884 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
885 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
886 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
887 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
888 &quot;userTypes&quot;: [ # Output only. The user types.
889 &quot;A String&quot;,
890 ],
891 },
892 &quot;type&quot;: &quot;A String&quot;, # The source type.
893 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
894 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700895 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700896 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
897 },
898 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
899 },
900 ],
901 &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}`.
902 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
903 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
904 &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.
905 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700906 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700907 &quot;source&quot;: { # The source of a field. # The source of the field.
908 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
909 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
910 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
911 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
912 &quot;userTypes&quot;: [ # Output only. The user types.
913 &quot;A String&quot;,
914 ],
915 },
916 &quot;type&quot;: &quot;A String&quot;, # The source type.
917 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
918 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700919 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700920 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
921 },
922 &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`
923 &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.
924 },
925 ],
926 &quot;skills&quot;: [ # The person&#x27;s skills.
927 { # A skill that the person has.
928 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700929 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700930 &quot;source&quot;: { # The source of a field. # The source of the field.
931 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
932 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
933 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
934 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
935 &quot;userTypes&quot;: [ # Output only. The user types.
936 &quot;A String&quot;,
937 ],
938 },
939 &quot;type&quot;: &quot;A String&quot;, # The source type.
940 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
941 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700942 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700943 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
944 },
945 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
946 },
947 ],
948 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
949 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
950 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700951 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700952 &quot;source&quot;: { # The source of a field. # The source of the field.
953 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
954 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
955 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
956 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
957 &quot;userTypes&quot;: [ # Output only. The user types.
958 &quot;A String&quot;,
959 ],
960 },
961 &quot;type&quot;: &quot;A String&quot;, # The source type.
962 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
963 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700964 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700965 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
966 },
967 &quot;value&quot;: &quot;A String&quot;, # The tagline.
968 },
969 ],
970 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
971 { # A person&#x27;s associated URLs.
972 &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.
973 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700974 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700975 &quot;source&quot;: { # The source of a field. # The source of the field.
976 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
977 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
978 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
979 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
980 &quot;userTypes&quot;: [ # Output only. The user types.
981 &quot;A String&quot;,
982 ],
983 },
984 &quot;type&quot;: &quot;A String&quot;, # The source type.
985 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
986 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700987 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700988 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
989 },
990 &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`
991 &quot;value&quot;: &quot;A String&quot;, # The URL.
992 },
993 ],
994 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
995 { # Arbitrary user data that is populated by the end users.
996 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
997 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700998 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700999 &quot;source&quot;: { # The source of a field. # The source of the field.
1000 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1001 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1002 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1003 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1004 &quot;userTypes&quot;: [ # Output only. The user types.
1005 &quot;A String&quot;,
1006 ],
1007 },
1008 &quot;type&quot;: &quot;A String&quot;, # The source type.
1009 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1010 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001011 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001012 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1013 },
1014 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
1015 },
1016 ],
1017 },
1018 },
1019 ],
1020 &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
1021 &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.
1022 &quot;A String&quot;,
1023 ],
1024}
1025
1026 x__xgafv: string, V1 error format.
1027 Allowed values
1028 1 - v1 error format
1029 2 - v2 error format
1030
1031Returns:
1032 An object of the form:
1033
yoshi-code-botcdf480e2021-08-17 00:20:40 -07001034 { # If not successful, returns BatchCreateContactsErrorDetails.contacts which contains a list of errors for each invalid contact. The response to a request to create a batch of contacts.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001035 &quot;createdPeople&quot;: [ # The contacts that were created, unless the request `read_mask` is empty.
1036 { # The response for a single person
1037 &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
1038 &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.
1039 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1040 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1041 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1042 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1043 &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.
1044 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1045 &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.
1046 &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.
1047 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001048 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001049 &quot;source&quot;: { # The source of a field. # The source of the field.
1050 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1051 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1052 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1053 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1054 &quot;userTypes&quot;: [ # Output only. The user types.
1055 &quot;A String&quot;,
1056 ],
1057 },
1058 &quot;type&quot;: &quot;A String&quot;, # The source type.
1059 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1060 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001061 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001062 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1063 },
1064 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1065 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1066 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1067 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1068 &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`
1069 },
1070 ],
1071 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
1072 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1073 { # A person&#x27;s age range.
1074 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
1075 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001076 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001077 &quot;source&quot;: { # The source of a field. # The source of the field.
1078 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1079 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1080 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1081 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1082 &quot;userTypes&quot;: [ # Output only. The user types.
1083 &quot;A String&quot;,
1084 ],
1085 },
1086 &quot;type&quot;: &quot;A String&quot;, # The source type.
1087 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1088 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001089 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001090 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1091 },
1092 },
1093 ],
1094 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
1095 { # A person&#x27;s short biography.
1096 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
1097 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001098 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001099 &quot;source&quot;: { # The source of a field. # The source of the field.
1100 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1101 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1102 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1103 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1104 &quot;userTypes&quot;: [ # Output only. The user types.
1105 &quot;A String&quot;,
1106 ],
1107 },
1108 &quot;type&quot;: &quot;A String&quot;, # The source type.
1109 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1110 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001111 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001112 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1113 },
1114 &quot;value&quot;: &quot;A String&quot;, # The short biography.
1115 },
1116 ],
1117 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
1118 { # 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.
1119 &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.
1120 &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.
1121 &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.
1122 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1123 },
1124 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001125 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001126 &quot;source&quot;: { # The source of a field. # The source of the field.
1127 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1128 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1129 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1130 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1131 &quot;userTypes&quot;: [ # Output only. The user types.
1132 &quot;A String&quot;,
1133 ],
1134 },
1135 &quot;type&quot;: &quot;A String&quot;, # The source type.
1136 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1137 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001138 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001139 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1140 },
1141 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
1142 },
1143 ],
1144 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
1145 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
1146 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001147 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001148 &quot;source&quot;: { # The source of a field. # The source of the field.
1149 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1150 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1151 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1152 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1153 &quot;userTypes&quot;: [ # Output only. The user types.
1154 &quot;A String&quot;,
1155 ],
1156 },
1157 &quot;type&quot;: &quot;A String&quot;, # The source type.
1158 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1159 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001160 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001161 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1162 },
1163 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
1164 },
1165 ],
1166 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
1167 { # A person&#x27;s calendar URL.
1168 &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.
1169 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001170 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001171 &quot;source&quot;: { # The source of a field. # The source of the field.
1172 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1173 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1174 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1175 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1176 &quot;userTypes&quot;: [ # Output only. The user types.
1177 &quot;A String&quot;,
1178 ],
1179 },
1180 &quot;type&quot;: &quot;A String&quot;, # The source type.
1181 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1182 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001183 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001184 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1185 },
1186 &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`
1187 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
1188 },
1189 ],
1190 &quot;clientData&quot;: [ # The person&#x27;s client data.
1191 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
1192 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
1193 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001194 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001195 &quot;source&quot;: { # The source of a field. # The source of the field.
1196 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1197 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1198 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1199 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1200 &quot;userTypes&quot;: [ # Output only. The user types.
1201 &quot;A String&quot;,
1202 ],
1203 },
1204 &quot;type&quot;: &quot;A String&quot;, # The source type.
1205 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1206 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001207 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001208 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1209 },
1210 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
1211 },
1212 ],
1213 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
1214 { # 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.
1215 &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.
1216 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001217 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001218 &quot;source&quot;: { # The source of a field. # The source of the field.
1219 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1220 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1221 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1222 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1223 &quot;userTypes&quot;: [ # Output only. The user types.
1224 &quot;A String&quot;,
1225 ],
1226 },
1227 &quot;type&quot;: &quot;A String&quot;, # The source type.
1228 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1229 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001230 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001231 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1232 },
1233 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
1234 },
1235 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07001236 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001237 { # A person&#x27;s email address.
1238 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
1239 &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.
1240 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001241 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001242 &quot;source&quot;: { # The source of a field. # The source of the field.
1243 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1244 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1245 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1246 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1247 &quot;userTypes&quot;: [ # Output only. The user types.
1248 &quot;A String&quot;,
1249 ],
1250 },
1251 &quot;type&quot;: &quot;A String&quot;, # The source type.
1252 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1253 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001254 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001255 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1256 },
1257 &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`
1258 &quot;value&quot;: &quot;A String&quot;, # The email address.
1259 },
1260 ],
1261 &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.
1262 &quot;events&quot;: [ # The person&#x27;s events.
1263 { # An event related to the person.
1264 &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.
1265 &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.
1266 &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.
1267 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1268 },
1269 &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.
1270 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001271 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001272 &quot;source&quot;: { # The source of a field. # The source of the field.
1273 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1274 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1275 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1276 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1277 &quot;userTypes&quot;: [ # Output only. The user types.
1278 &quot;A String&quot;,
1279 ],
1280 },
1281 &quot;type&quot;: &quot;A String&quot;, # The source type.
1282 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1283 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001284 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001285 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1286 },
1287 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
1288 },
1289 ],
1290 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
1291 { # An identifier from an external entity related to the person.
1292 &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.
1293 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001294 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001295 &quot;source&quot;: { # The source of a field. # The source of the field.
1296 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1297 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1298 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1299 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1300 &quot;userTypes&quot;: [ # Output only. The user types.
1301 &quot;A String&quot;,
1302 ],
1303 },
1304 &quot;type&quot;: &quot;A String&quot;, # The source type.
1305 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1306 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001307 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001308 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1309 },
1310 &quot;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`
1311 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
1312 },
1313 ],
1314 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
1315 { # The name that should be used to sort the person in a list.
1316 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001317 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001318 &quot;source&quot;: { # The source of a field. # The source of the field.
1319 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1320 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1321 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1322 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1323 &quot;userTypes&quot;: [ # Output only. The user types.
1324 &quot;A String&quot;,
1325 ],
1326 },
1327 &quot;type&quot;: &quot;A String&quot;, # The source type.
1328 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1329 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001330 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001331 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1332 },
1333 &quot;value&quot;: &quot;A String&quot;, # The file-as value
1334 },
1335 ],
1336 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
1337 { # A person&#x27;s gender.
1338 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
1339 &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.
1340 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001341 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001342 &quot;source&quot;: { # The source of a field. # The source of the field.
1343 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1344 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1345 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1346 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1347 &quot;userTypes&quot;: [ # Output only. The user types.
1348 &quot;A String&quot;,
1349 ],
1350 },
1351 &quot;type&quot;: &quot;A String&quot;, # The source type.
1352 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1353 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001354 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001355 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1356 },
1357 &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`
1358 },
1359 ],
1360 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
1361 { # A person&#x27;s instant messaging client.
1362 &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.
1363 &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.
1364 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001365 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001366 &quot;source&quot;: { # The source of a field. # The source of the field.
1367 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1368 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1369 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1370 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1371 &quot;userTypes&quot;: [ # Output only. The user types.
1372 &quot;A String&quot;,
1373 ],
1374 },
1375 &quot;type&quot;: &quot;A String&quot;, # The source type.
1376 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1377 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001378 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001379 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1380 },
1381 &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`
1382 &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`
1383 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
1384 },
1385 ],
1386 &quot;interests&quot;: [ # The person&#x27;s interests.
1387 { # One of the person&#x27;s interests.
1388 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001389 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001390 &quot;source&quot;: { # The source of a field. # The source of the field.
1391 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1392 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1393 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1394 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1395 &quot;userTypes&quot;: [ # Output only. The user types.
1396 &quot;A String&quot;,
1397 ],
1398 },
1399 &quot;type&quot;: &quot;A String&quot;, # The source type.
1400 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1401 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001402 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001403 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1404 },
1405 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
1406 },
1407 ],
1408 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
1409 { # A person&#x27;s locale preference.
1410 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001411 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001412 &quot;source&quot;: { # The source of a field. # The source of the field.
1413 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1414 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1415 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1416 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1417 &quot;userTypes&quot;: [ # Output only. The user types.
1418 &quot;A String&quot;,
1419 ],
1420 },
1421 &quot;type&quot;: &quot;A String&quot;, # The source type.
1422 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1423 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001424 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001425 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1426 },
1427 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
1428 },
1429 ],
1430 &quot;locations&quot;: [ # The person&#x27;s locations.
1431 { # A person&#x27;s location.
1432 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
1433 &quot;current&quot;: True or False, # Whether the location is the current location.
1434 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
1435 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
1436 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
1437 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001438 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001439 &quot;source&quot;: { # The source of a field. # The source of the field.
1440 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1441 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1442 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1443 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1444 &quot;userTypes&quot;: [ # Output only. The user types.
1445 &quot;A String&quot;,
1446 ],
1447 },
1448 &quot;type&quot;: &quot;A String&quot;, # The source type.
1449 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1450 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001451 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001452 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1453 },
1454 &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`
1455 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
1456 },
1457 ],
1458 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
1459 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
1460 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
1461 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
1462 &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.
1463 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07001464 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
1465 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001466 },
1467 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001468 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001469 &quot;source&quot;: { # The source of a field. # The source of the field.
1470 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1471 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1472 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1473 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1474 &quot;userTypes&quot;: [ # Output only. The user types.
1475 &quot;A String&quot;,
1476 ],
1477 },
1478 &quot;type&quot;: &quot;A String&quot;, # The source type.
1479 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1480 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001481 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001482 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1483 },
1484 },
1485 ],
1486 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07001487 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001488 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
1489 &quot;A String&quot;,
1490 ],
1491 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07001492 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001493 &quot;A String&quot;,
1494 ],
1495 &quot;sources&quot;: [ # The sources of data for the person.
1496 { # The source of a field.
1497 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1498 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1499 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1500 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1501 &quot;userTypes&quot;: [ # Output only. The user types.
1502 &quot;A String&quot;,
1503 ],
1504 },
1505 &quot;type&quot;: &quot;A String&quot;, # The source type.
1506 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1507 },
1508 ],
1509 },
1510 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
1511 { # A person&#x27;s miscellaneous keyword.
1512 &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.
1513 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001514 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001515 &quot;source&quot;: { # The source of a field. # The source of the field.
1516 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1517 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1518 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1519 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1520 &quot;userTypes&quot;: [ # Output only. The user types.
1521 &quot;A String&quot;,
1522 ],
1523 },
1524 &quot;type&quot;: &quot;A String&quot;, # The source type.
1525 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1526 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001527 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001528 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1529 },
1530 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
1531 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
1532 },
1533 ],
1534 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
1535 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
1536 &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.
1537 &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.
1538 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
1539 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
1540 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
1541 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
1542 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001543 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001544 &quot;source&quot;: { # The source of a field. # The source of the field.
1545 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1546 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1547 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1548 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1549 &quot;userTypes&quot;: [ # Output only. The user types.
1550 &quot;A String&quot;,
1551 ],
1552 },
1553 &quot;type&quot;: &quot;A String&quot;, # The source type.
1554 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1555 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001556 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001557 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1558 },
1559 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
1560 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
1561 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
1562 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
1563 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
1564 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
1565 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
1566 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
1567 },
1568 ],
1569 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
1570 { # A person&#x27;s nickname.
1571 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001572 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001573 &quot;source&quot;: { # The source of a field. # The source of the field.
1574 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1575 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1576 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1577 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1578 &quot;userTypes&quot;: [ # Output only. The user types.
1579 &quot;A String&quot;,
1580 ],
1581 },
1582 &quot;type&quot;: &quot;A String&quot;, # The source type.
1583 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1584 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001585 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001586 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1587 },
1588 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
1589 &quot;value&quot;: &quot;A String&quot;, # The nickname.
1590 },
1591 ],
1592 &quot;occupations&quot;: [ # The person&#x27;s occupations.
1593 { # A person&#x27;s occupation.
1594 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001595 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001596 &quot;source&quot;: { # The source of a field. # The source of the field.
1597 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1598 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1599 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1600 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1601 &quot;userTypes&quot;: [ # Output only. The user types.
1602 &quot;A String&quot;,
1603 ],
1604 },
1605 &quot;type&quot;: &quot;A String&quot;, # The source type.
1606 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1607 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001608 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001609 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1610 },
1611 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
1612 },
1613 ],
1614 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
1615 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
1616 &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.
1617 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
1618 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
1619 &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.
1620 &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.
1621 &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.
1622 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1623 },
1624 &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.
1625 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
1626 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
1627 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001628 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001629 &quot;source&quot;: { # The source of a field. # The source of the field.
1630 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1631 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1632 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1633 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1634 &quot;userTypes&quot;: [ # Output only. The user types.
1635 &quot;A String&quot;,
1636 ],
1637 },
1638 &quot;type&quot;: &quot;A String&quot;, # The source type.
1639 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1640 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001641 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001642 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1643 },
1644 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
1645 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
1646 &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.
1647 &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.
1648 &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.
1649 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1650 },
1651 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
1652 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
1653 &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`
1654 },
1655 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07001656 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001657 { # A person&#x27;s phone number.
1658 &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.
1659 &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.
1660 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001661 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001662 &quot;source&quot;: { # The source of a field. # The source of the field.
1663 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1664 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1665 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1666 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1667 &quot;userTypes&quot;: [ # Output only. The user types.
1668 &quot;A String&quot;,
1669 ],
1670 },
1671 &quot;type&quot;: &quot;A String&quot;, # The source type.
1672 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1673 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001674 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001675 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1676 },
1677 &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`
1678 &quot;value&quot;: &quot;A String&quot;, # The phone number.
1679 },
1680 ],
1681 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
1682 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
1683 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
1684 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001685 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001686 &quot;source&quot;: { # The source of a field. # The source of the field.
1687 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1688 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1689 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1690 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1691 &quot;userTypes&quot;: [ # Output only. The user types.
1692 &quot;A String&quot;,
1693 ],
1694 },
1695 &quot;type&quot;: &quot;A String&quot;, # The source type.
1696 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1697 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001698 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001699 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1700 },
1701 &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
1702 },
1703 ],
1704 &quot;relations&quot;: [ # The person&#x27;s relations.
1705 { # A person&#x27;s relation to another person.
1706 &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.
1707 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001708 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001709 &quot;source&quot;: { # The source of a field. # The source of the field.
1710 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1711 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1712 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1713 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1714 &quot;userTypes&quot;: [ # Output only. The user types.
1715 &quot;A String&quot;,
1716 ],
1717 },
1718 &quot;type&quot;: &quot;A String&quot;, # The source type.
1719 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1720 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001721 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001722 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1723 },
1724 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
1725 &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`
1726 },
1727 ],
1728 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
1729 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
1730 &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.
1731 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001732 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001733 &quot;source&quot;: { # The source of a field. # The source of the field.
1734 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1735 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1736 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1737 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1738 &quot;userTypes&quot;: [ # Output only. The user types.
1739 &quot;A String&quot;,
1740 ],
1741 },
1742 &quot;type&quot;: &quot;A String&quot;, # The source type.
1743 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1744 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001745 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001746 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1747 },
1748 &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`
1749 },
1750 ],
1751 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
1752 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
1753 &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.
1754 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001755 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001756 &quot;source&quot;: { # The source of a field. # The source of the field.
1757 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1758 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1759 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1760 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1761 &quot;userTypes&quot;: [ # Output only. The user types.
1762 &quot;A String&quot;,
1763 ],
1764 },
1765 &quot;type&quot;: &quot;A String&quot;, # The source type.
1766 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1767 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001768 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001769 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1770 },
1771 &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`
1772 },
1773 ],
1774 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
1775 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
1776 &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.
1777 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001778 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001779 &quot;source&quot;: { # The source of a field. # The source of the field.
1780 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1781 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1782 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1783 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1784 &quot;userTypes&quot;: [ # Output only. The user types.
1785 &quot;A String&quot;,
1786 ],
1787 },
1788 &quot;type&quot;: &quot;A String&quot;, # The source type.
1789 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1790 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001791 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001792 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1793 },
1794 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
1795 },
1796 ],
1797 &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}`.
1798 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
1799 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
1800 &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.
1801 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001802 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001803 &quot;source&quot;: { # The source of a field. # The source of the field.
1804 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1805 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1806 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1807 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1808 &quot;userTypes&quot;: [ # Output only. The user types.
1809 &quot;A String&quot;,
1810 ],
1811 },
1812 &quot;type&quot;: &quot;A String&quot;, # The source type.
1813 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1814 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001815 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001816 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1817 },
1818 &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`
1819 &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.
1820 },
1821 ],
1822 &quot;skills&quot;: [ # The person&#x27;s skills.
1823 { # A skill that the person has.
1824 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001825 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001826 &quot;source&quot;: { # The source of a field. # The source of the field.
1827 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1828 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1829 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1830 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1831 &quot;userTypes&quot;: [ # Output only. The user types.
1832 &quot;A String&quot;,
1833 ],
1834 },
1835 &quot;type&quot;: &quot;A String&quot;, # The source type.
1836 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1837 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001838 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001839 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1840 },
1841 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
1842 },
1843 ],
1844 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
1845 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
1846 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001847 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001848 &quot;source&quot;: { # The source of a field. # The source of the field.
1849 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1850 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1851 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1852 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1853 &quot;userTypes&quot;: [ # Output only. The user types.
1854 &quot;A String&quot;,
1855 ],
1856 },
1857 &quot;type&quot;: &quot;A String&quot;, # The source type.
1858 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1859 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001860 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001861 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1862 },
1863 &quot;value&quot;: &quot;A String&quot;, # The tagline.
1864 },
1865 ],
1866 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
1867 { # A person&#x27;s associated URLs.
1868 &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.
1869 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001870 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001871 &quot;source&quot;: { # The source of a field. # The source of the field.
1872 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1873 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1874 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1875 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1876 &quot;userTypes&quot;: [ # Output only. The user types.
1877 &quot;A String&quot;,
1878 ],
1879 },
1880 &quot;type&quot;: &quot;A String&quot;, # The source type.
1881 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1882 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001883 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001884 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1885 },
1886 &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`
1887 &quot;value&quot;: &quot;A String&quot;, # The URL.
1888 },
1889 ],
1890 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
1891 { # Arbitrary user data that is populated by the end users.
1892 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
1893 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001894 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001895 &quot;source&quot;: { # The source of a field. # The source of the field.
1896 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1897 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1898 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1899 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1900 &quot;userTypes&quot;: [ # Output only. The user types.
1901 &quot;A String&quot;,
1902 ],
1903 },
1904 &quot;type&quot;: &quot;A String&quot;, # The source type.
1905 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1906 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001907 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001908 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1909 },
1910 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
1911 },
1912 ],
1913 },
1914 &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.
1915 &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.
1916 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
1917 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
1918 {
1919 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
1920 },
1921 ],
1922 &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.
1923 },
1924 },
1925 ],
1926}</pre>
1927</div>
1928
1929<div class="method">
1930 <code class="details" id="batchDeleteContacts">batchDeleteContacts(body=None, x__xgafv=None)</code>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -04001931 <pre>Delete a batch of contacts. Any non-contact data will not be deleted. Limited to 10 parallel requests per user.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001932
1933Args:
1934 body: object, The request body.
1935 The object takes the form of:
1936
1937{ # A request to delete a batch of existing contacts.
1938 &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.
1939 &quot;A String&quot;,
1940 ],
1941}
1942
1943 x__xgafv: string, V1 error format.
1944 Allowed values
1945 1 - v1 error format
1946 2 - v2 error format
1947
1948Returns:
1949 An object of the form:
1950
1951 { # 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 `{}`.
1952}</pre>
1953</div>
1954
1955<div class="method">
1956 <code class="details" id="batchUpdateContacts">batchUpdateContacts(body=None, x__xgafv=None)</code>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -04001957 <pre>Update a batch of contacts and return a map of resource names to PersonResponses for the updated contacts. Limited to 10 parallel requests per user.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001958
1959Args:
1960 body: object, The request body.
1961 The object takes the form of:
1962
1963{ # A request to update a batch of contacts.
1964 &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.
1965 &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.
1966 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1967 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1968 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1969 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1970 &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.
1971 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1972 &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.
1973 &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.
1974 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001975 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001976 &quot;source&quot;: { # The source of a field. # The source of the field.
1977 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1978 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1979 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1980 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1981 &quot;userTypes&quot;: [ # Output only. The user types.
1982 &quot;A String&quot;,
1983 ],
1984 },
1985 &quot;type&quot;: &quot;A String&quot;, # The source type.
1986 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1987 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001988 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001989 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1990 },
1991 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1992 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1993 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1994 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1995 &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`
1996 },
1997 ],
1998 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
1999 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
2000 { # A person&#x27;s age range.
2001 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
2002 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002003 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002004 &quot;source&quot;: { # The source of a field. # The source of the field.
2005 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2006 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2007 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2008 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2009 &quot;userTypes&quot;: [ # Output only. The user types.
2010 &quot;A String&quot;,
2011 ],
2012 },
2013 &quot;type&quot;: &quot;A String&quot;, # The source type.
2014 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2015 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002016 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002017 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2018 },
2019 },
2020 ],
2021 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
2022 { # A person&#x27;s short biography.
2023 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
2024 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002025 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002026 &quot;source&quot;: { # The source of a field. # The source of the field.
2027 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2028 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2029 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2030 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2031 &quot;userTypes&quot;: [ # Output only. The user types.
2032 &quot;A String&quot;,
2033 ],
2034 },
2035 &quot;type&quot;: &quot;A String&quot;, # The source type.
2036 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2037 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002038 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002039 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2040 },
2041 &quot;value&quot;: &quot;A String&quot;, # The short biography.
2042 },
2043 ],
2044 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
2045 { # 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.
2046 &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.
2047 &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.
2048 &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.
2049 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2050 },
2051 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002052 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002053 &quot;source&quot;: { # The source of a field. # The source of the field.
2054 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2055 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2056 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2057 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2058 &quot;userTypes&quot;: [ # Output only. The user types.
2059 &quot;A String&quot;,
2060 ],
2061 },
2062 &quot;type&quot;: &quot;A String&quot;, # The source type.
2063 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2064 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002065 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002066 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2067 },
2068 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
2069 },
2070 ],
2071 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2072 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2073 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002074 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002075 &quot;source&quot;: { # The source of a field. # The source of the field.
2076 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2077 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2078 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2079 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2080 &quot;userTypes&quot;: [ # Output only. The user types.
2081 &quot;A String&quot;,
2082 ],
2083 },
2084 &quot;type&quot;: &quot;A String&quot;, # The source type.
2085 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2086 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002087 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002088 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2089 },
2090 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
2091 },
2092 ],
2093 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
2094 { # A person&#x27;s calendar URL.
2095 &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.
2096 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002097 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002098 &quot;source&quot;: { # The source of a field. # The source of the field.
2099 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2100 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2101 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2102 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2103 &quot;userTypes&quot;: [ # Output only. The user types.
2104 &quot;A String&quot;,
2105 ],
2106 },
2107 &quot;type&quot;: &quot;A String&quot;, # The source type.
2108 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2109 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002110 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002111 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2112 },
2113 &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`
2114 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
2115 },
2116 ],
2117 &quot;clientData&quot;: [ # The person&#x27;s client data.
2118 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
2119 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
2120 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002121 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002122 &quot;source&quot;: { # The source of a field. # The source of the field.
2123 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2124 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2125 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2126 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2127 &quot;userTypes&quot;: [ # Output only. The user types.
2128 &quot;A String&quot;,
2129 ],
2130 },
2131 &quot;type&quot;: &quot;A String&quot;, # The source type.
2132 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2133 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002134 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002135 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2136 },
2137 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
2138 },
2139 ],
2140 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
2141 { # 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.
2142 &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.
2143 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002144 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002145 &quot;source&quot;: { # The source of a field. # The source of the field.
2146 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2147 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2148 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2149 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2150 &quot;userTypes&quot;: [ # Output only. The user types.
2151 &quot;A String&quot;,
2152 ],
2153 },
2154 &quot;type&quot;: &quot;A String&quot;, # The source type.
2155 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2156 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002157 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002158 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2159 },
2160 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
2161 },
2162 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07002163 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002164 { # A person&#x27;s email address.
2165 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
2166 &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.
2167 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002168 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002169 &quot;source&quot;: { # The source of a field. # The source of the field.
2170 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2171 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2172 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2173 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2174 &quot;userTypes&quot;: [ # Output only. The user types.
2175 &quot;A String&quot;,
2176 ],
2177 },
2178 &quot;type&quot;: &quot;A String&quot;, # The source type.
2179 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2180 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002181 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002182 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2183 },
2184 &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`
2185 &quot;value&quot;: &quot;A String&quot;, # The email address.
2186 },
2187 ],
2188 &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.
2189 &quot;events&quot;: [ # The person&#x27;s events.
2190 { # An event related to the person.
2191 &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.
2192 &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.
2193 &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.
2194 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2195 },
2196 &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.
2197 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002198 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002199 &quot;source&quot;: { # The source of a field. # The source of the field.
2200 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2201 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2202 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2203 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2204 &quot;userTypes&quot;: [ # Output only. The user types.
2205 &quot;A String&quot;,
2206 ],
2207 },
2208 &quot;type&quot;: &quot;A String&quot;, # The source type.
2209 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2210 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002211 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002212 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2213 },
2214 &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`
2215 },
2216 ],
2217 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
2218 { # An identifier from an external entity related to the person.
2219 &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.
2220 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002221 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002222 &quot;source&quot;: { # The source of a field. # The source of the field.
2223 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2224 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2225 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2226 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2227 &quot;userTypes&quot;: [ # Output only. The user types.
2228 &quot;A String&quot;,
2229 ],
2230 },
2231 &quot;type&quot;: &quot;A String&quot;, # The source type.
2232 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2233 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002234 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002235 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2236 },
2237 &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`
2238 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
2239 },
2240 ],
2241 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
2242 { # The name that should be used to sort the person in a list.
2243 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002244 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002245 &quot;source&quot;: { # The source of a field. # The source of the field.
2246 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2247 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2248 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2249 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2250 &quot;userTypes&quot;: [ # Output only. The user types.
2251 &quot;A String&quot;,
2252 ],
2253 },
2254 &quot;type&quot;: &quot;A String&quot;, # The source type.
2255 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2256 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002257 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002258 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2259 },
2260 &quot;value&quot;: &quot;A String&quot;, # The file-as value
2261 },
2262 ],
2263 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
2264 { # A person&#x27;s gender.
2265 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
2266 &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.
2267 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002268 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002269 &quot;source&quot;: { # The source of a field. # The source of the field.
2270 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2271 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2272 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2273 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2274 &quot;userTypes&quot;: [ # Output only. The user types.
2275 &quot;A String&quot;,
2276 ],
2277 },
2278 &quot;type&quot;: &quot;A String&quot;, # The source type.
2279 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2280 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002281 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002282 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2283 },
2284 &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`
2285 },
2286 ],
2287 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
2288 { # A person&#x27;s instant messaging client.
2289 &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.
2290 &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.
2291 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002292 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002293 &quot;source&quot;: { # The source of a field. # The source of the field.
2294 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2295 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2296 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2297 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2298 &quot;userTypes&quot;: [ # Output only. The user types.
2299 &quot;A String&quot;,
2300 ],
2301 },
2302 &quot;type&quot;: &quot;A String&quot;, # The source type.
2303 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2304 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002305 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002306 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2307 },
2308 &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`
2309 &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`
2310 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
2311 },
2312 ],
2313 &quot;interests&quot;: [ # The person&#x27;s interests.
2314 { # One of the person&#x27;s interests.
2315 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002316 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002317 &quot;source&quot;: { # The source of a field. # The source of the field.
2318 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2319 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2320 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2321 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2322 &quot;userTypes&quot;: [ # Output only. The user types.
2323 &quot;A String&quot;,
2324 ],
2325 },
2326 &quot;type&quot;: &quot;A String&quot;, # The source type.
2327 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2328 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002329 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002330 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2331 },
2332 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
2333 },
2334 ],
2335 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
2336 { # A person&#x27;s locale preference.
2337 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002338 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002339 &quot;source&quot;: { # The source of a field. # The source of the field.
2340 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2341 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2342 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2343 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2344 &quot;userTypes&quot;: [ # Output only. The user types.
2345 &quot;A String&quot;,
2346 ],
2347 },
2348 &quot;type&quot;: &quot;A String&quot;, # The source type.
2349 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2350 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002351 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002352 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2353 },
2354 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
2355 },
2356 ],
2357 &quot;locations&quot;: [ # The person&#x27;s locations.
2358 { # A person&#x27;s location.
2359 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
2360 &quot;current&quot;: True or False, # Whether the location is the current location.
2361 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
2362 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
2363 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
2364 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002365 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002366 &quot;source&quot;: { # The source of a field. # The source of the field.
2367 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2368 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2369 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2370 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2371 &quot;userTypes&quot;: [ # Output only. The user types.
2372 &quot;A String&quot;,
2373 ],
2374 },
2375 &quot;type&quot;: &quot;A String&quot;, # The source type.
2376 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2377 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002378 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002379 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2380 },
2381 &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`
2382 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
2383 },
2384 ],
2385 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
2386 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
2387 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
2388 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
2389 &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.
2390 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07002391 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
2392 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002393 },
2394 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002395 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002396 &quot;source&quot;: { # The source of a field. # The source of the field.
2397 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2398 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2399 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2400 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2401 &quot;userTypes&quot;: [ # Output only. The user types.
2402 &quot;A String&quot;,
2403 ],
2404 },
2405 &quot;type&quot;: &quot;A String&quot;, # The source type.
2406 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2407 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002408 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002409 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2410 },
2411 },
2412 ],
2413 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07002414 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002415 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
2416 &quot;A String&quot;,
2417 ],
2418 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07002419 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002420 &quot;A String&quot;,
2421 ],
2422 &quot;sources&quot;: [ # The sources of data for the person.
2423 { # The source of a field.
2424 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2425 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2426 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2427 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2428 &quot;userTypes&quot;: [ # Output only. The user types.
2429 &quot;A String&quot;,
2430 ],
2431 },
2432 &quot;type&quot;: &quot;A String&quot;, # The source type.
2433 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2434 },
2435 ],
2436 },
2437 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
2438 { # A person&#x27;s miscellaneous keyword.
2439 &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.
2440 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002441 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002442 &quot;source&quot;: { # The source of a field. # The source of the field.
2443 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2444 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2445 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2446 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2447 &quot;userTypes&quot;: [ # Output only. The user types.
2448 &quot;A String&quot;,
2449 ],
2450 },
2451 &quot;type&quot;: &quot;A String&quot;, # The source type.
2452 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2453 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002454 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002455 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2456 },
2457 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
2458 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
2459 },
2460 ],
2461 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
2462 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
2463 &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.
2464 &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.
2465 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
2466 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
2467 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
2468 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
2469 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002470 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002471 &quot;source&quot;: { # The source of a field. # The source of the field.
2472 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2473 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2474 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2475 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2476 &quot;userTypes&quot;: [ # Output only. The user types.
2477 &quot;A String&quot;,
2478 ],
2479 },
2480 &quot;type&quot;: &quot;A String&quot;, # The source type.
2481 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2482 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002483 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002484 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2485 },
2486 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
2487 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
2488 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
2489 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
2490 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
2491 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
2492 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
2493 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
2494 },
2495 ],
2496 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
2497 { # A person&#x27;s nickname.
2498 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002499 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002500 &quot;source&quot;: { # The source of a field. # The source of the field.
2501 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2502 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2503 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2504 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2505 &quot;userTypes&quot;: [ # Output only. The user types.
2506 &quot;A String&quot;,
2507 ],
2508 },
2509 &quot;type&quot;: &quot;A String&quot;, # The source type.
2510 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2511 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002512 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002513 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2514 },
2515 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
2516 &quot;value&quot;: &quot;A String&quot;, # The nickname.
2517 },
2518 ],
2519 &quot;occupations&quot;: [ # The person&#x27;s occupations.
2520 { # A person&#x27;s occupation.
2521 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002522 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002523 &quot;source&quot;: { # The source of a field. # The source of the field.
2524 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2525 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2526 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2527 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2528 &quot;userTypes&quot;: [ # Output only. The user types.
2529 &quot;A String&quot;,
2530 ],
2531 },
2532 &quot;type&quot;: &quot;A String&quot;, # The source type.
2533 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2534 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002535 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002536 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2537 },
2538 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
2539 },
2540 ],
2541 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
2542 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
2543 &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.
2544 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
2545 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
2546 &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.
2547 &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.
2548 &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.
2549 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2550 },
2551 &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.
2552 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
2553 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
2554 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002555 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002556 &quot;source&quot;: { # The source of a field. # The source of the field.
2557 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2558 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2559 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2560 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2561 &quot;userTypes&quot;: [ # Output only. The user types.
2562 &quot;A String&quot;,
2563 ],
2564 },
2565 &quot;type&quot;: &quot;A String&quot;, # The source type.
2566 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2567 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002568 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002569 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2570 },
2571 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
2572 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
2573 &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.
2574 &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.
2575 &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.
2576 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2577 },
2578 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
2579 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
2580 &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`
2581 },
2582 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07002583 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002584 { # A person&#x27;s phone number.
2585 &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.
2586 &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.
2587 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002588 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002589 &quot;source&quot;: { # The source of a field. # The source of the field.
2590 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2591 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2592 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2593 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2594 &quot;userTypes&quot;: [ # Output only. The user types.
2595 &quot;A String&quot;,
2596 ],
2597 },
2598 &quot;type&quot;: &quot;A String&quot;, # The source type.
2599 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2600 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002601 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002602 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2603 },
2604 &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`
2605 &quot;value&quot;: &quot;A String&quot;, # The phone number.
2606 },
2607 ],
2608 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
2609 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
2610 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
2611 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002612 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002613 &quot;source&quot;: { # The source of a field. # The source of the field.
2614 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2615 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2616 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2617 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2618 &quot;userTypes&quot;: [ # Output only. The user types.
2619 &quot;A String&quot;,
2620 ],
2621 },
2622 &quot;type&quot;: &quot;A String&quot;, # The source type.
2623 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2624 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002625 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002626 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2627 },
2628 &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
2629 },
2630 ],
2631 &quot;relations&quot;: [ # The person&#x27;s relations.
2632 { # A person&#x27;s relation to another person.
2633 &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.
2634 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002635 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002636 &quot;source&quot;: { # The source of a field. # The source of the field.
2637 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2638 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2639 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2640 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2641 &quot;userTypes&quot;: [ # Output only. The user types.
2642 &quot;A String&quot;,
2643 ],
2644 },
2645 &quot;type&quot;: &quot;A String&quot;, # The source type.
2646 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2647 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002648 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002649 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2650 },
2651 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
2652 &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`
2653 },
2654 ],
2655 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
2656 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
2657 &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.
2658 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002659 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002660 &quot;source&quot;: { # The source of a field. # The source of the field.
2661 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2662 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2663 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2664 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2665 &quot;userTypes&quot;: [ # Output only. The user types.
2666 &quot;A String&quot;,
2667 ],
2668 },
2669 &quot;type&quot;: &quot;A String&quot;, # The source type.
2670 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2671 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002672 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002673 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2674 },
2675 &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`
2676 },
2677 ],
2678 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
2679 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
2680 &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.
2681 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002682 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002683 &quot;source&quot;: { # The source of a field. # The source of the field.
2684 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2685 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2686 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2687 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2688 &quot;userTypes&quot;: [ # Output only. The user types.
2689 &quot;A String&quot;,
2690 ],
2691 },
2692 &quot;type&quot;: &quot;A String&quot;, # The source type.
2693 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2694 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002695 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002696 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2697 },
2698 &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`
2699 },
2700 ],
2701 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
2702 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
2703 &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.
2704 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002705 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002706 &quot;source&quot;: { # The source of a field. # The source of the field.
2707 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2708 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2709 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2710 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2711 &quot;userTypes&quot;: [ # Output only. The user types.
2712 &quot;A String&quot;,
2713 ],
2714 },
2715 &quot;type&quot;: &quot;A String&quot;, # The source type.
2716 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2717 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002718 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002719 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2720 },
2721 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
2722 },
2723 ],
2724 &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}`.
2725 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
2726 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
2727 &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.
2728 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002729 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002730 &quot;source&quot;: { # The source of a field. # The source of the field.
2731 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2732 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2733 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2734 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2735 &quot;userTypes&quot;: [ # Output only. The user types.
2736 &quot;A String&quot;,
2737 ],
2738 },
2739 &quot;type&quot;: &quot;A String&quot;, # The source type.
2740 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2741 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002742 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002743 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2744 },
2745 &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`
2746 &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.
2747 },
2748 ],
2749 &quot;skills&quot;: [ # The person&#x27;s skills.
2750 { # A skill that the person has.
2751 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002752 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002753 &quot;source&quot;: { # The source of a field. # The source of the field.
2754 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2755 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2756 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2757 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2758 &quot;userTypes&quot;: [ # Output only. The user types.
2759 &quot;A String&quot;,
2760 ],
2761 },
2762 &quot;type&quot;: &quot;A String&quot;, # The source type.
2763 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2764 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002765 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002766 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2767 },
2768 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
2769 },
2770 ],
2771 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
2772 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
2773 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002774 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002775 &quot;source&quot;: { # The source of a field. # The source of the field.
2776 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2777 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2778 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2779 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2780 &quot;userTypes&quot;: [ # Output only. The user types.
2781 &quot;A String&quot;,
2782 ],
2783 },
2784 &quot;type&quot;: &quot;A String&quot;, # The source type.
2785 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2786 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002787 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002788 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2789 },
2790 &quot;value&quot;: &quot;A String&quot;, # The tagline.
2791 },
2792 ],
2793 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
2794 { # A person&#x27;s associated URLs.
2795 &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.
2796 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002797 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002798 &quot;source&quot;: { # The source of a field. # The source of the field.
2799 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2800 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2801 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2802 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2803 &quot;userTypes&quot;: [ # Output only. The user types.
2804 &quot;A String&quot;,
2805 ],
2806 },
2807 &quot;type&quot;: &quot;A String&quot;, # The source type.
2808 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2809 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002810 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002811 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2812 },
2813 &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`
2814 &quot;value&quot;: &quot;A String&quot;, # The URL.
2815 },
2816 ],
2817 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
2818 { # Arbitrary user data that is populated by the end users.
2819 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
2820 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002821 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002822 &quot;source&quot;: { # The source of a field. # The source of the field.
2823 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2824 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2825 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2826 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2827 &quot;userTypes&quot;: [ # Output only. The user types.
2828 &quot;A String&quot;,
2829 ],
2830 },
2831 &quot;type&quot;: &quot;A String&quot;, # The source type.
2832 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2833 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002834 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002835 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2836 },
2837 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
2838 },
2839 ],
2840 },
2841 },
2842 &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
2843 &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.
2844 &quot;A String&quot;,
2845 ],
2846 &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
2847}
2848
2849 x__xgafv: string, V1 error format.
2850 Allowed values
2851 1 - v1 error format
2852 2 - v2 error format
2853
2854Returns:
2855 An object of the form:
2856
yoshi-code-botcdf480e2021-08-17 00:20:40 -07002857 { # If not successful, returns BatchUpdateContactsErrorDetails.contacts, a list of errors corresponding to each contact. The response to a request to update a batch of contacts.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002858 &quot;updateResult&quot;: { # A map of resource names to the contacts that were updated, unless the request `read_mask` is empty.
2859 &quot;a_key&quot;: { # The response for a single person
2860 &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
2861 &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.
2862 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
2863 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
2864 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
2865 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
2866 &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.
2867 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
2868 &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.
2869 &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.
2870 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002871 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002872 &quot;source&quot;: { # The source of a field. # The source of the field.
2873 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2874 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2875 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2876 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2877 &quot;userTypes&quot;: [ # Output only. The user types.
2878 &quot;A String&quot;,
2879 ],
2880 },
2881 &quot;type&quot;: &quot;A String&quot;, # The source type.
2882 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2883 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002884 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002885 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2886 },
2887 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
2888 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
2889 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
2890 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
2891 &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`
2892 },
2893 ],
2894 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
2895 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
2896 { # A person&#x27;s age range.
2897 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
2898 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002899 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002900 &quot;source&quot;: { # The source of a field. # The source of the field.
2901 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2902 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2903 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2904 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2905 &quot;userTypes&quot;: [ # Output only. The user types.
2906 &quot;A String&quot;,
2907 ],
2908 },
2909 &quot;type&quot;: &quot;A String&quot;, # The source type.
2910 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2911 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002912 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002913 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2914 },
2915 },
2916 ],
2917 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
2918 { # A person&#x27;s short biography.
2919 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
2920 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002921 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002922 &quot;source&quot;: { # The source of a field. # The source of the field.
2923 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2924 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2925 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2926 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2927 &quot;userTypes&quot;: [ # Output only. The user types.
2928 &quot;A String&quot;,
2929 ],
2930 },
2931 &quot;type&quot;: &quot;A String&quot;, # The source type.
2932 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2933 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002934 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002935 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2936 },
2937 &quot;value&quot;: &quot;A String&quot;, # The short biography.
2938 },
2939 ],
2940 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
2941 { # 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.
2942 &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.
2943 &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.
2944 &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.
2945 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2946 },
2947 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002948 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002949 &quot;source&quot;: { # The source of a field. # The source of the field.
2950 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2951 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2952 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2953 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2954 &quot;userTypes&quot;: [ # Output only. The user types.
2955 &quot;A String&quot;,
2956 ],
2957 },
2958 &quot;type&quot;: &quot;A String&quot;, # The source type.
2959 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2960 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002961 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002962 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2963 },
2964 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
2965 },
2966 ],
2967 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2968 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2969 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002970 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002971 &quot;source&quot;: { # The source of a field. # The source of the field.
2972 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2973 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2974 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2975 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2976 &quot;userTypes&quot;: [ # Output only. The user types.
2977 &quot;A String&quot;,
2978 ],
2979 },
2980 &quot;type&quot;: &quot;A String&quot;, # The source type.
2981 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2982 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002983 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002984 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2985 },
2986 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
2987 },
2988 ],
2989 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
2990 { # A person&#x27;s calendar URL.
2991 &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.
2992 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002993 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002994 &quot;source&quot;: { # The source of a field. # The source of the field.
2995 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2996 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2997 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2998 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2999 &quot;userTypes&quot;: [ # Output only. The user types.
3000 &quot;A String&quot;,
3001 ],
3002 },
3003 &quot;type&quot;: &quot;A String&quot;, # The source type.
3004 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3005 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003006 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003007 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3008 },
3009 &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`
3010 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
3011 },
3012 ],
3013 &quot;clientData&quot;: [ # The person&#x27;s client data.
3014 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
3015 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
3016 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003017 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003018 &quot;source&quot;: { # The source of a field. # The source of the field.
3019 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3020 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3021 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3022 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3023 &quot;userTypes&quot;: [ # Output only. The user types.
3024 &quot;A String&quot;,
3025 ],
3026 },
3027 &quot;type&quot;: &quot;A String&quot;, # The source type.
3028 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3029 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003030 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003031 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3032 },
3033 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
3034 },
3035 ],
3036 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
3037 { # 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.
3038 &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.
3039 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003040 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003041 &quot;source&quot;: { # The source of a field. # The source of the field.
3042 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3043 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3044 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3045 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3046 &quot;userTypes&quot;: [ # Output only. The user types.
3047 &quot;A String&quot;,
3048 ],
3049 },
3050 &quot;type&quot;: &quot;A String&quot;, # The source type.
3051 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3052 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003053 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003054 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3055 },
3056 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
3057 },
3058 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07003059 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003060 { # A person&#x27;s email address.
3061 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
3062 &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.
3063 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003064 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003065 &quot;source&quot;: { # The source of a field. # The source of the field.
3066 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3067 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3068 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3069 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3070 &quot;userTypes&quot;: [ # Output only. The user types.
3071 &quot;A String&quot;,
3072 ],
3073 },
3074 &quot;type&quot;: &quot;A String&quot;, # The source type.
3075 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3076 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003077 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003078 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3079 },
3080 &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`
3081 &quot;value&quot;: &quot;A String&quot;, # The email address.
3082 },
3083 ],
3084 &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.
3085 &quot;events&quot;: [ # The person&#x27;s events.
3086 { # An event related to the person.
3087 &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.
3088 &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.
3089 &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.
3090 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3091 },
3092 &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.
3093 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003094 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003095 &quot;source&quot;: { # The source of a field. # The source of the field.
3096 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3097 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3098 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3099 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3100 &quot;userTypes&quot;: [ # Output only. The user types.
3101 &quot;A String&quot;,
3102 ],
3103 },
3104 &quot;type&quot;: &quot;A String&quot;, # The source type.
3105 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3106 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003107 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003108 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3109 },
3110 &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`
3111 },
3112 ],
3113 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
3114 { # An identifier from an external entity related to the person.
3115 &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.
3116 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003117 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003118 &quot;source&quot;: { # The source of a field. # The source of the field.
3119 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3120 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3121 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3122 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3123 &quot;userTypes&quot;: [ # Output only. The user types.
3124 &quot;A String&quot;,
3125 ],
3126 },
3127 &quot;type&quot;: &quot;A String&quot;, # The source type.
3128 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3129 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003130 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003131 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3132 },
3133 &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`
3134 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
3135 },
3136 ],
3137 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
3138 { # The name that should be used to sort the person in a list.
3139 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003140 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003141 &quot;source&quot;: { # The source of a field. # The source of the field.
3142 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3143 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3144 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3145 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3146 &quot;userTypes&quot;: [ # Output only. The user types.
3147 &quot;A String&quot;,
3148 ],
3149 },
3150 &quot;type&quot;: &quot;A String&quot;, # The source type.
3151 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3152 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003153 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003154 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3155 },
3156 &quot;value&quot;: &quot;A String&quot;, # The file-as value
3157 },
3158 ],
3159 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
3160 { # A person&#x27;s gender.
3161 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
3162 &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.
3163 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003164 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003165 &quot;source&quot;: { # The source of a field. # The source of the field.
3166 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3167 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3168 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3169 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3170 &quot;userTypes&quot;: [ # Output only. The user types.
3171 &quot;A String&quot;,
3172 ],
3173 },
3174 &quot;type&quot;: &quot;A String&quot;, # The source type.
3175 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3176 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003177 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003178 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3179 },
3180 &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`
3181 },
3182 ],
3183 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
3184 { # A person&#x27;s instant messaging client.
3185 &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.
3186 &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.
3187 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003188 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003189 &quot;source&quot;: { # The source of a field. # The source of the field.
3190 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3191 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3192 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3193 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3194 &quot;userTypes&quot;: [ # Output only. The user types.
3195 &quot;A String&quot;,
3196 ],
3197 },
3198 &quot;type&quot;: &quot;A String&quot;, # The source type.
3199 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3200 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003201 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003202 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3203 },
3204 &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`
3205 &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`
3206 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
3207 },
3208 ],
3209 &quot;interests&quot;: [ # The person&#x27;s interests.
3210 { # One of the person&#x27;s interests.
3211 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003212 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003213 &quot;source&quot;: { # The source of a field. # The source of the field.
3214 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3215 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3216 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3217 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3218 &quot;userTypes&quot;: [ # Output only. The user types.
3219 &quot;A String&quot;,
3220 ],
3221 },
3222 &quot;type&quot;: &quot;A String&quot;, # The source type.
3223 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3224 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003225 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003226 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3227 },
3228 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
3229 },
3230 ],
3231 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
3232 { # A person&#x27;s locale preference.
3233 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003234 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003235 &quot;source&quot;: { # The source of a field. # The source of the field.
3236 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3237 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3238 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3239 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3240 &quot;userTypes&quot;: [ # Output only. The user types.
3241 &quot;A String&quot;,
3242 ],
3243 },
3244 &quot;type&quot;: &quot;A String&quot;, # The source type.
3245 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3246 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003247 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003248 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3249 },
3250 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
3251 },
3252 ],
3253 &quot;locations&quot;: [ # The person&#x27;s locations.
3254 { # A person&#x27;s location.
3255 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
3256 &quot;current&quot;: True or False, # Whether the location is the current location.
3257 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
3258 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
3259 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
3260 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003261 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003262 &quot;source&quot;: { # The source of a field. # The source of the field.
3263 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3264 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3265 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3266 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3267 &quot;userTypes&quot;: [ # Output only. The user types.
3268 &quot;A String&quot;,
3269 ],
3270 },
3271 &quot;type&quot;: &quot;A String&quot;, # The source type.
3272 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3273 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003274 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003275 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3276 },
3277 &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`
3278 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
3279 },
3280 ],
3281 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
3282 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
3283 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
3284 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
3285 &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.
3286 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07003287 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
3288 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003289 },
3290 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003291 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003292 &quot;source&quot;: { # The source of a field. # The source of the field.
3293 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3294 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3295 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3296 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3297 &quot;userTypes&quot;: [ # Output only. The user types.
3298 &quot;A String&quot;,
3299 ],
3300 },
3301 &quot;type&quot;: &quot;A String&quot;, # The source type.
3302 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3303 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003304 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003305 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3306 },
3307 },
3308 ],
3309 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07003310 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003311 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
3312 &quot;A String&quot;,
3313 ],
3314 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07003315 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003316 &quot;A String&quot;,
3317 ],
3318 &quot;sources&quot;: [ # The sources of data for the person.
3319 { # The source of a field.
3320 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3321 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3322 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3323 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3324 &quot;userTypes&quot;: [ # Output only. The user types.
3325 &quot;A String&quot;,
3326 ],
3327 },
3328 &quot;type&quot;: &quot;A String&quot;, # The source type.
3329 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3330 },
3331 ],
3332 },
3333 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
3334 { # A person&#x27;s miscellaneous keyword.
3335 &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.
3336 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003337 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003338 &quot;source&quot;: { # The source of a field. # The source of the field.
3339 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3340 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3341 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3342 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3343 &quot;userTypes&quot;: [ # Output only. The user types.
3344 &quot;A String&quot;,
3345 ],
3346 },
3347 &quot;type&quot;: &quot;A String&quot;, # The source type.
3348 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3349 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003350 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003351 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3352 },
3353 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
3354 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
3355 },
3356 ],
3357 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
3358 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
3359 &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.
3360 &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.
3361 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
3362 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
3363 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
3364 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
3365 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003366 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003367 &quot;source&quot;: { # The source of a field. # The source of the field.
3368 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3369 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3370 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3371 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3372 &quot;userTypes&quot;: [ # Output only. The user types.
3373 &quot;A String&quot;,
3374 ],
3375 },
3376 &quot;type&quot;: &quot;A String&quot;, # The source type.
3377 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3378 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003379 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003380 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3381 },
3382 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
3383 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
3384 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
3385 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
3386 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
3387 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
3388 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
3389 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
3390 },
3391 ],
3392 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
3393 { # A person&#x27;s nickname.
3394 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003395 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003396 &quot;source&quot;: { # The source of a field. # The source of the field.
3397 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3398 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3399 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3400 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3401 &quot;userTypes&quot;: [ # Output only. The user types.
3402 &quot;A String&quot;,
3403 ],
3404 },
3405 &quot;type&quot;: &quot;A String&quot;, # The source type.
3406 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3407 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003408 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003409 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3410 },
3411 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
3412 &quot;value&quot;: &quot;A String&quot;, # The nickname.
3413 },
3414 ],
3415 &quot;occupations&quot;: [ # The person&#x27;s occupations.
3416 { # A person&#x27;s occupation.
3417 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003418 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003419 &quot;source&quot;: { # The source of a field. # The source of the field.
3420 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3421 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3422 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3423 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3424 &quot;userTypes&quot;: [ # Output only. The user types.
3425 &quot;A String&quot;,
3426 ],
3427 },
3428 &quot;type&quot;: &quot;A String&quot;, # The source type.
3429 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3430 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003431 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003432 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3433 },
3434 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
3435 },
3436 ],
3437 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
3438 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
3439 &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.
3440 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
3441 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
3442 &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.
3443 &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.
3444 &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.
3445 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3446 },
3447 &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.
3448 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
3449 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
3450 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003451 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003452 &quot;source&quot;: { # The source of a field. # The source of the field.
3453 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3454 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3455 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3456 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3457 &quot;userTypes&quot;: [ # Output only. The user types.
3458 &quot;A String&quot;,
3459 ],
3460 },
3461 &quot;type&quot;: &quot;A String&quot;, # The source type.
3462 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3463 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003464 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003465 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3466 },
3467 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
3468 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
3469 &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.
3470 &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.
3471 &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.
3472 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3473 },
3474 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
3475 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
3476 &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`
3477 },
3478 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07003479 &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.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003480 { # A person&#x27;s phone number.
3481 &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.
3482 &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.
3483 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003484 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003485 &quot;source&quot;: { # The source of a field. # The source of the field.
3486 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3487 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3488 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3489 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3490 &quot;userTypes&quot;: [ # Output only. The user types.
3491 &quot;A String&quot;,
3492 ],
3493 },
3494 &quot;type&quot;: &quot;A String&quot;, # The source type.
3495 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3496 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003497 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003498 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3499 },
3500 &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`
3501 &quot;value&quot;: &quot;A String&quot;, # The phone number.
3502 },
3503 ],
3504 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
3505 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
3506 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
3507 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003508 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003509 &quot;source&quot;: { # The source of a field. # The source of the field.
3510 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3511 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3512 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3513 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3514 &quot;userTypes&quot;: [ # Output only. The user types.
3515 &quot;A String&quot;,
3516 ],
3517 },
3518 &quot;type&quot;: &quot;A String&quot;, # The source type.
3519 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3520 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003521 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003522 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3523 },
3524 &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
3525 },
3526 ],
3527 &quot;relations&quot;: [ # The person&#x27;s relations.
3528 { # A person&#x27;s relation to another person.
3529 &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.
3530 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003531 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003532 &quot;source&quot;: { # The source of a field. # The source of the field.
3533 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3534 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3535 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3536 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3537 &quot;userTypes&quot;: [ # Output only. The user types.
3538 &quot;A String&quot;,
3539 ],
3540 },
3541 &quot;type&quot;: &quot;A String&quot;, # The source type.
3542 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3543 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003544 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003545 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3546 },
3547 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
3548 &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`
3549 },
3550 ],
3551 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
3552 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
3553 &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.
3554 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003555 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003556 &quot;source&quot;: { # The source of a field. # The source of the field.
3557 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3558 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3559 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3560 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3561 &quot;userTypes&quot;: [ # Output only. The user types.
3562 &quot;A String&quot;,
3563 ],
3564 },
3565 &quot;type&quot;: &quot;A String&quot;, # The source type.
3566 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3567 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003568 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003569 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3570 },
3571 &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`
3572 },
3573 ],
3574 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
3575 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
3576 &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.
3577 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003578 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003579 &quot;source&quot;: { # The source of a field. # The source of the field.
3580 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3581 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3582 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3583 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3584 &quot;userTypes&quot;: [ # Output only. The user types.
3585 &quot;A String&quot;,
3586 ],
3587 },
3588 &quot;type&quot;: &quot;A String&quot;, # The source type.
3589 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3590 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003591 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003592 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3593 },
3594 &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`
3595 },
3596 ],
3597 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
3598 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
3599 &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.
3600 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003601 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003602 &quot;source&quot;: { # The source of a field. # The source of the field.
3603 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3604 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3605 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3606 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3607 &quot;userTypes&quot;: [ # Output only. The user types.
3608 &quot;A String&quot;,
3609 ],
3610 },
3611 &quot;type&quot;: &quot;A String&quot;, # The source type.
3612 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3613 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003614 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003615 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3616 },
3617 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
3618 },
3619 ],
3620 &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}`.
3621 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
3622 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
3623 &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.
3624 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003625 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003626 &quot;source&quot;: { # The source of a field. # The source of the field.
3627 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3628 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3629 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3630 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3631 &quot;userTypes&quot;: [ # Output only. The user types.
3632 &quot;A String&quot;,
3633 ],
3634 },
3635 &quot;type&quot;: &quot;A String&quot;, # The source type.
3636 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3637 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003638 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003639 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3640 },
3641 &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`
3642 &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.
3643 },
3644 ],
3645 &quot;skills&quot;: [ # The person&#x27;s skills.
3646 { # A skill that the person has.
3647 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003648 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003649 &quot;source&quot;: { # The source of a field. # The source of the field.
3650 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3651 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3652 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3653 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3654 &quot;userTypes&quot;: [ # Output only. The user types.
3655 &quot;A String&quot;,
3656 ],
3657 },
3658 &quot;type&quot;: &quot;A String&quot;, # The source type.
3659 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3660 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003661 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003662 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3663 },
3664 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
3665 },
3666 ],
3667 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
3668 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
3669 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003670 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003671 &quot;source&quot;: { # The source of a field. # The source of the field.
3672 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3673 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3674 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3675 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3676 &quot;userTypes&quot;: [ # Output only. The user types.
3677 &quot;A String&quot;,
3678 ],
3679 },
3680 &quot;type&quot;: &quot;A String&quot;, # The source type.
3681 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3682 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003683 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003684 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3685 },
3686 &quot;value&quot;: &quot;A String&quot;, # The tagline.
3687 },
3688 ],
3689 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
3690 { # A person&#x27;s associated URLs.
3691 &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.
3692 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003693 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003694 &quot;source&quot;: { # The source of a field. # The source of the field.
3695 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3696 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3697 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3698 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3699 &quot;userTypes&quot;: [ # Output only. The user types.
3700 &quot;A String&quot;,
3701 ],
3702 },
3703 &quot;type&quot;: &quot;A String&quot;, # The source type.
3704 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3705 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003706 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003707 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3708 },
3709 &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`
3710 &quot;value&quot;: &quot;A String&quot;, # The URL.
3711 },
3712 ],
3713 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
3714 { # Arbitrary user data that is populated by the end users.
3715 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
3716 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003717 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003718 &quot;source&quot;: { # The source of a field. # The source of the field.
3719 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3720 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3721 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3722 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3723 &quot;userTypes&quot;: [ # Output only. The user types.
3724 &quot;A String&quot;,
3725 ],
3726 },
3727 &quot;type&quot;: &quot;A String&quot;, # The source type.
3728 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3729 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003730 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003731 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3732 },
3733 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
3734 },
3735 ],
3736 },
3737 &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.
3738 &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.
3739 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
3740 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
3741 {
3742 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
3743 },
3744 ],
3745 &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.
3746 },
3747 },
3748 },
3749}</pre>
3750</div>
3751
3752<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003753 <code class="details" id="close">close()</code>
3754 <pre>Close httplib2 connections.</pre>
3755</div>
3756
3757<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003758 <code class="details" id="createContact">createContact(body=None, personFields=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003759 <pre>Create a new contact and return the person resource for that contact. The request returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08003760
3761Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07003762 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07003763 The object takes the form of:
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -04003764
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003765{ # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003766 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
3767 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
3768 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
3769 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
3770 &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.
3771 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
3772 &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.
3773 &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.
3774 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003775 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003776 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003777 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003778 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003779 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003780 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003781 &quot;userTypes&quot;: [ # Output only. The user types.
3782 &quot;A String&quot;,
3783 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003784 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003785 &quot;type&quot;: &quot;A String&quot;, # The source type.
3786 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003787 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003788 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003789 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003790 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003791 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
3792 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
3793 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
3794 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
3795 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003796 },
3797 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003798 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003799 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
3800 { # A person&#x27;s age range.
3801 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
3802 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003803 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003804 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003805 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003806 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003807 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003808 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003809 &quot;userTypes&quot;: [ # Output only. The user types.
3810 &quot;A String&quot;,
3811 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003812 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003813 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003814 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003815 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003816 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003817 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003818 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003819 },
3820 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003821 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
3822 { # A person&#x27;s short biography.
3823 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
3824 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003825 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003826 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003827 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003828 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003829 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003830 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003831 &quot;userTypes&quot;: [ # Output only. The user types.
3832 &quot;A String&quot;,
3833 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003834 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003835 &quot;type&quot;: &quot;A String&quot;, # The source type.
3836 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003837 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003838 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003839 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003840 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003841 &quot;value&quot;: &quot;A String&quot;, # The short biography.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003842 },
3843 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003844 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
3845 { # 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.
3846 &quot;date&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
3847 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
3848 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
3849 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3850 },
3851 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003852 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003853 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003854 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003855 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003856 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003857 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003858 &quot;userTypes&quot;: [ # Output only. The user types.
3859 &quot;A String&quot;,
3860 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003861 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003862 &quot;type&quot;: &quot;A String&quot;, # The source type.
3863 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003864 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003865 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003866 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003867 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003868 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003869 },
3870 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003871 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
3872 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
3873 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003874 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003875 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003876 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003877 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003878 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003879 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003880 &quot;userTypes&quot;: [ # Output only. The user types.
3881 &quot;A String&quot;,
3882 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003883 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003884 &quot;type&quot;: &quot;A String&quot;, # The source type.
3885 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003886 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003887 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003888 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003889 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003890 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003891 },
3892 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003893 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
3894 { # A person&#x27;s calendar URL.
3895 &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.
3896 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003897 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003898 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003899 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003900 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003901 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003902 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003903 &quot;userTypes&quot;: [ # Output only. The user types.
3904 &quot;A String&quot;,
3905 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003906 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003907 &quot;type&quot;: &quot;A String&quot;, # The source type.
3908 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003909 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003910 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003911 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003912 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003913 &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`
3914 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003915 },
3916 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003917 &quot;clientData&quot;: [ # The person&#x27;s client data.
3918 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
3919 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
3920 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003921 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003922 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003923 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3924 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003925 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3926 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3927 &quot;userTypes&quot;: [ # Output only. The user types.
3928 &quot;A String&quot;,
3929 ],
3930 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003931 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003932 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003933 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003934 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003935 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003936 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003937 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003938 },
3939 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003940 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
3941 { # 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.
3942 &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.
3943 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003944 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003945 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003946 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003947 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003948 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003949 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003950 &quot;userTypes&quot;: [ # Output only. The user types.
3951 &quot;A String&quot;,
3952 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003953 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003954 &quot;type&quot;: &quot;A String&quot;, # The source type.
3955 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003956 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003957 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003958 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003959 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003960 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
3961 },
3962 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07003963 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003964 { # A person&#x27;s email address.
3965 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
3966 &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.
3967 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003968 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003969 &quot;source&quot;: { # The source of a field. # The source of the field.
3970 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3971 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3972 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3973 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3974 &quot;userTypes&quot;: [ # Output only. The user types.
3975 &quot;A String&quot;,
3976 ],
3977 },
3978 &quot;type&quot;: &quot;A String&quot;, # The source type.
3979 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3980 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003981 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003982 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3983 },
3984 &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`
3985 &quot;value&quot;: &quot;A String&quot;, # The email address.
3986 },
3987 ],
3988 &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.
3989 &quot;events&quot;: [ # The person&#x27;s events.
3990 { # An event related to the person.
3991 &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.
3992 &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.
3993 &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.
3994 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3995 },
3996 &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.
3997 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07003998 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003999 &quot;source&quot;: { # The source of a field. # The source of the field.
4000 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4001 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4002 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4003 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4004 &quot;userTypes&quot;: [ # Output only. The user types.
4005 &quot;A String&quot;,
4006 ],
4007 },
4008 &quot;type&quot;: &quot;A String&quot;, # The source type.
4009 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4010 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004011 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004012 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4013 },
4014 &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`
4015 },
4016 ],
4017 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
4018 { # An identifier from an external entity related to the person.
4019 &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.
4020 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004021 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004022 &quot;source&quot;: { # The source of a field. # The source of the field.
4023 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4024 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4025 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4026 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4027 &quot;userTypes&quot;: [ # Output only. The user types.
4028 &quot;A String&quot;,
4029 ],
4030 },
4031 &quot;type&quot;: &quot;A String&quot;, # The source type.
4032 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4033 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004034 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004035 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4036 },
4037 &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`
4038 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
4039 },
4040 ],
4041 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
4042 { # The name that should be used to sort the person in a list.
4043 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004044 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004045 &quot;source&quot;: { # The source of a field. # The source of the field.
4046 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4047 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4048 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4049 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4050 &quot;userTypes&quot;: [ # Output only. The user types.
4051 &quot;A String&quot;,
4052 ],
4053 },
4054 &quot;type&quot;: &quot;A String&quot;, # The source type.
4055 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4056 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004057 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004058 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4059 },
4060 &quot;value&quot;: &quot;A String&quot;, # The file-as value
4061 },
4062 ],
4063 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
4064 { # A person&#x27;s gender.
4065 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
4066 &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.
4067 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004068 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004069 &quot;source&quot;: { # The source of a field. # The source of the field.
4070 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4071 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4072 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4073 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4074 &quot;userTypes&quot;: [ # Output only. The user types.
4075 &quot;A String&quot;,
4076 ],
4077 },
4078 &quot;type&quot;: &quot;A String&quot;, # The source type.
4079 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4080 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004081 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004082 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4083 },
4084 &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`
4085 },
4086 ],
4087 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
4088 { # A person&#x27;s instant messaging client.
4089 &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.
4090 &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.
4091 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004092 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004093 &quot;source&quot;: { # The source of a field. # The source of the field.
4094 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4095 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4096 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4097 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4098 &quot;userTypes&quot;: [ # Output only. The user types.
4099 &quot;A String&quot;,
4100 ],
4101 },
4102 &quot;type&quot;: &quot;A String&quot;, # The source type.
4103 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4104 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004105 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004106 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4107 },
4108 &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`
4109 &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`
4110 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
4111 },
4112 ],
4113 &quot;interests&quot;: [ # The person&#x27;s interests.
4114 { # One of the person&#x27;s interests.
4115 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004116 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004117 &quot;source&quot;: { # The source of a field. # The source of the field.
4118 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4119 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4120 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4121 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4122 &quot;userTypes&quot;: [ # Output only. The user types.
4123 &quot;A String&quot;,
4124 ],
4125 },
4126 &quot;type&quot;: &quot;A String&quot;, # The source type.
4127 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4128 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004129 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004130 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4131 },
4132 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
4133 },
4134 ],
4135 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
4136 { # A person&#x27;s locale preference.
4137 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004138 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004139 &quot;source&quot;: { # The source of a field. # The source of the field.
4140 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4141 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4142 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4143 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4144 &quot;userTypes&quot;: [ # Output only. The user types.
4145 &quot;A String&quot;,
4146 ],
4147 },
4148 &quot;type&quot;: &quot;A String&quot;, # The source type.
4149 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4150 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004151 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004152 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4153 },
4154 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
4155 },
4156 ],
4157 &quot;locations&quot;: [ # The person&#x27;s locations.
4158 { # A person&#x27;s location.
4159 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
4160 &quot;current&quot;: True or False, # Whether the location is the current location.
4161 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
4162 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
4163 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
4164 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004165 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004166 &quot;source&quot;: { # The source of a field. # The source of the field.
4167 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4168 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4169 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4170 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4171 &quot;userTypes&quot;: [ # Output only. The user types.
4172 &quot;A String&quot;,
4173 ],
4174 },
4175 &quot;type&quot;: &quot;A String&quot;, # The source type.
4176 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4177 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004178 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004179 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4180 },
4181 &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`
4182 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
4183 },
4184 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004185 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
4186 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004187 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
4188 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
4189 &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.
4190 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07004191 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
4192 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004193 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004194 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004195 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004196 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004197 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004198 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004199 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004200 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004201 &quot;userTypes&quot;: [ # Output only. The user types.
4202 &quot;A String&quot;,
4203 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004204 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004205 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004206 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004207 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004208 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004209 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004210 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004211 },
4212 ],
4213 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07004214 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004215 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
4216 &quot;A String&quot;,
4217 ],
4218 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07004219 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004220 &quot;A String&quot;,
4221 ],
4222 &quot;sources&quot;: [ # The sources of data for the person.
4223 { # The source of a field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004224 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4225 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004226 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4227 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4228 &quot;userTypes&quot;: [ # Output only. The user types.
4229 &quot;A String&quot;,
4230 ],
4231 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004232 &quot;type&quot;: &quot;A String&quot;, # The source type.
4233 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004234 },
4235 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004236 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004237 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
4238 { # A person&#x27;s miscellaneous keyword.
4239 &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.
4240 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004241 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004242 &quot;source&quot;: { # The source of a field. # The source of the field.
4243 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4244 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4245 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4246 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4247 &quot;userTypes&quot;: [ # Output only. The user types.
4248 &quot;A String&quot;,
4249 ],
4250 },
4251 &quot;type&quot;: &quot;A String&quot;, # The source type.
4252 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4253 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004254 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004255 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4256 },
4257 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
4258 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
4259 },
4260 ],
4261 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
4262 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
4263 &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.
4264 &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.
4265 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
4266 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
4267 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
4268 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
4269 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004270 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004271 &quot;source&quot;: { # The source of a field. # The source of the field.
4272 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4273 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4274 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4275 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4276 &quot;userTypes&quot;: [ # Output only. The user types.
4277 &quot;A String&quot;,
4278 ],
4279 },
4280 &quot;type&quot;: &quot;A String&quot;, # The source type.
4281 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4282 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004283 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004284 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4285 },
4286 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
4287 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
4288 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
4289 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
4290 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
4291 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
4292 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
4293 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
4294 },
4295 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004296 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
4297 { # A person&#x27;s nickname.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004298 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004299 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004300 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004301 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4302 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004303 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4304 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4305 &quot;userTypes&quot;: [ # Output only. The user types.
4306 &quot;A String&quot;,
4307 ],
4308 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004309 &quot;type&quot;: &quot;A String&quot;, # The source type.
4310 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004311 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004312 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004313 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004314 },
4315 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004316 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004317 },
4318 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004319 &quot;occupations&quot;: [ # The person&#x27;s occupations.
4320 { # A person&#x27;s occupation.
4321 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004322 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004323 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004324 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4325 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004326 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4327 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4328 &quot;userTypes&quot;: [ # Output only. The user types.
4329 &quot;A String&quot;,
4330 ],
4331 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004332 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004333 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004334 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004335 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004336 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004337 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004338 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004339 },
4340 ],
4341 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
4342 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004343 &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.
4344 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
4345 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
4346 &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.
4347 &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.
4348 &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.
4349 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4350 },
4351 &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.
4352 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
4353 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
4354 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004355 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004356 &quot;source&quot;: { # The source of a field. # The source of the field.
4357 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4358 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4359 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4360 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4361 &quot;userTypes&quot;: [ # Output only. The user types.
4362 &quot;A String&quot;,
4363 ],
4364 },
4365 &quot;type&quot;: &quot;A String&quot;, # The source type.
4366 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4367 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004368 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004369 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4370 },
4371 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004372 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004373 &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.
4374 &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.
4375 &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.
4376 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4377 },
4378 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004379 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
4380 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004381 },
4382 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07004383 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004384 { # A person&#x27;s phone number.
4385 &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.
4386 &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.
4387 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004388 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004389 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004390 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4391 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004392 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4393 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4394 &quot;userTypes&quot;: [ # Output only. The user types.
4395 &quot;A String&quot;,
4396 ],
4397 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004398 &quot;type&quot;: &quot;A String&quot;, # The source type.
4399 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004400 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004401 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004402 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004403 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004404 &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`
4405 &quot;value&quot;: &quot;A String&quot;, # The phone number.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004406 },
4407 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004408 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
4409 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
4410 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
4411 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004412 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004413 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004414 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4415 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004416 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4417 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4418 &quot;userTypes&quot;: [ # Output only. The user types.
4419 &quot;A String&quot;,
4420 ],
4421 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004422 &quot;type&quot;: &quot;A String&quot;, # The source type.
4423 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004424 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004425 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004426 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004427 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004428 &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
4429 },
4430 ],
4431 &quot;relations&quot;: [ # The person&#x27;s relations.
4432 { # A person&#x27;s relation to another person.
4433 &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.
4434 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004435 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004436 &quot;source&quot;: { # The source of a field. # The source of the field.
4437 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4438 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4439 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4440 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4441 &quot;userTypes&quot;: [ # Output only. The user types.
4442 &quot;A String&quot;,
4443 ],
4444 },
4445 &quot;type&quot;: &quot;A String&quot;, # The source type.
4446 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4447 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004448 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004449 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4450 },
4451 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
4452 &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`
4453 },
4454 ],
4455 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
4456 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
4457 &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.
4458 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004459 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004460 &quot;source&quot;: { # The source of a field. # The source of the field.
4461 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4462 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4463 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4464 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4465 &quot;userTypes&quot;: [ # Output only. The user types.
4466 &quot;A String&quot;,
4467 ],
4468 },
4469 &quot;type&quot;: &quot;A String&quot;, # The source type.
4470 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4471 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004472 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004473 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4474 },
4475 &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`
4476 },
4477 ],
4478 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
4479 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
4480 &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.
4481 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004482 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004483 &quot;source&quot;: { # The source of a field. # The source of the field.
4484 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4485 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4486 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4487 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4488 &quot;userTypes&quot;: [ # Output only. The user types.
4489 &quot;A String&quot;,
4490 ],
4491 },
4492 &quot;type&quot;: &quot;A String&quot;, # The source type.
4493 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4494 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004495 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004496 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4497 },
4498 &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`
4499 },
4500 ],
4501 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
4502 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
4503 &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.
4504 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004505 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004506 &quot;source&quot;: { # The source of a field. # The source of the field.
4507 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4508 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4509 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4510 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4511 &quot;userTypes&quot;: [ # Output only. The user types.
4512 &quot;A String&quot;,
4513 ],
4514 },
4515 &quot;type&quot;: &quot;A String&quot;, # The source type.
4516 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4517 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004518 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004519 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4520 },
4521 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
4522 },
4523 ],
4524 &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}`.
4525 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
4526 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
4527 &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.
4528 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004529 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004530 &quot;source&quot;: { # The source of a field. # The source of the field.
4531 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4532 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4533 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4534 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4535 &quot;userTypes&quot;: [ # Output only. The user types.
4536 &quot;A String&quot;,
4537 ],
4538 },
4539 &quot;type&quot;: &quot;A String&quot;, # The source type.
4540 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4541 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004542 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004543 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4544 },
4545 &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`
4546 &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.
4547 },
4548 ],
4549 &quot;skills&quot;: [ # The person&#x27;s skills.
4550 { # A skill that the person has.
4551 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004552 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004553 &quot;source&quot;: { # The source of a field. # The source of the field.
4554 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4555 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4556 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4557 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4558 &quot;userTypes&quot;: [ # Output only. The user types.
4559 &quot;A String&quot;,
4560 ],
4561 },
4562 &quot;type&quot;: &quot;A String&quot;, # The source type.
4563 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4564 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004565 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004566 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4567 },
4568 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004569 },
4570 ],
4571 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
4572 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
4573 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004574 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004575 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004576 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4577 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004578 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4579 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4580 &quot;userTypes&quot;: [ # Output only. The user types.
4581 &quot;A String&quot;,
4582 ],
4583 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004584 &quot;type&quot;: &quot;A String&quot;, # The source type.
4585 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004586 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004587 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004588 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004589 },
4590 &quot;value&quot;: &quot;A String&quot;, # The tagline.
4591 },
4592 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004593 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
4594 { # A person&#x27;s associated URLs.
4595 &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.
4596 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004597 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004598 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004599 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4600 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004601 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4602 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4603 &quot;userTypes&quot;: [ # Output only. The user types.
4604 &quot;A String&quot;,
4605 ],
4606 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004607 &quot;type&quot;: &quot;A String&quot;, # The source type.
4608 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004609 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004610 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004611 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004612 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004613 &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`
4614 &quot;value&quot;: &quot;A String&quot;, # The URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004615 },
4616 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004617 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
4618 { # Arbitrary user data that is populated by the end users.
4619 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
4620 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004621 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004622 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004623 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4624 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004625 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4626 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4627 &quot;userTypes&quot;: [ # Output only. The user types.
4628 &quot;A String&quot;,
4629 ],
4630 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004631 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004632 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004633 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004634 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004635 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004636 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004637 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004638 },
4639 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07004640}
4641
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004642 personFields: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Defaults to all fields if not set. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004643 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004644 Allowed values
4645 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
4646 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
4647 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
4648 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07004649 x__xgafv: string, V1 error format.
4650 Allowed values
4651 1 - v1 error format
4652 2 - v2 error format
4653
4654Returns:
4655 An object of the form:
4656
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004657 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004658 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
4659 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
4660 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
4661 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
4662 &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.
4663 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
4664 &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.
4665 &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.
4666 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004667 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004668 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004669 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4670 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004671 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4672 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4673 &quot;userTypes&quot;: [ # Output only. The user types.
4674 &quot;A String&quot;,
4675 ],
4676 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004677 &quot;type&quot;: &quot;A String&quot;, # The source type.
4678 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004679 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004680 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004681 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4682 },
4683 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
4684 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
4685 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
4686 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
4687 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004688 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004689 ],
4690 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
4691 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
4692 { # A person&#x27;s age range.
4693 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
4694 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004695 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004696 &quot;source&quot;: { # The source of a field. # The source of the field.
4697 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4698 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4699 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4700 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4701 &quot;userTypes&quot;: [ # Output only. The user types.
4702 &quot;A String&quot;,
4703 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004704 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004705 &quot;type&quot;: &quot;A String&quot;, # The source type.
4706 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004707 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004708 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004709 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4710 },
4711 },
4712 ],
4713 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
4714 { # A person&#x27;s short biography.
4715 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
4716 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004717 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004718 &quot;source&quot;: { # The source of a field. # The source of the field.
4719 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4720 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4721 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4722 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4723 &quot;userTypes&quot;: [ # Output only. The user types.
4724 &quot;A String&quot;,
4725 ],
4726 },
4727 &quot;type&quot;: &quot;A String&quot;, # The source type.
4728 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4729 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004730 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004731 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4732 },
4733 &quot;value&quot;: &quot;A String&quot;, # The short biography.
4734 },
4735 ],
4736 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
4737 { # 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.
4738 &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.
4739 &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.
4740 &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.
4741 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4742 },
4743 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004744 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004745 &quot;source&quot;: { # The source of a field. # The source of the field.
4746 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4747 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4748 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4749 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4750 &quot;userTypes&quot;: [ # Output only. The user types.
4751 &quot;A String&quot;,
4752 ],
4753 },
4754 &quot;type&quot;: &quot;A String&quot;, # The source type.
4755 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4756 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004757 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004758 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4759 },
4760 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
4761 },
4762 ],
4763 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
4764 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
4765 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004766 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004767 &quot;source&quot;: { # The source of a field. # The source of the field.
4768 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4769 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4770 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4771 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4772 &quot;userTypes&quot;: [ # Output only. The user types.
4773 &quot;A String&quot;,
4774 ],
4775 },
4776 &quot;type&quot;: &quot;A String&quot;, # The source type.
4777 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4778 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004779 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004780 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4781 },
4782 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
4783 },
4784 ],
4785 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
4786 { # A person&#x27;s calendar URL.
4787 &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.
4788 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004789 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004790 &quot;source&quot;: { # The source of a field. # The source of the field.
4791 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4792 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4793 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4794 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4795 &quot;userTypes&quot;: [ # Output only. The user types.
4796 &quot;A String&quot;,
4797 ],
4798 },
4799 &quot;type&quot;: &quot;A String&quot;, # The source type.
4800 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4801 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004802 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004803 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4804 },
4805 &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`
4806 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
4807 },
4808 ],
4809 &quot;clientData&quot;: [ # The person&#x27;s client data.
4810 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
4811 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
4812 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004813 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004814 &quot;source&quot;: { # The source of a field. # The source of the field.
4815 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4816 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4817 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4818 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4819 &quot;userTypes&quot;: [ # Output only. The user types.
4820 &quot;A String&quot;,
4821 ],
4822 },
4823 &quot;type&quot;: &quot;A String&quot;, # The source type.
4824 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4825 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004826 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004827 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4828 },
4829 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
4830 },
4831 ],
4832 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
4833 { # 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.
4834 &quot;default&quot;: True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
4835 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004836 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004837 &quot;source&quot;: { # The source of a field. # The source of the field.
4838 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4839 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4840 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4841 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4842 &quot;userTypes&quot;: [ # Output only. The user types.
4843 &quot;A String&quot;,
4844 ],
4845 },
4846 &quot;type&quot;: &quot;A String&quot;, # The source type.
4847 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4848 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004849 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004850 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4851 },
4852 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
4853 },
4854 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07004855 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004856 { # A person&#x27;s email address.
4857 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
4858 &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.
4859 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004860 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004861 &quot;source&quot;: { # The source of a field. # The source of the field.
4862 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4863 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4864 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4865 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4866 &quot;userTypes&quot;: [ # Output only. The user types.
4867 &quot;A String&quot;,
4868 ],
4869 },
4870 &quot;type&quot;: &quot;A String&quot;, # The source type.
4871 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4872 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004873 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004874 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4875 },
4876 &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`
4877 &quot;value&quot;: &quot;A String&quot;, # The email address.
4878 },
4879 ],
4880 &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.
4881 &quot;events&quot;: [ # The person&#x27;s events.
4882 { # An event related to the person.
4883 &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.
4884 &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.
4885 &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.
4886 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4887 },
4888 &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.
4889 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004890 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004891 &quot;source&quot;: { # The source of a field. # The source of the field.
4892 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4893 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4894 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4895 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4896 &quot;userTypes&quot;: [ # Output only. The user types.
4897 &quot;A String&quot;,
4898 ],
4899 },
4900 &quot;type&quot;: &quot;A String&quot;, # The source type.
4901 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4902 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004903 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004904 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4905 },
4906 &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`
4907 },
4908 ],
4909 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
4910 { # An identifier from an external entity related to the person.
4911 &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.
4912 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004913 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004914 &quot;source&quot;: { # The source of a field. # The source of the field.
4915 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4916 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4917 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4918 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4919 &quot;userTypes&quot;: [ # Output only. The user types.
4920 &quot;A String&quot;,
4921 ],
4922 },
4923 &quot;type&quot;: &quot;A String&quot;, # The source type.
4924 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4925 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004926 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004927 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4928 },
4929 &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`
4930 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
4931 },
4932 ],
4933 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
4934 { # The name that should be used to sort the person in a list.
4935 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004936 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004937 &quot;source&quot;: { # The source of a field. # The source of the field.
4938 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4939 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4940 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4941 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4942 &quot;userTypes&quot;: [ # Output only. The user types.
4943 &quot;A String&quot;,
4944 ],
4945 },
4946 &quot;type&quot;: &quot;A String&quot;, # The source type.
4947 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4948 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004949 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004950 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4951 },
4952 &quot;value&quot;: &quot;A String&quot;, # The file-as value
4953 },
4954 ],
4955 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
4956 { # A person&#x27;s gender.
4957 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
4958 &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.
4959 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004960 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004961 &quot;source&quot;: { # The source of a field. # The source of the field.
4962 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4963 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4964 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4965 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4966 &quot;userTypes&quot;: [ # Output only. The user types.
4967 &quot;A String&quot;,
4968 ],
4969 },
4970 &quot;type&quot;: &quot;A String&quot;, # The source type.
4971 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4972 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004973 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004974 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4975 },
4976 &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`
4977 },
4978 ],
4979 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
4980 { # A person&#x27;s instant messaging client.
4981 &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.
4982 &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.
4983 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004984 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004985 &quot;source&quot;: { # The source of a field. # The source of the field.
4986 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4987 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4988 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4989 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4990 &quot;userTypes&quot;: [ # Output only. The user types.
4991 &quot;A String&quot;,
4992 ],
4993 },
4994 &quot;type&quot;: &quot;A String&quot;, # The source type.
4995 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4996 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07004997 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004998 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4999 },
5000 &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`
5001 &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`
5002 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
5003 },
5004 ],
5005 &quot;interests&quot;: [ # The person&#x27;s interests.
5006 { # One of the person&#x27;s interests.
5007 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005008 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005009 &quot;source&quot;: { # The source of a field. # The source of the field.
5010 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5011 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5012 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5013 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5014 &quot;userTypes&quot;: [ # Output only. The user types.
5015 &quot;A String&quot;,
5016 ],
5017 },
5018 &quot;type&quot;: &quot;A String&quot;, # The source type.
5019 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5020 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005021 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005022 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5023 },
5024 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
5025 },
5026 ],
5027 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
5028 { # A person&#x27;s locale preference.
5029 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005030 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005031 &quot;source&quot;: { # The source of a field. # The source of the field.
5032 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5033 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5034 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5035 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5036 &quot;userTypes&quot;: [ # Output only. The user types.
5037 &quot;A String&quot;,
5038 ],
5039 },
5040 &quot;type&quot;: &quot;A String&quot;, # The source type.
5041 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5042 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005043 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005044 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5045 },
5046 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
5047 },
5048 ],
5049 &quot;locations&quot;: [ # The person&#x27;s locations.
5050 { # A person&#x27;s location.
5051 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
5052 &quot;current&quot;: True or False, # Whether the location is the current location.
5053 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
5054 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
5055 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
5056 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005057 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005058 &quot;source&quot;: { # The source of a field. # The source of the field.
5059 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5060 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5061 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5062 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5063 &quot;userTypes&quot;: [ # Output only. The user types.
5064 &quot;A String&quot;,
5065 ],
5066 },
5067 &quot;type&quot;: &quot;A String&quot;, # The source type.
5068 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5069 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005070 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005071 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5072 },
5073 &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`
5074 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
5075 },
5076 ],
5077 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
5078 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
5079 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
5080 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
5081 &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.
5082 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07005083 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
5084 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005085 },
5086 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005087 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005088 &quot;source&quot;: { # The source of a field. # The source of the field.
5089 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5090 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5091 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5092 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5093 &quot;userTypes&quot;: [ # Output only. The user types.
5094 &quot;A String&quot;,
5095 ],
5096 },
5097 &quot;type&quot;: &quot;A String&quot;, # The source type.
5098 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5099 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005100 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005101 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5102 },
5103 },
5104 ],
5105 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07005106 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005107 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
5108 &quot;A String&quot;,
5109 ],
5110 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07005111 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005112 &quot;A String&quot;,
5113 ],
5114 &quot;sources&quot;: [ # The sources of data for the person.
5115 { # The source of a field.
5116 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5117 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5118 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5119 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5120 &quot;userTypes&quot;: [ # Output only. The user types.
5121 &quot;A String&quot;,
5122 ],
5123 },
5124 &quot;type&quot;: &quot;A String&quot;, # The source type.
5125 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005126 },
5127 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005128 },
5129 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
5130 { # A person&#x27;s miscellaneous keyword.
5131 &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.
5132 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005133 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005134 &quot;source&quot;: { # The source of a field. # The source of the field.
5135 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5136 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5137 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5138 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5139 &quot;userTypes&quot;: [ # Output only. The user types.
5140 &quot;A String&quot;,
5141 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005142 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005143 &quot;type&quot;: &quot;A String&quot;, # The source type.
5144 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005145 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005146 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005147 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005148 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005149 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
5150 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
5151 },
5152 ],
5153 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
5154 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
5155 &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.
5156 &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.
5157 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
5158 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
5159 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
5160 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
5161 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005162 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005163 &quot;source&quot;: { # The source of a field. # The source of the field.
5164 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5165 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5166 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5167 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5168 &quot;userTypes&quot;: [ # Output only. The user types.
5169 &quot;A String&quot;,
5170 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005171 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005172 &quot;type&quot;: &quot;A String&quot;, # The source type.
5173 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005174 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005175 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005176 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005177 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005178 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
5179 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
5180 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
5181 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
5182 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
5183 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
5184 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
5185 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
5186 },
5187 ],
5188 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
5189 { # A person&#x27;s nickname.
5190 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005191 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005192 &quot;source&quot;: { # The source of a field. # The source of the field.
5193 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5194 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5195 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5196 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5197 &quot;userTypes&quot;: [ # Output only. The user types.
5198 &quot;A String&quot;,
5199 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005200 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005201 &quot;type&quot;: &quot;A String&quot;, # The source type.
5202 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005203 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005204 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005205 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005206 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005207 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
5208 &quot;value&quot;: &quot;A String&quot;, # The nickname.
5209 },
5210 ],
5211 &quot;occupations&quot;: [ # The person&#x27;s occupations.
5212 { # A person&#x27;s occupation.
5213 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005214 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005215 &quot;source&quot;: { # The source of a field. # The source of the field.
5216 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5217 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5218 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5219 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5220 &quot;userTypes&quot;: [ # Output only. The user types.
5221 &quot;A String&quot;,
5222 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005223 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005224 &quot;type&quot;: &quot;A String&quot;, # The source type.
5225 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005226 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005227 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005228 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005229 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005230 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
5231 },
5232 ],
5233 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
5234 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
5235 &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.
5236 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
5237 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
5238 &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.
5239 &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.
5240 &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.
5241 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5242 },
5243 &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.
5244 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
5245 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
5246 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005247 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005248 &quot;source&quot;: { # The source of a field. # The source of the field.
5249 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5250 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5251 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5252 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5253 &quot;userTypes&quot;: [ # Output only. The user types.
5254 &quot;A String&quot;,
5255 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005256 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005257 &quot;type&quot;: &quot;A String&quot;, # The source type.
5258 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005259 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005260 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005261 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005262 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005263 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
5264 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
5265 &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.
5266 &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.
5267 &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.
5268 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5269 },
5270 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
5271 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
5272 &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`
5273 },
5274 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07005275 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005276 { # A person&#x27;s phone number.
5277 &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.
5278 &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.
5279 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005280 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005281 &quot;source&quot;: { # The source of a field. # The source of the field.
5282 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5283 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5284 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5285 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5286 &quot;userTypes&quot;: [ # Output only. The user types.
5287 &quot;A String&quot;,
5288 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005289 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005290 &quot;type&quot;: &quot;A String&quot;, # The source type.
5291 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005292 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005293 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005294 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005295 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005296 &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`
5297 &quot;value&quot;: &quot;A String&quot;, # The phone number.
5298 },
5299 ],
5300 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
5301 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
5302 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
5303 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005304 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005305 &quot;source&quot;: { # The source of a field. # The source of the field.
5306 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5307 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5308 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5309 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5310 &quot;userTypes&quot;: [ # Output only. The user types.
5311 &quot;A String&quot;,
5312 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005313 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005314 &quot;type&quot;: &quot;A String&quot;, # The source type.
5315 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005316 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005317 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005318 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005319 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005320 &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
5321 },
5322 ],
5323 &quot;relations&quot;: [ # The person&#x27;s relations.
5324 { # A person&#x27;s relation to another person.
5325 &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.
5326 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005327 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005328 &quot;source&quot;: { # The source of a field. # The source of the field.
5329 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5330 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5331 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5332 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5333 &quot;userTypes&quot;: [ # Output only. The user types.
5334 &quot;A String&quot;,
5335 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005336 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005337 &quot;type&quot;: &quot;A String&quot;, # The source type.
5338 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005339 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005340 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005341 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005342 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005343 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
5344 &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`
5345 },
5346 ],
5347 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
5348 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
5349 &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.
5350 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005351 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005352 &quot;source&quot;: { # The source of a field. # The source of the field.
5353 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5354 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5355 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5356 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5357 &quot;userTypes&quot;: [ # Output only. The user types.
5358 &quot;A String&quot;,
5359 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005360 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005361 &quot;type&quot;: &quot;A String&quot;, # The source type.
5362 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005363 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005364 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005365 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005366 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005367 &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`
5368 },
5369 ],
5370 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
5371 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
5372 &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.
5373 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005374 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005375 &quot;source&quot;: { # The source of a field. # The source of the field.
5376 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5377 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5378 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5379 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5380 &quot;userTypes&quot;: [ # Output only. The user types.
5381 &quot;A String&quot;,
5382 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005383 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005384 &quot;type&quot;: &quot;A String&quot;, # The source type.
5385 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005386 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005387 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005388 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005389 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005390 &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`
5391 },
5392 ],
5393 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
5394 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
5395 &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.
5396 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005397 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005398 &quot;source&quot;: { # The source of a field. # The source of the field.
5399 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5400 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5401 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5402 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5403 &quot;userTypes&quot;: [ # Output only. The user types.
5404 &quot;A String&quot;,
5405 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005406 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005407 &quot;type&quot;: &quot;A String&quot;, # The source type.
5408 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005409 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005410 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005411 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005412 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005413 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
5414 },
5415 ],
5416 &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}`.
5417 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
5418 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
5419 &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.
5420 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005421 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005422 &quot;source&quot;: { # The source of a field. # The source of the field.
5423 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5424 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5425 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5426 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5427 &quot;userTypes&quot;: [ # Output only. The user types.
5428 &quot;A String&quot;,
5429 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005430 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005431 &quot;type&quot;: &quot;A String&quot;, # The source type.
5432 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005433 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005434 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005435 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005436 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005437 &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`
5438 &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.
5439 },
5440 ],
5441 &quot;skills&quot;: [ # The person&#x27;s skills.
5442 { # A skill that the person has.
5443 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005444 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005445 &quot;source&quot;: { # The source of a field. # The source of the field.
5446 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5447 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5448 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5449 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5450 &quot;userTypes&quot;: [ # Output only. The user types.
5451 &quot;A String&quot;,
5452 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005453 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005454 &quot;type&quot;: &quot;A String&quot;, # The source type.
5455 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005456 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005457 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005458 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005459 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005460 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
5461 },
5462 ],
5463 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
5464 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
5465 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005466 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005467 &quot;source&quot;: { # The source of a field. # The source of the field.
5468 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5469 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5470 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5471 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5472 &quot;userTypes&quot;: [ # Output only. The user types.
5473 &quot;A String&quot;,
5474 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005475 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005476 &quot;type&quot;: &quot;A String&quot;, # The source type.
5477 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005478 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005479 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005480 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005481 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005482 &quot;value&quot;: &quot;A String&quot;, # The tagline.
5483 },
5484 ],
5485 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
5486 { # A person&#x27;s associated URLs.
5487 &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.
5488 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005489 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005490 &quot;source&quot;: { # The source of a field. # The source of the field.
5491 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5492 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5493 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5494 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5495 &quot;userTypes&quot;: [ # Output only. The user types.
5496 &quot;A String&quot;,
5497 ],
5498 },
5499 &quot;type&quot;: &quot;A String&quot;, # The source type.
5500 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5501 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005502 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005503 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5504 },
5505 &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`
5506 &quot;value&quot;: &quot;A String&quot;, # The URL.
5507 },
5508 ],
5509 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
5510 { # Arbitrary user data that is populated by the end users.
5511 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
5512 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005513 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005514 &quot;source&quot;: { # The source of a field. # The source of the field.
5515 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5516 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5517 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5518 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5519 &quot;userTypes&quot;: [ # Output only. The user types.
5520 &quot;A String&quot;,
5521 ],
5522 },
5523 &quot;type&quot;: &quot;A String&quot;, # The source type.
5524 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5525 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005526 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005527 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5528 },
5529 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
5530 },
5531 ],
5532}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07005533</div>
5534
5535<div class="method">
5536 <code class="details" id="deleteContact">deleteContact(resourceName, x__xgafv=None)</code>
5537 <pre>Delete a contact person. Any non-contact data will not be deleted.
5538
5539Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07005540 resourceName: string, Required. The resource name of the contact to delete. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07005541 x__xgafv: string, V1 error format.
5542 Allowed values
5543 1 - v1 error format
5544 2 - v2 error format
5545
5546Returns:
5547 An object of the form:
5548
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005549 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005550}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07005551</div>
5552
5553<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005554 <code class="details" id="deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -07005555 <pre>Delete a contact&#x27;s photo.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07005556
5557Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07005558 resourceName: string, Required. The resource name of the contact whose photo will be deleted. (required)
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005559 personFields: string, Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to empty if not set, which will skip the post mutate get. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005560 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005561 Allowed values
5562 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
5563 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
5564 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
5565 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim65020912020-05-20 12:08:20 -07005566 x__xgafv: string, V1 error format.
5567 Allowed values
5568 1 - v1 error format
5569 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07005570
5571Returns:
5572 An object of the form:
5573
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08005574 { # The response for deleting a contact&#x27;s photo.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005575 &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.
5576 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
5577 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
5578 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
5579 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
5580 &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.
5581 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
5582 &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.
5583 &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.
5584 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005585 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005586 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005587 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5588 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005589 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5590 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5591 &quot;userTypes&quot;: [ # Output only. The user types.
5592 &quot;A String&quot;,
5593 ],
5594 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005595 &quot;type&quot;: &quot;A String&quot;, # The source type.
5596 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005597 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005598 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005599 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5600 },
5601 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
5602 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
5603 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
5604 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
5605 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005606 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005607 ],
5608 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
5609 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
5610 { # A person&#x27;s age range.
5611 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
5612 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005613 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005614 &quot;source&quot;: { # The source of a field. # The source of the field.
5615 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5616 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5617 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5618 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5619 &quot;userTypes&quot;: [ # Output only. The user types.
5620 &quot;A String&quot;,
5621 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005622 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005623 &quot;type&quot;: &quot;A String&quot;, # The source type.
5624 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005625 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005626 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005627 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005628 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005629 },
5630 ],
5631 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
5632 { # A person&#x27;s short biography.
5633 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
5634 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005635 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005636 &quot;source&quot;: { # The source of a field. # The source of the field.
5637 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5638 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5639 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5640 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5641 &quot;userTypes&quot;: [ # Output only. The user types.
5642 &quot;A String&quot;,
5643 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005644 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005645 &quot;type&quot;: &quot;A String&quot;, # The source type.
5646 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005647 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005648 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005649 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005650 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005651 &quot;value&quot;: &quot;A String&quot;, # The short biography.
5652 },
5653 ],
5654 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
5655 { # 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.
5656 &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.
5657 &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.
5658 &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.
5659 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005660 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005661 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005662 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005663 &quot;source&quot;: { # The source of a field. # The source of the field.
5664 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5665 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5666 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5667 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5668 &quot;userTypes&quot;: [ # Output only. The user types.
5669 &quot;A String&quot;,
5670 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005671 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005672 &quot;type&quot;: &quot;A String&quot;, # The source type.
5673 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005674 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005675 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005676 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005677 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005678 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
5679 },
5680 ],
5681 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
5682 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
5683 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005684 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005685 &quot;source&quot;: { # The source of a field. # The source of the field.
5686 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5687 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5688 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5689 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5690 &quot;userTypes&quot;: [ # Output only. The user types.
5691 &quot;A String&quot;,
5692 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005693 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005694 &quot;type&quot;: &quot;A String&quot;, # The source type.
5695 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005696 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005697 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005698 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005699 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005700 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
5701 },
5702 ],
5703 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
5704 { # A person&#x27;s calendar URL.
5705 &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.
5706 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005707 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005708 &quot;source&quot;: { # The source of a field. # The source of the field.
5709 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5710 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5711 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5712 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5713 &quot;userTypes&quot;: [ # Output only. The user types.
5714 &quot;A String&quot;,
5715 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005716 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005717 &quot;type&quot;: &quot;A String&quot;, # The source type.
5718 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005719 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005720 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005721 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005722 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005723 &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`
5724 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
5725 },
5726 ],
5727 &quot;clientData&quot;: [ # The person&#x27;s client data.
5728 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
5729 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
5730 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005731 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005732 &quot;source&quot;: { # The source of a field. # The source of the field.
5733 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5734 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5735 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5736 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5737 &quot;userTypes&quot;: [ # Output only. The user types.
5738 &quot;A String&quot;,
5739 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005740 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005741 &quot;type&quot;: &quot;A String&quot;, # The source type.
5742 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005743 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005744 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005745 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005746 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005747 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
5748 },
5749 ],
5750 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
5751 { # 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.
5752 &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.
5753 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005754 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005755 &quot;source&quot;: { # The source of a field. # The source of the field.
5756 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5757 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5758 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5759 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5760 &quot;userTypes&quot;: [ # Output only. The user types.
5761 &quot;A String&quot;,
5762 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005763 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005764 &quot;type&quot;: &quot;A String&quot;, # The source type.
5765 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005766 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005767 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005768 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005769 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005770 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
5771 },
5772 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07005773 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005774 { # A person&#x27;s email address.
5775 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
5776 &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.
5777 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005778 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005779 &quot;source&quot;: { # The source of a field. # The source of the field.
5780 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5781 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5782 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5783 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5784 &quot;userTypes&quot;: [ # Output only. The user types.
5785 &quot;A String&quot;,
5786 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005787 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005788 &quot;type&quot;: &quot;A String&quot;, # The source type.
5789 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005790 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005791 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005792 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005793 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005794 &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`
5795 &quot;value&quot;: &quot;A String&quot;, # The email address.
5796 },
5797 ],
5798 &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.
5799 &quot;events&quot;: [ # The person&#x27;s events.
5800 { # An event related to the person.
5801 &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.
5802 &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.
5803 &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.
5804 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005805 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005806 &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.
5807 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005808 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005809 &quot;source&quot;: { # The source of a field. # The source of the field.
5810 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5811 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5812 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5813 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5814 &quot;userTypes&quot;: [ # Output only. The user types.
5815 &quot;A String&quot;,
5816 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005817 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005818 &quot;type&quot;: &quot;A String&quot;, # The source type.
5819 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005820 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005821 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005822 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005823 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005824 &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`
5825 },
5826 ],
5827 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
5828 { # An identifier from an external entity related to the person.
5829 &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.
5830 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005831 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005832 &quot;source&quot;: { # The source of a field. # The source of the field.
5833 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5834 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5835 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5836 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5837 &quot;userTypes&quot;: [ # Output only. The user types.
5838 &quot;A String&quot;,
5839 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005840 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005841 &quot;type&quot;: &quot;A String&quot;, # The source type.
5842 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005843 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005844 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005845 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005846 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005847 &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`
5848 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
5849 },
5850 ],
5851 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
5852 { # The name that should be used to sort the person in a list.
5853 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005854 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005855 &quot;source&quot;: { # The source of a field. # The source of the field.
5856 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5857 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5858 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5859 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5860 &quot;userTypes&quot;: [ # Output only. The user types.
5861 &quot;A String&quot;,
5862 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005863 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005864 &quot;type&quot;: &quot;A String&quot;, # The source type.
5865 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005866 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005867 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005868 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005869 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005870 &quot;value&quot;: &quot;A String&quot;, # The file-as value
5871 },
5872 ],
5873 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
5874 { # A person&#x27;s gender.
5875 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
5876 &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.
5877 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005878 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005879 &quot;source&quot;: { # The source of a field. # The source of the field.
5880 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5881 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5882 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5883 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5884 &quot;userTypes&quot;: [ # Output only. The user types.
5885 &quot;A String&quot;,
5886 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005887 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005888 &quot;type&quot;: &quot;A String&quot;, # The source type.
5889 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005890 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005891 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005892 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005893 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005894 &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`
5895 },
5896 ],
5897 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
5898 { # A person&#x27;s instant messaging client.
5899 &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.
5900 &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.
5901 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005902 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005903 &quot;source&quot;: { # The source of a field. # The source of the field.
5904 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5905 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5906 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5907 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5908 &quot;userTypes&quot;: [ # Output only. The user types.
5909 &quot;A String&quot;,
5910 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005911 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005912 &quot;type&quot;: &quot;A String&quot;, # The source type.
5913 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005914 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005915 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005916 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5917 },
5918 &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`
5919 &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`
5920 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
5921 },
5922 ],
5923 &quot;interests&quot;: [ # The person&#x27;s interests.
5924 { # One of the person&#x27;s interests.
5925 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005926 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005927 &quot;source&quot;: { # The source of a field. # The source of the field.
5928 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5929 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5930 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5931 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5932 &quot;userTypes&quot;: [ # Output only. The user types.
5933 &quot;A String&quot;,
5934 ],
5935 },
5936 &quot;type&quot;: &quot;A String&quot;, # The source type.
5937 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5938 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005939 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005940 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5941 },
5942 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
5943 },
5944 ],
5945 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
5946 { # A person&#x27;s locale preference.
5947 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005948 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005949 &quot;source&quot;: { # The source of a field. # The source of the field.
5950 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5951 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5952 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5953 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5954 &quot;userTypes&quot;: [ # Output only. The user types.
5955 &quot;A String&quot;,
5956 ],
5957 },
5958 &quot;type&quot;: &quot;A String&quot;, # The source type.
5959 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5960 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005961 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005962 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5963 },
5964 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
5965 },
5966 ],
5967 &quot;locations&quot;: [ # The person&#x27;s locations.
5968 { # A person&#x27;s location.
5969 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
5970 &quot;current&quot;: True or False, # Whether the location is the current location.
5971 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
5972 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
5973 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
5974 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005975 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005976 &quot;source&quot;: { # The source of a field. # The source of the field.
5977 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5978 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5979 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5980 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5981 &quot;userTypes&quot;: [ # Output only. The user types.
5982 &quot;A String&quot;,
5983 ],
5984 },
5985 &quot;type&quot;: &quot;A String&quot;, # The source type.
5986 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5987 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07005988 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005989 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5990 },
5991 &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`
5992 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
5993 },
5994 ],
5995 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
5996 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
5997 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
5998 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
5999 &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.
6000 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07006001 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
6002 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006003 },
6004 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006005 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006006 &quot;source&quot;: { # The source of a field. # The source of the field.
6007 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6008 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6009 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6010 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6011 &quot;userTypes&quot;: [ # Output only. The user types.
6012 &quot;A String&quot;,
6013 ],
6014 },
6015 &quot;type&quot;: &quot;A String&quot;, # The source type.
6016 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6017 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006018 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006019 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6020 },
6021 },
6022 ],
6023 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07006024 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006025 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
6026 &quot;A String&quot;,
6027 ],
6028 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07006029 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006030 &quot;A String&quot;,
6031 ],
6032 &quot;sources&quot;: [ # The sources of data for the person.
6033 { # The source of a field.
6034 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6035 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6036 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6037 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6038 &quot;userTypes&quot;: [ # Output only. The user types.
6039 &quot;A String&quot;,
6040 ],
6041 },
6042 &quot;type&quot;: &quot;A String&quot;, # The source type.
6043 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006044 },
6045 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006046 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006047 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
6048 { # A person&#x27;s miscellaneous keyword.
6049 &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.
6050 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006051 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006052 &quot;source&quot;: { # The source of a field. # The source of the field.
6053 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6054 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6055 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6056 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6057 &quot;userTypes&quot;: [ # Output only. The user types.
6058 &quot;A String&quot;,
6059 ],
6060 },
6061 &quot;type&quot;: &quot;A String&quot;, # The source type.
6062 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6063 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006064 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006065 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6066 },
6067 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
6068 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
6069 },
6070 ],
6071 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
6072 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
6073 &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.
6074 &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.
6075 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
6076 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
6077 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
6078 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
6079 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006080 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006081 &quot;source&quot;: { # The source of a field. # The source of the field.
6082 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6083 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6084 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6085 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6086 &quot;userTypes&quot;: [ # Output only. The user types.
6087 &quot;A String&quot;,
6088 ],
6089 },
6090 &quot;type&quot;: &quot;A String&quot;, # The source type.
6091 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6092 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006093 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006094 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6095 },
6096 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
6097 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
6098 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
6099 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
6100 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
6101 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
6102 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
6103 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
6104 },
6105 ],
6106 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
6107 { # A person&#x27;s nickname.
6108 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006109 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006110 &quot;source&quot;: { # The source of a field. # The source of the field.
6111 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6112 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6113 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6114 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6115 &quot;userTypes&quot;: [ # Output only. The user types.
6116 &quot;A String&quot;,
6117 ],
6118 },
6119 &quot;type&quot;: &quot;A String&quot;, # The source type.
6120 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6121 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006122 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006123 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6124 },
6125 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
6126 &quot;value&quot;: &quot;A String&quot;, # The nickname.
6127 },
6128 ],
6129 &quot;occupations&quot;: [ # The person&#x27;s occupations.
6130 { # A person&#x27;s occupation.
6131 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006132 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006133 &quot;source&quot;: { # The source of a field. # The source of the field.
6134 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6135 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6136 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6137 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6138 &quot;userTypes&quot;: [ # Output only. The user types.
6139 &quot;A String&quot;,
6140 ],
6141 },
6142 &quot;type&quot;: &quot;A String&quot;, # The source type.
6143 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6144 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006145 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006146 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6147 },
6148 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
6149 },
6150 ],
6151 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
6152 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
6153 &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.
6154 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
6155 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
6156 &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.
6157 &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.
6158 &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.
6159 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6160 },
6161 &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.
6162 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
6163 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
6164 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006165 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006166 &quot;source&quot;: { # The source of a field. # The source of the field.
6167 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6168 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6169 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6170 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6171 &quot;userTypes&quot;: [ # Output only. The user types.
6172 &quot;A String&quot;,
6173 ],
6174 },
6175 &quot;type&quot;: &quot;A String&quot;, # The source type.
6176 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6177 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006178 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006179 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6180 },
6181 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
6182 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
6183 &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.
6184 &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.
6185 &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.
6186 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6187 },
6188 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
6189 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
6190 &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`
6191 },
6192 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07006193 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006194 { # A person&#x27;s phone number.
6195 &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.
6196 &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.
6197 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006198 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006199 &quot;source&quot;: { # The source of a field. # The source of the field.
6200 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6201 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6202 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6203 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6204 &quot;userTypes&quot;: [ # Output only. The user types.
6205 &quot;A String&quot;,
6206 ],
6207 },
6208 &quot;type&quot;: &quot;A String&quot;, # The source type.
6209 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6210 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006211 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006212 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6213 },
6214 &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`
6215 &quot;value&quot;: &quot;A String&quot;, # The phone number.
6216 },
6217 ],
6218 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
6219 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
6220 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
6221 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006222 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006223 &quot;source&quot;: { # The source of a field. # The source of the field.
6224 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6225 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6226 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6227 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6228 &quot;userTypes&quot;: [ # Output only. The user types.
6229 &quot;A String&quot;,
6230 ],
6231 },
6232 &quot;type&quot;: &quot;A String&quot;, # The source type.
6233 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6234 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006235 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006236 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6237 },
6238 &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
6239 },
6240 ],
6241 &quot;relations&quot;: [ # The person&#x27;s relations.
6242 { # A person&#x27;s relation to another person.
6243 &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.
6244 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006245 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006246 &quot;source&quot;: { # The source of a field. # The source of the field.
6247 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6248 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6249 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6250 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6251 &quot;userTypes&quot;: [ # Output only. The user types.
6252 &quot;A String&quot;,
6253 ],
6254 },
6255 &quot;type&quot;: &quot;A String&quot;, # The source type.
6256 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6257 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006258 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006259 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6260 },
6261 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
6262 &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`
6263 },
6264 ],
6265 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
6266 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
6267 &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.
6268 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006269 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006270 &quot;source&quot;: { # The source of a field. # The source of the field.
6271 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6272 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6273 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6274 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6275 &quot;userTypes&quot;: [ # Output only. The user types.
6276 &quot;A String&quot;,
6277 ],
6278 },
6279 &quot;type&quot;: &quot;A String&quot;, # The source type.
6280 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6281 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006282 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006283 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6284 },
6285 &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`
6286 },
6287 ],
6288 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
6289 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
6290 &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.
6291 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006292 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006293 &quot;source&quot;: { # The source of a field. # The source of the field.
6294 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6295 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6296 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6297 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6298 &quot;userTypes&quot;: [ # Output only. The user types.
6299 &quot;A String&quot;,
6300 ],
6301 },
6302 &quot;type&quot;: &quot;A String&quot;, # The source type.
6303 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6304 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006305 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006306 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6307 },
6308 &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`
6309 },
6310 ],
6311 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
6312 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
6313 &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.
6314 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006315 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006316 &quot;source&quot;: { # The source of a field. # The source of the field.
6317 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6318 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6319 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6320 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6321 &quot;userTypes&quot;: [ # Output only. The user types.
6322 &quot;A String&quot;,
6323 ],
6324 },
6325 &quot;type&quot;: &quot;A String&quot;, # The source type.
6326 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6327 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006328 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006329 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6330 },
6331 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
6332 },
6333 ],
6334 &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}`.
6335 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
6336 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
6337 &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.
6338 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006339 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006340 &quot;source&quot;: { # The source of a field. # The source of the field.
6341 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6342 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6343 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6344 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6345 &quot;userTypes&quot;: [ # Output only. The user types.
6346 &quot;A String&quot;,
6347 ],
6348 },
6349 &quot;type&quot;: &quot;A String&quot;, # The source type.
6350 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6351 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006352 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006353 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6354 },
6355 &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`
6356 &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.
6357 },
6358 ],
6359 &quot;skills&quot;: [ # The person&#x27;s skills.
6360 { # A skill that the person has.
6361 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006362 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006363 &quot;source&quot;: { # The source of a field. # The source of the field.
6364 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6365 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6366 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6367 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6368 &quot;userTypes&quot;: [ # Output only. The user types.
6369 &quot;A String&quot;,
6370 ],
6371 },
6372 &quot;type&quot;: &quot;A String&quot;, # The source type.
6373 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6374 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006375 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006376 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6377 },
6378 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
6379 },
6380 ],
6381 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
6382 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
6383 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006384 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006385 &quot;source&quot;: { # The source of a field. # The source of the field.
6386 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6387 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6388 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6389 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6390 &quot;userTypes&quot;: [ # Output only. The user types.
6391 &quot;A String&quot;,
6392 ],
6393 },
6394 &quot;type&quot;: &quot;A String&quot;, # The source type.
6395 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6396 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006397 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006398 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6399 },
6400 &quot;value&quot;: &quot;A String&quot;, # The tagline.
6401 },
6402 ],
6403 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
6404 { # A person&#x27;s associated URLs.
6405 &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.
6406 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006407 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006408 &quot;source&quot;: { # The source of a field. # The source of the field.
6409 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6410 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6411 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6412 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6413 &quot;userTypes&quot;: [ # Output only. The user types.
6414 &quot;A String&quot;,
6415 ],
6416 },
6417 &quot;type&quot;: &quot;A String&quot;, # The source type.
6418 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6419 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006420 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006421 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6422 },
6423 &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`
6424 &quot;value&quot;: &quot;A String&quot;, # The URL.
6425 },
6426 ],
6427 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
6428 { # Arbitrary user data that is populated by the end users.
6429 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
6430 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006431 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006432 &quot;source&quot;: { # The source of a field. # The source of the field.
6433 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6434 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6435 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6436 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6437 &quot;userTypes&quot;: [ # Output only. The user types.
6438 &quot;A String&quot;,
6439 ],
6440 },
6441 &quot;type&quot;: &quot;A String&quot;, # The source type.
6442 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6443 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006444 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006445 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6446 },
6447 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
6448 },
6449 ],
6450 },
6451}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07006452</div>
6453
6454<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006455 <code class="details" id="get">get(resourceName, personFields=None, requestMask_includeField=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006456 <pre>Provides information about a person by specifying a resource name. Use `people/me` to indicate the authenticated user. The request returns a 400 error if &#x27;personFields&#x27; is not specified.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07006457
6458Args:
yoshi-code-bot07708072021-07-20 00:20:24 -07006459 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)
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006460 personFields: string, Required. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006461 requestMask_includeField: string, Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006462 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_PROFILE and READ_SOURCE_TYPE_CONTACT if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006463 Allowed values
6464 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
6465 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
6466 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
6467 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim65020912020-05-20 12:08:20 -07006468 x__xgafv: string, V1 error format.
6469 Allowed values
6470 1 - v1 error format
6471 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08006472
6473Returns:
6474 An object of the form:
6475
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006476 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006477 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
6478 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
6479 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
6480 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
6481 &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.
6482 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
6483 &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.
6484 &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.
6485 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006486 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006487 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006488 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6489 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006490 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6491 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6492 &quot;userTypes&quot;: [ # Output only. The user types.
6493 &quot;A String&quot;,
6494 ],
6495 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006496 &quot;type&quot;: &quot;A String&quot;, # The source type.
6497 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006498 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006499 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006500 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6501 },
6502 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
6503 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
6504 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
6505 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
6506 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006507 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006508 ],
6509 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
6510 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
6511 { # A person&#x27;s age range.
6512 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
6513 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006514 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006515 &quot;source&quot;: { # The source of a field. # The source of the field.
6516 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6517 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6518 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6519 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6520 &quot;userTypes&quot;: [ # Output only. The user types.
6521 &quot;A String&quot;,
6522 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006523 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006524 &quot;type&quot;: &quot;A String&quot;, # The source type.
6525 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006526 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006527 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006528 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6529 },
6530 },
6531 ],
6532 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
6533 { # A person&#x27;s short biography.
6534 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
6535 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006536 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006537 &quot;source&quot;: { # The source of a field. # The source of the field.
6538 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6539 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6540 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6541 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6542 &quot;userTypes&quot;: [ # Output only. The user types.
6543 &quot;A String&quot;,
6544 ],
6545 },
6546 &quot;type&quot;: &quot;A String&quot;, # The source type.
6547 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6548 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006549 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006550 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6551 },
6552 &quot;value&quot;: &quot;A String&quot;, # The short biography.
6553 },
6554 ],
6555 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
6556 { # 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.
6557 &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.
6558 &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.
6559 &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.
6560 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6561 },
6562 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006563 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006564 &quot;source&quot;: { # The source of a field. # The source of the field.
6565 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6566 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6567 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6568 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6569 &quot;userTypes&quot;: [ # Output only. The user types.
6570 &quot;A String&quot;,
6571 ],
6572 },
6573 &quot;type&quot;: &quot;A String&quot;, # The source type.
6574 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6575 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006576 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006577 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6578 },
6579 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
6580 },
6581 ],
6582 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
6583 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
6584 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006585 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006586 &quot;source&quot;: { # The source of a field. # The source of the field.
6587 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6588 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6589 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6590 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6591 &quot;userTypes&quot;: [ # Output only. The user types.
6592 &quot;A String&quot;,
6593 ],
6594 },
6595 &quot;type&quot;: &quot;A String&quot;, # The source type.
6596 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6597 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006598 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006599 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6600 },
6601 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
6602 },
6603 ],
6604 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
6605 { # A person&#x27;s calendar URL.
6606 &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.
6607 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006608 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006609 &quot;source&quot;: { # The source of a field. # The source of the field.
6610 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6611 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6612 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6613 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6614 &quot;userTypes&quot;: [ # Output only. The user types.
6615 &quot;A String&quot;,
6616 ],
6617 },
6618 &quot;type&quot;: &quot;A String&quot;, # The source type.
6619 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6620 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006621 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006622 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6623 },
6624 &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`
6625 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
6626 },
6627 ],
6628 &quot;clientData&quot;: [ # The person&#x27;s client data.
6629 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
6630 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
6631 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006632 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006633 &quot;source&quot;: { # The source of a field. # The source of the field.
6634 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6635 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6636 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6637 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6638 &quot;userTypes&quot;: [ # Output only. The user types.
6639 &quot;A String&quot;,
6640 ],
6641 },
6642 &quot;type&quot;: &quot;A String&quot;, # The source type.
6643 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6644 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006645 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006646 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6647 },
6648 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
6649 },
6650 ],
6651 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
6652 { # 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.
6653 &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.
6654 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006655 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006656 &quot;source&quot;: { # The source of a field. # The source of the field.
6657 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6658 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6659 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6660 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6661 &quot;userTypes&quot;: [ # Output only. The user types.
6662 &quot;A String&quot;,
6663 ],
6664 },
6665 &quot;type&quot;: &quot;A String&quot;, # The source type.
6666 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6667 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006668 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006669 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6670 },
6671 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
6672 },
6673 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07006674 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006675 { # A person&#x27;s email address.
6676 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
6677 &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.
6678 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006679 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006680 &quot;source&quot;: { # The source of a field. # The source of the field.
6681 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6682 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6683 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6684 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6685 &quot;userTypes&quot;: [ # Output only. The user types.
6686 &quot;A String&quot;,
6687 ],
6688 },
6689 &quot;type&quot;: &quot;A String&quot;, # The source type.
6690 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6691 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006692 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006693 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6694 },
6695 &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`
6696 &quot;value&quot;: &quot;A String&quot;, # The email address.
6697 },
6698 ],
6699 &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.
6700 &quot;events&quot;: [ # The person&#x27;s events.
6701 { # An event related to the person.
6702 &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.
6703 &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.
6704 &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.
6705 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6706 },
6707 &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.
6708 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006709 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006710 &quot;source&quot;: { # The source of a field. # The source of the field.
6711 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6712 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6713 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6714 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6715 &quot;userTypes&quot;: [ # Output only. The user types.
6716 &quot;A String&quot;,
6717 ],
6718 },
6719 &quot;type&quot;: &quot;A String&quot;, # The source type.
6720 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6721 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006722 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006723 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6724 },
6725 &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`
6726 },
6727 ],
6728 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
6729 { # An identifier from an external entity related to the person.
6730 &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.
6731 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006732 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006733 &quot;source&quot;: { # The source of a field. # The source of the field.
6734 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6735 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6736 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6737 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6738 &quot;userTypes&quot;: [ # Output only. The user types.
6739 &quot;A String&quot;,
6740 ],
6741 },
6742 &quot;type&quot;: &quot;A String&quot;, # The source type.
6743 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6744 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006745 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006746 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6747 },
6748 &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`
6749 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
6750 },
6751 ],
6752 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
6753 { # The name that should be used to sort the person in a list.
6754 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006755 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006756 &quot;source&quot;: { # The source of a field. # The source of the field.
6757 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6758 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6759 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6760 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6761 &quot;userTypes&quot;: [ # Output only. The user types.
6762 &quot;A String&quot;,
6763 ],
6764 },
6765 &quot;type&quot;: &quot;A String&quot;, # The source type.
6766 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6767 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006768 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006769 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6770 },
6771 &quot;value&quot;: &quot;A String&quot;, # The file-as value
6772 },
6773 ],
6774 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
6775 { # A person&#x27;s gender.
6776 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
6777 &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.
6778 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006779 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006780 &quot;source&quot;: { # The source of a field. # The source of the field.
6781 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6782 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6783 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6784 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6785 &quot;userTypes&quot;: [ # Output only. The user types.
6786 &quot;A String&quot;,
6787 ],
6788 },
6789 &quot;type&quot;: &quot;A String&quot;, # The source type.
6790 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6791 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006792 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006793 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6794 },
6795 &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`
6796 },
6797 ],
6798 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
6799 { # A person&#x27;s instant messaging client.
6800 &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.
6801 &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.
6802 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006803 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006804 &quot;source&quot;: { # The source of a field. # The source of the field.
6805 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6806 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6807 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6808 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6809 &quot;userTypes&quot;: [ # Output only. The user types.
6810 &quot;A String&quot;,
6811 ],
6812 },
6813 &quot;type&quot;: &quot;A String&quot;, # The source type.
6814 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6815 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006816 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006817 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6818 },
6819 &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`
6820 &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`
6821 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
6822 },
6823 ],
6824 &quot;interests&quot;: [ # The person&#x27;s interests.
6825 { # One of the person&#x27;s interests.
6826 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006827 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006828 &quot;source&quot;: { # The source of a field. # The source of the field.
6829 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6830 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6831 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6832 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6833 &quot;userTypes&quot;: [ # Output only. The user types.
6834 &quot;A String&quot;,
6835 ],
6836 },
6837 &quot;type&quot;: &quot;A String&quot;, # The source type.
6838 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6839 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006840 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006841 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6842 },
6843 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
6844 },
6845 ],
6846 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
6847 { # A person&#x27;s locale preference.
6848 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006849 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006850 &quot;source&quot;: { # The source of a field. # The source of the field.
6851 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6852 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6853 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6854 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6855 &quot;userTypes&quot;: [ # Output only. The user types.
6856 &quot;A String&quot;,
6857 ],
6858 },
6859 &quot;type&quot;: &quot;A String&quot;, # The source type.
6860 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6861 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006862 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006863 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6864 },
6865 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
6866 },
6867 ],
6868 &quot;locations&quot;: [ # The person&#x27;s locations.
6869 { # A person&#x27;s location.
6870 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
6871 &quot;current&quot;: True or False, # Whether the location is the current location.
6872 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
6873 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
6874 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
6875 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006876 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006877 &quot;source&quot;: { # The source of a field. # The source of the field.
6878 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6879 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6880 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6881 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6882 &quot;userTypes&quot;: [ # Output only. The user types.
6883 &quot;A String&quot;,
6884 ],
6885 },
6886 &quot;type&quot;: &quot;A String&quot;, # The source type.
6887 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6888 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006889 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006890 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6891 },
6892 &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`
6893 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
6894 },
6895 ],
6896 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
6897 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
6898 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
6899 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
6900 &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.
6901 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07006902 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
6903 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006904 },
6905 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006906 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006907 &quot;source&quot;: { # The source of a field. # The source of the field.
6908 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6909 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6910 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6911 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6912 &quot;userTypes&quot;: [ # Output only. The user types.
6913 &quot;A String&quot;,
6914 ],
6915 },
6916 &quot;type&quot;: &quot;A String&quot;, # The source type.
6917 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6918 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006919 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006920 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6921 },
6922 },
6923 ],
6924 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07006925 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006926 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
6927 &quot;A String&quot;,
6928 ],
6929 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07006930 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006931 &quot;A String&quot;,
6932 ],
6933 &quot;sources&quot;: [ # The sources of data for the person.
6934 { # The source of a field.
6935 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6936 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6937 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6938 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6939 &quot;userTypes&quot;: [ # Output only. The user types.
6940 &quot;A String&quot;,
6941 ],
6942 },
6943 &quot;type&quot;: &quot;A String&quot;, # The source type.
6944 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006945 },
6946 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006947 },
6948 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
6949 { # A person&#x27;s miscellaneous keyword.
6950 &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.
6951 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006952 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006953 &quot;source&quot;: { # The source of a field. # The source of the field.
6954 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6955 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6956 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6957 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6958 &quot;userTypes&quot;: [ # Output only. The user types.
6959 &quot;A String&quot;,
6960 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006961 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006962 &quot;type&quot;: &quot;A String&quot;, # The source type.
6963 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006964 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006965 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006966 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006967 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006968 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
6969 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
6970 },
6971 ],
6972 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
6973 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
6974 &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.
6975 &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.
6976 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
6977 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
6978 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
6979 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
6980 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006981 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006982 &quot;source&quot;: { # The source of a field. # The source of the field.
6983 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6984 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6985 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6986 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6987 &quot;userTypes&quot;: [ # Output only. The user types.
6988 &quot;A String&quot;,
6989 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006990 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006991 &quot;type&quot;: &quot;A String&quot;, # The source type.
6992 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006993 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07006994 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006995 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006996 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006997 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
6998 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
6999 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
7000 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
7001 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
7002 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
7003 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
7004 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
7005 },
7006 ],
7007 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
7008 { # A person&#x27;s nickname.
7009 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007010 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007011 &quot;source&quot;: { # The source of a field. # The source of the field.
7012 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7013 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7014 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7015 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7016 &quot;userTypes&quot;: [ # Output only. The user types.
7017 &quot;A String&quot;,
7018 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007019 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007020 &quot;type&quot;: &quot;A String&quot;, # The source type.
7021 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007022 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007023 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007024 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007025 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007026 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
7027 &quot;value&quot;: &quot;A String&quot;, # The nickname.
7028 },
7029 ],
7030 &quot;occupations&quot;: [ # The person&#x27;s occupations.
7031 { # A person&#x27;s occupation.
7032 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007033 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007034 &quot;source&quot;: { # The source of a field. # The source of the field.
7035 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7036 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7037 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7038 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7039 &quot;userTypes&quot;: [ # Output only. The user types.
7040 &quot;A String&quot;,
7041 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007042 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007043 &quot;type&quot;: &quot;A String&quot;, # The source type.
7044 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007045 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007046 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007047 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007048 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007049 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
7050 },
7051 ],
7052 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
7053 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
7054 &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.
7055 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
7056 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
7057 &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.
7058 &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.
7059 &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.
7060 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7061 },
7062 &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.
7063 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
7064 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
7065 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007066 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007067 &quot;source&quot;: { # The source of a field. # The source of the field.
7068 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7069 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7070 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7071 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7072 &quot;userTypes&quot;: [ # Output only. The user types.
7073 &quot;A String&quot;,
7074 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007075 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007076 &quot;type&quot;: &quot;A String&quot;, # The source type.
7077 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007078 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007079 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007080 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007081 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007082 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
7083 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
7084 &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.
7085 &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.
7086 &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.
7087 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7088 },
7089 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
7090 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
7091 &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`
7092 },
7093 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07007094 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007095 { # A person&#x27;s phone number.
7096 &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.
7097 &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.
7098 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007099 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007100 &quot;source&quot;: { # The source of a field. # The source of the field.
7101 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7102 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7103 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7104 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7105 &quot;userTypes&quot;: [ # Output only. The user types.
7106 &quot;A String&quot;,
7107 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007108 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007109 &quot;type&quot;: &quot;A String&quot;, # The source type.
7110 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007111 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007112 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007113 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007114 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007115 &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`
7116 &quot;value&quot;: &quot;A String&quot;, # The phone number.
7117 },
7118 ],
7119 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
7120 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
7121 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
7122 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007123 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007124 &quot;source&quot;: { # The source of a field. # The source of the field.
7125 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7126 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7127 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7128 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7129 &quot;userTypes&quot;: [ # Output only. The user types.
7130 &quot;A String&quot;,
7131 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007132 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007133 &quot;type&quot;: &quot;A String&quot;, # The source type.
7134 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007135 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007136 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007137 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007138 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007139 &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
7140 },
7141 ],
7142 &quot;relations&quot;: [ # The person&#x27;s relations.
7143 { # A person&#x27;s relation to another person.
7144 &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.
7145 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007146 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007147 &quot;source&quot;: { # The source of a field. # The source of the field.
7148 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7149 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7150 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7151 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7152 &quot;userTypes&quot;: [ # Output only. The user types.
7153 &quot;A String&quot;,
7154 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007155 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007156 &quot;type&quot;: &quot;A String&quot;, # The source type.
7157 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007158 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007159 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007160 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007161 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007162 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
7163 &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`
7164 },
7165 ],
7166 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
7167 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
7168 &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.
7169 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007170 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007171 &quot;source&quot;: { # The source of a field. # The source of the field.
7172 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7173 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7174 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7175 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7176 &quot;userTypes&quot;: [ # Output only. The user types.
7177 &quot;A String&quot;,
7178 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007179 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007180 &quot;type&quot;: &quot;A String&quot;, # The source type.
7181 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007182 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007183 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007184 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007185 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007186 &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`
7187 },
7188 ],
7189 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
7190 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
7191 &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.
7192 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007193 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007194 &quot;source&quot;: { # The source of a field. # The source of the field.
7195 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7196 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7197 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7198 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7199 &quot;userTypes&quot;: [ # Output only. The user types.
7200 &quot;A String&quot;,
7201 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007202 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007203 &quot;type&quot;: &quot;A String&quot;, # The source type.
7204 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007205 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007206 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007207 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007208 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007209 &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`
7210 },
7211 ],
7212 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
7213 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
7214 &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.
7215 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007216 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007217 &quot;source&quot;: { # The source of a field. # The source of the field.
7218 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7219 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7220 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7221 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7222 &quot;userTypes&quot;: [ # Output only. The user types.
7223 &quot;A String&quot;,
7224 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007225 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007226 &quot;type&quot;: &quot;A String&quot;, # The source type.
7227 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007228 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007229 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007230 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007231 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007232 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
7233 },
7234 ],
7235 &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}`.
7236 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
7237 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
7238 &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.
7239 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007240 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007241 &quot;source&quot;: { # The source of a field. # The source of the field.
7242 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7243 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7244 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7245 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7246 &quot;userTypes&quot;: [ # Output only. The user types.
7247 &quot;A String&quot;,
7248 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007249 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007250 &quot;type&quot;: &quot;A String&quot;, # The source type.
7251 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007252 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007253 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007254 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007255 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007256 &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`
7257 &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.
7258 },
7259 ],
7260 &quot;skills&quot;: [ # The person&#x27;s skills.
7261 { # A skill that the person has.
7262 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007263 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007264 &quot;source&quot;: { # The source of a field. # The source of the field.
7265 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7266 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7267 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7268 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7269 &quot;userTypes&quot;: [ # Output only. The user types.
7270 &quot;A String&quot;,
7271 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007272 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007273 &quot;type&quot;: &quot;A String&quot;, # The source type.
7274 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007275 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007276 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007277 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007278 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007279 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
7280 },
7281 ],
7282 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
7283 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
7284 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007285 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007286 &quot;source&quot;: { # The source of a field. # The source of the field.
7287 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7288 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7289 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7290 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7291 &quot;userTypes&quot;: [ # Output only. The user types.
7292 &quot;A String&quot;,
7293 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007294 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007295 &quot;type&quot;: &quot;A String&quot;, # The source type.
7296 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007297 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007298 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007299 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007300 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007301 &quot;value&quot;: &quot;A String&quot;, # The tagline.
7302 },
7303 ],
7304 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
7305 { # A person&#x27;s associated URLs.
7306 &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.
7307 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007308 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007309 &quot;source&quot;: { # The source of a field. # The source of the field.
7310 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7311 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7312 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7313 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7314 &quot;userTypes&quot;: [ # Output only. The user types.
7315 &quot;A String&quot;,
7316 ],
7317 },
7318 &quot;type&quot;: &quot;A String&quot;, # The source type.
7319 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7320 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007321 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007322 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7323 },
7324 &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`
7325 &quot;value&quot;: &quot;A String&quot;, # The URL.
7326 },
7327 ],
7328 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
7329 { # Arbitrary user data that is populated by the end users.
7330 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
7331 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007332 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007333 &quot;source&quot;: { # The source of a field. # The source of the field.
7334 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7335 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7336 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7337 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7338 &quot;userTypes&quot;: [ # Output only. The user types.
7339 &quot;A String&quot;,
7340 ],
7341 },
7342 &quot;type&quot;: &quot;A String&quot;, # The source type.
7343 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7344 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007345 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007346 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7347 },
7348 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
7349 },
7350 ],
7351}</pre>
Dan O'Mearadd494642020-05-01 07:42:23 -07007352</div>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07007353
Dan O'Mearadd494642020-05-01 07:42:23 -07007354<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007355 <code class="details" id="getBatchGet">getBatchGet(personFields=None, requestMask_includeField=None, resourceNames=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007356 <pre>Provides information about a list of specific people by specifying a list of requested resource names. Use `people/me` to indicate the authenticated user. The request returns a 400 error if &#x27;personFields&#x27; is not specified.
Dan O'Mearadd494642020-05-01 07:42:23 -07007357
7358Args:
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007359 personFields: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007360 requestMask_includeField: string, Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`.
yoshi-code-bot07708072021-07-20 00:20:24 -07007361 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)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007362 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007363 Allowed values
7364 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
7365 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
7366 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
7367 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim65020912020-05-20 12:08:20 -07007368 x__xgafv: string, V1 error format.
7369 Allowed values
7370 1 - v1 error format
7371 2 - v2 error format
Dan O'Mearadd494642020-05-01 07:42:23 -07007372
7373Returns:
7374 An object of the form:
7375
7376 { # The response to a get request for a list of people by resource name.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007377 &quot;responses&quot;: [ # The response for each requested resource name.
7378 { # The response for a single person
7379 &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
7380 &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.
7381 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
7382 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
7383 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
7384 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
7385 &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.
7386 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
7387 &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.
7388 &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.
7389 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007390 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007391 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007392 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7393 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007394 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7395 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7396 &quot;userTypes&quot;: [ # Output only. The user types.
7397 &quot;A String&quot;,
7398 ],
7399 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007400 &quot;type&quot;: &quot;A String&quot;, # The source type.
7401 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007402 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007403 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007404 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7405 },
7406 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
7407 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
7408 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
7409 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
7410 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007411 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007412 ],
7413 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
7414 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
7415 { # A person&#x27;s age range.
7416 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
7417 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007418 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007419 &quot;source&quot;: { # The source of a field. # The source of the field.
7420 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7421 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7422 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7423 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7424 &quot;userTypes&quot;: [ # Output only. The user types.
7425 &quot;A String&quot;,
7426 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007427 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007428 &quot;type&quot;: &quot;A String&quot;, # The source type.
7429 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007430 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007431 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007432 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007433 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007434 },
7435 ],
7436 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
7437 { # A person&#x27;s short biography.
7438 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
7439 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007440 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007441 &quot;source&quot;: { # The source of a field. # The source of the field.
7442 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7443 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7444 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7445 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7446 &quot;userTypes&quot;: [ # Output only. The user types.
7447 &quot;A String&quot;,
7448 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007449 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007450 &quot;type&quot;: &quot;A String&quot;, # The source type.
7451 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007452 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007453 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007454 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007455 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007456 &quot;value&quot;: &quot;A String&quot;, # The short biography.
7457 },
7458 ],
7459 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
7460 { # 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.
7461 &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.
7462 &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.
7463 &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.
7464 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007465 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007466 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007467 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007468 &quot;source&quot;: { # The source of a field. # The source of the field.
7469 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7470 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7471 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7472 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7473 &quot;userTypes&quot;: [ # Output only. The user types.
7474 &quot;A String&quot;,
7475 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007476 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007477 &quot;type&quot;: &quot;A String&quot;, # The source type.
7478 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007479 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007480 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007481 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007482 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007483 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
7484 },
7485 ],
7486 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
7487 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
7488 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007489 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007490 &quot;source&quot;: { # The source of a field. # The source of the field.
7491 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7492 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7493 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7494 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7495 &quot;userTypes&quot;: [ # Output only. The user types.
7496 &quot;A String&quot;,
7497 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007498 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007499 &quot;type&quot;: &quot;A String&quot;, # The source type.
7500 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007501 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007502 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007503 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007504 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007505 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
7506 },
7507 ],
7508 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
7509 { # A person&#x27;s calendar URL.
7510 &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.
7511 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007512 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007513 &quot;source&quot;: { # The source of a field. # The source of the field.
7514 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7515 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7516 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7517 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7518 &quot;userTypes&quot;: [ # Output only. The user types.
7519 &quot;A String&quot;,
7520 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007521 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007522 &quot;type&quot;: &quot;A String&quot;, # The source type.
7523 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007524 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007525 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007526 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007527 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007528 &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`
7529 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
7530 },
7531 ],
7532 &quot;clientData&quot;: [ # The person&#x27;s client data.
7533 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
7534 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
7535 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007536 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007537 &quot;source&quot;: { # The source of a field. # The source of the field.
7538 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7539 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7540 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7541 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7542 &quot;userTypes&quot;: [ # Output only. The user types.
7543 &quot;A String&quot;,
7544 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007545 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007546 &quot;type&quot;: &quot;A String&quot;, # The source type.
7547 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007548 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007549 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007550 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007551 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007552 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
7553 },
7554 ],
7555 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
7556 { # 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.
7557 &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.
7558 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007559 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007560 &quot;source&quot;: { # The source of a field. # The source of the field.
7561 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7562 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7563 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7564 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7565 &quot;userTypes&quot;: [ # Output only. The user types.
7566 &quot;A String&quot;,
7567 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007568 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007569 &quot;type&quot;: &quot;A String&quot;, # The source type.
7570 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007571 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007572 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007573 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007574 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007575 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
7576 },
7577 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07007578 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007579 { # A person&#x27;s email address.
7580 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
7581 &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.
7582 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007583 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007584 &quot;source&quot;: { # The source of a field. # The source of the field.
7585 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7586 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7587 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7588 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7589 &quot;userTypes&quot;: [ # Output only. The user types.
7590 &quot;A String&quot;,
7591 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007592 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007593 &quot;type&quot;: &quot;A String&quot;, # The source type.
7594 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007595 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007596 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007597 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007598 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007599 &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`
7600 &quot;value&quot;: &quot;A String&quot;, # The email address.
7601 },
7602 ],
7603 &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.
7604 &quot;events&quot;: [ # The person&#x27;s events.
7605 { # An event related to the person.
7606 &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.
7607 &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.
7608 &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.
7609 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007610 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007611 &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.
7612 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007613 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007614 &quot;source&quot;: { # The source of a field. # The source of the field.
7615 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7616 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7617 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7618 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7619 &quot;userTypes&quot;: [ # Output only. The user types.
7620 &quot;A String&quot;,
7621 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007622 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007623 &quot;type&quot;: &quot;A String&quot;, # The source type.
7624 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007625 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007626 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007627 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007628 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007629 &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`
7630 },
7631 ],
7632 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
7633 { # An identifier from an external entity related to the person.
7634 &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.
7635 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007636 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007637 &quot;source&quot;: { # The source of a field. # The source of the field.
7638 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7639 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7640 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7641 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7642 &quot;userTypes&quot;: [ # Output only. The user types.
7643 &quot;A String&quot;,
7644 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007645 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007646 &quot;type&quot;: &quot;A String&quot;, # The source type.
7647 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007648 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007649 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007650 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007651 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007652 &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`
7653 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
7654 },
7655 ],
7656 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
7657 { # The name that should be used to sort the person in a list.
7658 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007659 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007660 &quot;source&quot;: { # The source of a field. # The source of the field.
7661 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7662 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7663 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7664 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7665 &quot;userTypes&quot;: [ # Output only. The user types.
7666 &quot;A String&quot;,
7667 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007668 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007669 &quot;type&quot;: &quot;A String&quot;, # The source type.
7670 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007671 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007672 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007673 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007674 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007675 &quot;value&quot;: &quot;A String&quot;, # The file-as value
7676 },
7677 ],
7678 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
7679 { # A person&#x27;s gender.
7680 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
7681 &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.
7682 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007683 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007684 &quot;source&quot;: { # The source of a field. # The source of the field.
7685 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7686 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7687 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7688 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7689 &quot;userTypes&quot;: [ # Output only. The user types.
7690 &quot;A String&quot;,
7691 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007692 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007693 &quot;type&quot;: &quot;A String&quot;, # The source type.
7694 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007695 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007696 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007697 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007698 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007699 &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`
7700 },
7701 ],
7702 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
7703 { # A person&#x27;s instant messaging client.
7704 &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.
7705 &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.
7706 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007707 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007708 &quot;source&quot;: { # The source of a field. # The source of the field.
7709 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7710 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7711 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7712 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7713 &quot;userTypes&quot;: [ # Output only. The user types.
7714 &quot;A String&quot;,
7715 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007716 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007717 &quot;type&quot;: &quot;A String&quot;, # The source type.
7718 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007719 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007720 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007721 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7722 },
7723 &quot;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`
7724 &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`
7725 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
7726 },
7727 ],
7728 &quot;interests&quot;: [ # The person&#x27;s interests.
7729 { # One of the person&#x27;s interests.
7730 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007731 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007732 &quot;source&quot;: { # The source of a field. # The source of the field.
7733 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7734 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7735 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7736 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7737 &quot;userTypes&quot;: [ # Output only. The user types.
7738 &quot;A String&quot;,
7739 ],
7740 },
7741 &quot;type&quot;: &quot;A String&quot;, # The source type.
7742 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7743 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007744 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007745 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7746 },
7747 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
7748 },
7749 ],
7750 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
7751 { # A person&#x27;s locale preference.
7752 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007753 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007754 &quot;source&quot;: { # The source of a field. # The source of the field.
7755 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7756 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7757 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7758 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7759 &quot;userTypes&quot;: [ # Output only. The user types.
7760 &quot;A String&quot;,
7761 ],
7762 },
7763 &quot;type&quot;: &quot;A String&quot;, # The source type.
7764 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7765 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007766 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007767 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7768 },
7769 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
7770 },
7771 ],
7772 &quot;locations&quot;: [ # The person&#x27;s locations.
7773 { # A person&#x27;s location.
7774 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
7775 &quot;current&quot;: True or False, # Whether the location is the current location.
7776 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
7777 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
7778 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
7779 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007780 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007781 &quot;source&quot;: { # The source of a field. # The source of the field.
7782 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7783 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7784 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7785 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7786 &quot;userTypes&quot;: [ # Output only. The user types.
7787 &quot;A String&quot;,
7788 ],
7789 },
7790 &quot;type&quot;: &quot;A String&quot;, # The source type.
7791 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7792 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007793 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007794 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7795 },
7796 &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`
7797 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
7798 },
7799 ],
7800 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
7801 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
7802 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
7803 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
7804 &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.
7805 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07007806 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
7807 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007808 },
7809 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007810 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007811 &quot;source&quot;: { # The source of a field. # The source of the field.
7812 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7813 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7814 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7815 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7816 &quot;userTypes&quot;: [ # Output only. The user types.
7817 &quot;A String&quot;,
7818 ],
7819 },
7820 &quot;type&quot;: &quot;A String&quot;, # The source type.
7821 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7822 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007823 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007824 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7825 },
7826 },
7827 ],
7828 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07007829 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007830 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
7831 &quot;A String&quot;,
7832 ],
7833 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07007834 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007835 &quot;A String&quot;,
7836 ],
7837 &quot;sources&quot;: [ # The sources of data for the person.
7838 { # The source of a field.
7839 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7840 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7841 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7842 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7843 &quot;userTypes&quot;: [ # Output only. The user types.
7844 &quot;A String&quot;,
7845 ],
7846 },
7847 &quot;type&quot;: &quot;A String&quot;, # The source type.
7848 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007849 },
7850 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007851 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007852 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
7853 { # A person&#x27;s miscellaneous keyword.
7854 &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.
7855 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007856 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007857 &quot;source&quot;: { # The source of a field. # The source of the field.
7858 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7859 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7860 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7861 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7862 &quot;userTypes&quot;: [ # Output only. The user types.
7863 &quot;A String&quot;,
7864 ],
7865 },
7866 &quot;type&quot;: &quot;A String&quot;, # The source type.
7867 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7868 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007869 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007870 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007871 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007872 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
7873 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
7874 },
7875 ],
7876 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
7877 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
7878 &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.
7879 &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.
7880 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
7881 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
7882 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
7883 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
7884 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007885 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007886 &quot;source&quot;: { # The source of a field. # The source of the field.
7887 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7888 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7889 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7890 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7891 &quot;userTypes&quot;: [ # Output only. The user types.
7892 &quot;A String&quot;,
7893 ],
7894 },
7895 &quot;type&quot;: &quot;A String&quot;, # The source type.
7896 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7897 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007898 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007899 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7900 },
7901 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
7902 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
7903 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
7904 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
7905 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
7906 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
7907 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
7908 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
7909 },
7910 ],
7911 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
7912 { # A person&#x27;s nickname.
7913 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007914 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007915 &quot;source&quot;: { # The source of a field. # The source of the field.
7916 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7917 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7918 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7919 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7920 &quot;userTypes&quot;: [ # Output only. The user types.
7921 &quot;A String&quot;,
7922 ],
7923 },
7924 &quot;type&quot;: &quot;A String&quot;, # The source type.
7925 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7926 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007927 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007928 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7929 },
7930 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
7931 &quot;value&quot;: &quot;A String&quot;, # The nickname.
7932 },
7933 ],
7934 &quot;occupations&quot;: [ # The person&#x27;s occupations.
7935 { # A person&#x27;s occupation.
7936 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007937 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007938 &quot;source&quot;: { # The source of a field. # The source of the field.
7939 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7940 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7941 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7942 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7943 &quot;userTypes&quot;: [ # Output only. The user types.
7944 &quot;A String&quot;,
7945 ],
7946 },
7947 &quot;type&quot;: &quot;A String&quot;, # The source type.
7948 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7949 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007950 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007951 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7952 },
7953 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
7954 },
7955 ],
7956 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
7957 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
7958 &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.
7959 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
7960 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
7961 &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.
7962 &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.
7963 &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.
7964 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7965 },
7966 &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.
7967 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
7968 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
7969 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007970 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007971 &quot;source&quot;: { # The source of a field. # The source of the field.
7972 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7973 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7974 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7975 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7976 &quot;userTypes&quot;: [ # Output only. The user types.
7977 &quot;A String&quot;,
7978 ],
7979 },
7980 &quot;type&quot;: &quot;A String&quot;, # The source type.
7981 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7982 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07007983 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007984 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7985 },
7986 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
7987 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
7988 &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.
7989 &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.
7990 &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.
7991 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7992 },
7993 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
7994 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
7995 &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`
7996 },
7997 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07007998 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007999 { # A person&#x27;s phone number.
8000 &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.
8001 &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.
8002 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008003 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008004 &quot;source&quot;: { # The source of a field. # The source of the field.
8005 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8006 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8007 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8008 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8009 &quot;userTypes&quot;: [ # Output only. The user types.
8010 &quot;A String&quot;,
8011 ],
8012 },
8013 &quot;type&quot;: &quot;A String&quot;, # The source type.
8014 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8015 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008016 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008017 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8018 },
8019 &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`
8020 &quot;value&quot;: &quot;A String&quot;, # The phone number.
8021 },
8022 ],
8023 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
8024 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
8025 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
8026 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008027 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008028 &quot;source&quot;: { # The source of a field. # The source of the field.
8029 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8030 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8031 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8032 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8033 &quot;userTypes&quot;: [ # Output only. The user types.
8034 &quot;A String&quot;,
8035 ],
8036 },
8037 &quot;type&quot;: &quot;A String&quot;, # The source type.
8038 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8039 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008040 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008041 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8042 },
8043 &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
8044 },
8045 ],
8046 &quot;relations&quot;: [ # The person&#x27;s relations.
8047 { # A person&#x27;s relation to another person.
8048 &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.
8049 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008050 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008051 &quot;source&quot;: { # The source of a field. # The source of the field.
8052 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8053 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8054 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8055 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8056 &quot;userTypes&quot;: [ # Output only. The user types.
8057 &quot;A String&quot;,
8058 ],
8059 },
8060 &quot;type&quot;: &quot;A String&quot;, # The source type.
8061 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8062 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008063 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008064 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8065 },
8066 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
8067 &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`
8068 },
8069 ],
8070 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
8071 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
8072 &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.
8073 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008074 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008075 &quot;source&quot;: { # The source of a field. # The source of the field.
8076 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8077 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8078 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8079 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8080 &quot;userTypes&quot;: [ # Output only. The user types.
8081 &quot;A String&quot;,
8082 ],
8083 },
8084 &quot;type&quot;: &quot;A String&quot;, # The source type.
8085 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8086 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008087 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008088 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8089 },
8090 &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`
8091 },
8092 ],
8093 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
8094 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
8095 &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.
8096 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008097 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008098 &quot;source&quot;: { # The source of a field. # The source of the field.
8099 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8100 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8101 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8102 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8103 &quot;userTypes&quot;: [ # Output only. The user types.
8104 &quot;A String&quot;,
8105 ],
8106 },
8107 &quot;type&quot;: &quot;A String&quot;, # The source type.
8108 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8109 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008110 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008111 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8112 },
8113 &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`
8114 },
8115 ],
8116 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
8117 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
8118 &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.
8119 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008120 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008121 &quot;source&quot;: { # The source of a field. # The source of the field.
8122 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8123 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8124 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8125 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8126 &quot;userTypes&quot;: [ # Output only. The user types.
8127 &quot;A String&quot;,
8128 ],
8129 },
8130 &quot;type&quot;: &quot;A String&quot;, # The source type.
8131 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8132 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008133 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008134 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8135 },
8136 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
8137 },
8138 ],
8139 &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}`.
8140 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
8141 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
8142 &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.
8143 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008144 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008145 &quot;source&quot;: { # The source of a field. # The source of the field.
8146 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8147 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8148 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8149 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8150 &quot;userTypes&quot;: [ # Output only. The user types.
8151 &quot;A String&quot;,
8152 ],
8153 },
8154 &quot;type&quot;: &quot;A String&quot;, # The source type.
8155 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8156 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008157 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008158 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8159 },
8160 &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`
8161 &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.
8162 },
8163 ],
8164 &quot;skills&quot;: [ # The person&#x27;s skills.
8165 { # A skill that the person has.
8166 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008167 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008168 &quot;source&quot;: { # The source of a field. # The source of the field.
8169 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8170 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8171 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8172 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8173 &quot;userTypes&quot;: [ # Output only. The user types.
8174 &quot;A String&quot;,
8175 ],
8176 },
8177 &quot;type&quot;: &quot;A String&quot;, # The source type.
8178 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8179 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008180 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008181 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8182 },
8183 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
8184 },
8185 ],
8186 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
8187 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
8188 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008189 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008190 &quot;source&quot;: { # The source of a field. # The source of the field.
8191 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8192 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8193 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8194 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8195 &quot;userTypes&quot;: [ # Output only. The user types.
8196 &quot;A String&quot;,
8197 ],
8198 },
8199 &quot;type&quot;: &quot;A String&quot;, # The source type.
8200 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8201 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008202 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008203 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8204 },
8205 &quot;value&quot;: &quot;A String&quot;, # The tagline.
8206 },
8207 ],
8208 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
8209 { # A person&#x27;s associated URLs.
8210 &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.
8211 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008212 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008213 &quot;source&quot;: { # The source of a field. # The source of the field.
8214 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8215 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8216 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8217 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8218 &quot;userTypes&quot;: [ # Output only. The user types.
8219 &quot;A String&quot;,
8220 ],
8221 },
8222 &quot;type&quot;: &quot;A String&quot;, # The source type.
8223 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8224 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008225 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008226 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8227 },
8228 &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`
8229 &quot;value&quot;: &quot;A String&quot;, # The URL.
8230 },
8231 ],
8232 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
8233 { # Arbitrary user data that is populated by the end users.
8234 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
8235 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008236 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008237 &quot;source&quot;: { # The source of a field. # The source of the field.
8238 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8239 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8240 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8241 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8242 &quot;userTypes&quot;: [ # Output only. The user types.
8243 &quot;A String&quot;,
8244 ],
8245 },
8246 &quot;type&quot;: &quot;A String&quot;, # The source type.
8247 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8248 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008249 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008250 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8251 },
8252 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
8253 },
8254 ],
Dan O'Mearadd494642020-05-01 07:42:23 -07008255 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008256 &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.
8257 &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.
8258 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
8259 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
8260 {
8261 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
8262 },
8263 ],
8264 &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.
8265 },
8266 },
8267 ],
8268}</pre>
Dan O'Mearadd494642020-05-01 07:42:23 -07008269</div>
8270
8271<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008272 <code class="details" id="listDirectoryPeople">listDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, readMask=None, requestSyncToken=None, sources=None, syncToken=None, x__xgafv=None)</code>
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008273 <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).
Dan O'Mearadd494642020-05-01 07:42:23 -07008274
8275Args:
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008276 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)
8277 Allowed values
8278 DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
8279 DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008280 pageSize: integer, Optional. The number of people to include in the response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
yoshi-code-bot07708072021-07-20 00:20:24 -07008281 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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008282 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
yoshi-code-bot07708072021-07-20 00:20:24 -07008283 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`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008284 sources: string, Required. Directory sources to return. (repeated)
8285 Allowed values
8286 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
yoshi-code-bot33237a82021-06-09 00:26:03 -07008287 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - Google Workspace domain shared contact.
8288 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - Google Workspace domain profile.
yoshi-code-bot07708072021-07-20 00:20:24 -07008289 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`.
Bu Sun Kim65020912020-05-20 12:08:20 -07008290 x__xgafv: string, V1 error format.
8291 Allowed values
8292 1 - v1 error format
8293 2 - v2 error format
Dan O'Mearadd494642020-05-01 07:42:23 -07008294
8295Returns:
8296 An object of the form:
8297
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008298 { # The response to a request for the authenticated user&#x27;s domain directory.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008299 &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.
8300 &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.
8301 &quot;people&quot;: [ # The list of people in the domain directory.
8302 { # 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.
8303 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
8304 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
8305 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
8306 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
8307 &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.
8308 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
8309 &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.
8310 &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.
8311 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008312 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008313 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008314 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8315 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008316 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8317 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8318 &quot;userTypes&quot;: [ # Output only. The user types.
8319 &quot;A String&quot;,
8320 ],
8321 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008322 &quot;type&quot;: &quot;A String&quot;, # The source type.
8323 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008324 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008325 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008326 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8327 },
8328 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
8329 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
8330 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
8331 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
8332 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008333 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008334 ],
8335 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
8336 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
8337 { # A person&#x27;s age range.
8338 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
8339 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008340 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008341 &quot;source&quot;: { # The source of a field. # The source of the field.
8342 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8343 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8344 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8345 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8346 &quot;userTypes&quot;: [ # Output only. The user types.
8347 &quot;A String&quot;,
8348 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008349 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008350 &quot;type&quot;: &quot;A String&quot;, # The source type.
8351 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008352 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008353 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008354 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008355 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008356 },
8357 ],
8358 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
8359 { # A person&#x27;s short biography.
8360 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
8361 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008362 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008363 &quot;source&quot;: { # The source of a field. # The source of the field.
8364 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8365 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8366 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8367 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8368 &quot;userTypes&quot;: [ # Output only. The user types.
8369 &quot;A String&quot;,
8370 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008371 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008372 &quot;type&quot;: &quot;A String&quot;, # The source type.
8373 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008374 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008375 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008376 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008377 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008378 &quot;value&quot;: &quot;A String&quot;, # The short biography.
8379 },
8380 ],
8381 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
8382 { # 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.
8383 &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.
8384 &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.
8385 &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.
8386 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008387 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008388 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008389 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008390 &quot;source&quot;: { # The source of a field. # The source of the field.
8391 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8392 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8393 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8394 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8395 &quot;userTypes&quot;: [ # Output only. The user types.
8396 &quot;A String&quot;,
8397 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008398 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008399 &quot;type&quot;: &quot;A String&quot;, # The source type.
8400 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008401 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008402 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008403 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008404 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008405 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
8406 },
8407 ],
8408 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
8409 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
8410 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008411 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008412 &quot;source&quot;: { # The source of a field. # The source of the field.
8413 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8414 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8415 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8416 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8417 &quot;userTypes&quot;: [ # Output only. The user types.
8418 &quot;A String&quot;,
8419 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008420 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008421 &quot;type&quot;: &quot;A String&quot;, # The source type.
8422 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008423 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008424 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008425 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008426 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008427 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
8428 },
8429 ],
8430 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
8431 { # A person&#x27;s calendar URL.
8432 &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.
8433 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008434 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008435 &quot;source&quot;: { # The source of a field. # The source of the field.
8436 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8437 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8438 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8439 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8440 &quot;userTypes&quot;: [ # Output only. The user types.
8441 &quot;A String&quot;,
8442 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008443 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008444 &quot;type&quot;: &quot;A String&quot;, # The source type.
8445 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008446 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008447 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008448 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008449 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008450 &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`
8451 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
8452 },
8453 ],
8454 &quot;clientData&quot;: [ # The person&#x27;s client data.
8455 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
8456 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
8457 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008458 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008459 &quot;source&quot;: { # The source of a field. # The source of the field.
8460 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8461 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8462 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8463 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8464 &quot;userTypes&quot;: [ # Output only. The user types.
8465 &quot;A String&quot;,
8466 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008467 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008468 &quot;type&quot;: &quot;A String&quot;, # The source type.
8469 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008470 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008471 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008472 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008473 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008474 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
8475 },
8476 ],
8477 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
8478 { # 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.
8479 &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.
8480 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008481 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008482 &quot;source&quot;: { # The source of a field. # The source of the field.
8483 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8484 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8485 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8486 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8487 &quot;userTypes&quot;: [ # Output only. The user types.
8488 &quot;A String&quot;,
8489 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008490 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008491 &quot;type&quot;: &quot;A String&quot;, # The source type.
8492 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008493 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008494 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008495 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008496 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008497 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
8498 },
8499 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07008500 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008501 { # A person&#x27;s email address.
8502 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
8503 &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.
8504 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008505 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008506 &quot;source&quot;: { # The source of a field. # The source of the field.
8507 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8508 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8509 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8510 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8511 &quot;userTypes&quot;: [ # Output only. The user types.
8512 &quot;A String&quot;,
8513 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008514 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008515 &quot;type&quot;: &quot;A String&quot;, # The source type.
8516 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008517 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008518 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008519 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008520 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008521 &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`
8522 &quot;value&quot;: &quot;A String&quot;, # The email address.
8523 },
8524 ],
8525 &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.
8526 &quot;events&quot;: [ # The person&#x27;s events.
8527 { # An event related to the person.
8528 &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.
8529 &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.
8530 &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.
8531 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008532 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008533 &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.
8534 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008535 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008536 &quot;source&quot;: { # The source of a field. # The source of the field.
8537 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8538 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8539 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8540 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8541 &quot;userTypes&quot;: [ # Output only. The user types.
8542 &quot;A String&quot;,
8543 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008544 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008545 &quot;type&quot;: &quot;A String&quot;, # The source type.
8546 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008547 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008548 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008549 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008550 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008551 &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`
8552 },
8553 ],
8554 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
8555 { # An identifier from an external entity related to the person.
8556 &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.
8557 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008558 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008559 &quot;source&quot;: { # The source of a field. # The source of the field.
8560 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8561 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8562 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8563 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8564 &quot;userTypes&quot;: [ # Output only. The user types.
8565 &quot;A String&quot;,
8566 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008567 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008568 &quot;type&quot;: &quot;A String&quot;, # The source type.
8569 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008570 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008571 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008572 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008573 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008574 &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`
8575 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
8576 },
8577 ],
8578 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
8579 { # The name that should be used to sort the person in a list.
8580 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008581 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008582 &quot;source&quot;: { # The source of a field. # The source of the field.
8583 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8584 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8585 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8586 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8587 &quot;userTypes&quot;: [ # Output only. The user types.
8588 &quot;A String&quot;,
8589 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008590 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008591 &quot;type&quot;: &quot;A String&quot;, # The source type.
8592 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008593 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008594 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008595 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008596 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008597 &quot;value&quot;: &quot;A String&quot;, # The file-as value
8598 },
8599 ],
8600 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
8601 { # A person&#x27;s gender.
8602 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
8603 &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.
8604 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008605 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008606 &quot;source&quot;: { # The source of a field. # The source of the field.
8607 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8608 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8609 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8610 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8611 &quot;userTypes&quot;: [ # Output only. The user types.
8612 &quot;A String&quot;,
8613 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008614 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008615 &quot;type&quot;: &quot;A String&quot;, # The source type.
8616 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008617 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008618 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008619 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008620 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008621 &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`
8622 },
8623 ],
8624 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
8625 { # A person&#x27;s instant messaging client.
8626 &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.
8627 &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.
8628 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008629 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008630 &quot;source&quot;: { # The source of a field. # The source of the field.
8631 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8632 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8633 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8634 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8635 &quot;userTypes&quot;: [ # Output only. The user types.
8636 &quot;A String&quot;,
8637 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008638 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008639 &quot;type&quot;: &quot;A String&quot;, # The source type.
8640 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008641 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008642 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008643 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8644 },
8645 &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`
8646 &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`
8647 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
8648 },
8649 ],
8650 &quot;interests&quot;: [ # The person&#x27;s interests.
8651 { # One of the person&#x27;s interests.
8652 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008653 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008654 &quot;source&quot;: { # The source of a field. # The source of the field.
8655 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8656 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8657 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8658 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8659 &quot;userTypes&quot;: [ # Output only. The user types.
8660 &quot;A String&quot;,
8661 ],
8662 },
8663 &quot;type&quot;: &quot;A String&quot;, # The source type.
8664 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8665 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008666 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008667 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8668 },
8669 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
8670 },
8671 ],
8672 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
8673 { # A person&#x27;s locale preference.
8674 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008675 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008676 &quot;source&quot;: { # The source of a field. # The source of the field.
8677 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8678 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8679 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8680 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8681 &quot;userTypes&quot;: [ # Output only. The user types.
8682 &quot;A String&quot;,
8683 ],
8684 },
8685 &quot;type&quot;: &quot;A String&quot;, # The source type.
8686 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8687 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008688 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008689 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8690 },
8691 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
8692 },
8693 ],
8694 &quot;locations&quot;: [ # The person&#x27;s locations.
8695 { # A person&#x27;s location.
8696 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
8697 &quot;current&quot;: True or False, # Whether the location is the current location.
8698 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
8699 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
8700 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
8701 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008702 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008703 &quot;source&quot;: { # The source of a field. # The source of the field.
8704 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8705 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8706 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8707 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8708 &quot;userTypes&quot;: [ # Output only. The user types.
8709 &quot;A String&quot;,
8710 ],
8711 },
8712 &quot;type&quot;: &quot;A String&quot;, # The source type.
8713 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8714 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008715 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008716 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8717 },
8718 &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`
8719 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
8720 },
8721 ],
8722 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
8723 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
8724 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
8725 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
8726 &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.
8727 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07008728 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
8729 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008730 },
8731 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008732 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008733 &quot;source&quot;: { # The source of a field. # The source of the field.
8734 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8735 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8736 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8737 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8738 &quot;userTypes&quot;: [ # Output only. The user types.
8739 &quot;A String&quot;,
8740 ],
8741 },
8742 &quot;type&quot;: &quot;A String&quot;, # The source type.
8743 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8744 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008745 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008746 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8747 },
8748 },
8749 ],
8750 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07008751 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008752 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
8753 &quot;A String&quot;,
8754 ],
8755 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07008756 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008757 &quot;A String&quot;,
8758 ],
8759 &quot;sources&quot;: [ # The sources of data for the person.
8760 { # The source of a field.
8761 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8762 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8763 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8764 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8765 &quot;userTypes&quot;: [ # Output only. The user types.
8766 &quot;A String&quot;,
8767 ],
8768 },
8769 &quot;type&quot;: &quot;A String&quot;, # The source type.
8770 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008771 },
8772 ],
Dan O'Mearadd494642020-05-01 07:42:23 -07008773 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008774 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
8775 { # A person&#x27;s miscellaneous keyword.
8776 &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.
8777 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008778 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008779 &quot;source&quot;: { # The source of a field. # The source of the field.
8780 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8781 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8782 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8783 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8784 &quot;userTypes&quot;: [ # Output only. The user types.
8785 &quot;A String&quot;,
8786 ],
8787 },
8788 &quot;type&quot;: &quot;A String&quot;, # The source type.
8789 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8790 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008791 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008792 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8793 },
8794 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
8795 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
8796 },
8797 ],
8798 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
8799 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
8800 &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.
8801 &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.
8802 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
8803 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
8804 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
8805 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
8806 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008807 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008808 &quot;source&quot;: { # The source of a field. # The source of the field.
8809 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8810 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8811 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8812 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8813 &quot;userTypes&quot;: [ # Output only. The user types.
8814 &quot;A String&quot;,
8815 ],
8816 },
8817 &quot;type&quot;: &quot;A String&quot;, # The source type.
8818 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8819 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008820 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008821 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8822 },
8823 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
8824 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
8825 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
8826 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
8827 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
8828 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
8829 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
8830 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
8831 },
8832 ],
8833 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
8834 { # A person&#x27;s nickname.
8835 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008836 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008837 &quot;source&quot;: { # The source of a field. # The source of the field.
8838 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8839 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8840 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8841 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8842 &quot;userTypes&quot;: [ # Output only. The user types.
8843 &quot;A String&quot;,
8844 ],
8845 },
8846 &quot;type&quot;: &quot;A String&quot;, # The source type.
8847 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8848 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008849 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008850 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8851 },
8852 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
8853 &quot;value&quot;: &quot;A String&quot;, # The nickname.
8854 },
8855 ],
8856 &quot;occupations&quot;: [ # The person&#x27;s occupations.
8857 { # A person&#x27;s occupation.
8858 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008859 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008860 &quot;source&quot;: { # The source of a field. # The source of the field.
8861 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8862 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8863 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8864 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8865 &quot;userTypes&quot;: [ # Output only. The user types.
8866 &quot;A String&quot;,
8867 ],
8868 },
8869 &quot;type&quot;: &quot;A String&quot;, # The source type.
8870 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8871 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008872 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008873 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8874 },
8875 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
8876 },
8877 ],
8878 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
8879 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
8880 &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.
8881 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
8882 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
8883 &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.
8884 &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.
8885 &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.
8886 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8887 },
8888 &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.
8889 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
8890 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
8891 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008892 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008893 &quot;source&quot;: { # The source of a field. # The source of the field.
8894 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8895 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8896 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8897 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8898 &quot;userTypes&quot;: [ # Output only. The user types.
8899 &quot;A String&quot;,
8900 ],
8901 },
8902 &quot;type&quot;: &quot;A String&quot;, # The source type.
8903 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8904 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008905 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008906 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8907 },
8908 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
8909 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
8910 &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.
8911 &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.
8912 &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.
8913 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8914 },
8915 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
8916 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
8917 &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`
8918 },
8919 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07008920 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008921 { # A person&#x27;s phone number.
8922 &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.
8923 &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.
8924 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008925 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008926 &quot;source&quot;: { # The source of a field. # The source of the field.
8927 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8928 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8929 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8930 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8931 &quot;userTypes&quot;: [ # Output only. The user types.
8932 &quot;A String&quot;,
8933 ],
8934 },
8935 &quot;type&quot;: &quot;A String&quot;, # The source type.
8936 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8937 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008938 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008939 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8940 },
8941 &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`
8942 &quot;value&quot;: &quot;A String&quot;, # The phone number.
8943 },
8944 ],
8945 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
8946 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
8947 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
8948 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008949 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008950 &quot;source&quot;: { # The source of a field. # The source of the field.
8951 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8952 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8953 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8954 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8955 &quot;userTypes&quot;: [ # Output only. The user types.
8956 &quot;A String&quot;,
8957 ],
8958 },
8959 &quot;type&quot;: &quot;A String&quot;, # The source type.
8960 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8961 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008962 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008963 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8964 },
8965 &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
8966 },
8967 ],
8968 &quot;relations&quot;: [ # The person&#x27;s relations.
8969 { # A person&#x27;s relation to another person.
8970 &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.
8971 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008972 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008973 &quot;source&quot;: { # The source of a field. # The source of the field.
8974 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8975 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8976 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8977 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8978 &quot;userTypes&quot;: [ # Output only. The user types.
8979 &quot;A String&quot;,
8980 ],
8981 },
8982 &quot;type&quot;: &quot;A String&quot;, # The source type.
8983 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8984 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008985 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008986 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8987 },
8988 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
8989 &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`
8990 },
8991 ],
8992 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
8993 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
8994 &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.
8995 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008996 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008997 &quot;source&quot;: { # The source of a field. # The source of the field.
8998 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8999 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9000 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9001 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9002 &quot;userTypes&quot;: [ # Output only. The user types.
9003 &quot;A String&quot;,
9004 ],
9005 },
9006 &quot;type&quot;: &quot;A String&quot;, # The source type.
9007 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9008 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009009 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009010 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9011 },
9012 &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`
9013 },
9014 ],
9015 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
9016 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
9017 &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.
9018 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009019 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009020 &quot;source&quot;: { # The source of a field. # The source of the field.
9021 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9022 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9023 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9024 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9025 &quot;userTypes&quot;: [ # Output only. The user types.
9026 &quot;A String&quot;,
9027 ],
9028 },
9029 &quot;type&quot;: &quot;A String&quot;, # The source type.
9030 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9031 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009032 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009033 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9034 },
9035 &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`
9036 },
9037 ],
9038 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
9039 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
9040 &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.
9041 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009042 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009043 &quot;source&quot;: { # The source of a field. # The source of the field.
9044 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9045 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9046 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9047 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9048 &quot;userTypes&quot;: [ # Output only. The user types.
9049 &quot;A String&quot;,
9050 ],
9051 },
9052 &quot;type&quot;: &quot;A String&quot;, # The source type.
9053 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9054 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009055 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009056 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9057 },
9058 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
9059 },
9060 ],
9061 &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}`.
9062 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
9063 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
9064 &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.
9065 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009066 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009067 &quot;source&quot;: { # The source of a field. # The source of the field.
9068 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9069 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9070 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9071 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9072 &quot;userTypes&quot;: [ # Output only. The user types.
9073 &quot;A String&quot;,
9074 ],
9075 },
9076 &quot;type&quot;: &quot;A String&quot;, # The source type.
9077 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9078 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009079 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009080 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9081 },
9082 &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`
9083 &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.
9084 },
9085 ],
9086 &quot;skills&quot;: [ # The person&#x27;s skills.
9087 { # A skill that the person has.
9088 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009089 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009090 &quot;source&quot;: { # The source of a field. # The source of the field.
9091 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9092 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9093 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9094 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9095 &quot;userTypes&quot;: [ # Output only. The user types.
9096 &quot;A String&quot;,
9097 ],
9098 },
9099 &quot;type&quot;: &quot;A String&quot;, # The source type.
9100 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9101 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009102 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009103 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9104 },
9105 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
9106 },
9107 ],
9108 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
9109 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
9110 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009111 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009112 &quot;source&quot;: { # The source of a field. # The source of the field.
9113 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9114 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9115 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9116 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9117 &quot;userTypes&quot;: [ # Output only. The user types.
9118 &quot;A String&quot;,
9119 ],
9120 },
9121 &quot;type&quot;: &quot;A String&quot;, # The source type.
9122 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9123 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009124 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009125 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9126 },
9127 &quot;value&quot;: &quot;A String&quot;, # The tagline.
9128 },
9129 ],
9130 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
9131 { # A person&#x27;s associated URLs.
9132 &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.
9133 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009134 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009135 &quot;source&quot;: { # The source of a field. # The source of the field.
9136 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9137 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9138 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9139 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9140 &quot;userTypes&quot;: [ # Output only. The user types.
9141 &quot;A String&quot;,
9142 ],
9143 },
9144 &quot;type&quot;: &quot;A String&quot;, # The source type.
9145 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9146 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009147 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009148 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9149 },
9150 &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`
9151 &quot;value&quot;: &quot;A String&quot;, # The URL.
9152 },
9153 ],
9154 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
9155 { # Arbitrary user data that is populated by the end users.
9156 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
9157 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009158 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009159 &quot;source&quot;: { # The source of a field. # The source of the field.
9160 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9161 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9162 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9163 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9164 &quot;userTypes&quot;: [ # Output only. The user types.
9165 &quot;A String&quot;,
9166 ],
9167 },
9168 &quot;type&quot;: &quot;A String&quot;, # The source type.
9169 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9170 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009171 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009172 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9173 },
9174 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
9175 },
9176 ],
9177 },
9178 ],
9179}</pre>
Bu Sun Kimd059ad82020-07-22 17:02:09 -07009180</div>
9181
9182<div class="method">
9183 <code class="details" id="listDirectoryPeople_next">listDirectoryPeople_next(previous_request, previous_response)</code>
9184 <pre>Retrieves the next page of results.
9185
9186Args:
9187 previous_request: The request for the previous page. (required)
9188 previous_response: The response from the request for the previous page. (required)
9189
9190Returns:
9191 A request object that you can call &#x27;execute()&#x27; on to request the next
9192 page. Returns None if there are no more items in the collection.
9193 </pre>
9194</div>
9195
9196<div class="method">
Anthonios Partheniou10f4b672021-04-13 14:47:53 -04009197 <code class="details" id="searchContacts">searchContacts(pageSize=None, query=None, readMask=None, sources=None, x__xgafv=None)</code>
yoshi-code-bot33237a82021-06-09 00:26:03 -07009198 <pre>Provides a list of contacts in the authenticated user&#x27;s grouped contacts that matches the search query. The query matches on a contact&#x27;s `names`, `nickNames`, `emailAddresses`, `phoneNumbers`, and `organizations` fields that are from the CONTACT&quot; source. **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
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009199
9200Args:
yoshi-code-bot04bafe12021-06-29 00:20:25 -07009201 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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009202 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;.
9203 readMask: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Anthonios Partheniou10f4b672021-04-13 14:47:53 -04009204 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT if not set. (repeated)
9205 Allowed values
9206 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
9207 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
9208 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
9209 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009210 x__xgafv: string, V1 error format.
9211 Allowed values
9212 1 - v1 error format
9213 2 - v2 error format
9214
9215Returns:
9216 An object of the form:
9217
9218 { # The response to a search request for the authenticated user, given a query.
9219 &quot;results&quot;: [ # The results of the request.
9220 { # A result of a search query.
9221 &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.
9222 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
9223 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
9224 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
9225 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
9226 &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.
9227 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
9228 &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.
9229 &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.
9230 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009231 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009232 &quot;source&quot;: { # The source of a field. # The source of the field.
9233 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9234 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9235 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9236 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9237 &quot;userTypes&quot;: [ # Output only. The user types.
9238 &quot;A String&quot;,
9239 ],
9240 },
9241 &quot;type&quot;: &quot;A String&quot;, # The source type.
9242 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9243 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009244 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009245 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9246 },
9247 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
9248 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
9249 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
9250 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
9251 &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`
9252 },
9253 ],
9254 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
9255 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
9256 { # A person&#x27;s age range.
9257 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
9258 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009259 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009260 &quot;source&quot;: { # The source of a field. # The source of the field.
9261 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9262 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9263 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9264 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9265 &quot;userTypes&quot;: [ # Output only. The user types.
9266 &quot;A String&quot;,
9267 ],
9268 },
9269 &quot;type&quot;: &quot;A String&quot;, # The source type.
9270 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9271 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009272 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009273 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9274 },
9275 },
9276 ],
9277 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
9278 { # A person&#x27;s short biography.
9279 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
9280 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009281 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009282 &quot;source&quot;: { # The source of a field. # The source of the field.
9283 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9284 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9285 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9286 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9287 &quot;userTypes&quot;: [ # Output only. The user types.
9288 &quot;A String&quot;,
9289 ],
9290 },
9291 &quot;type&quot;: &quot;A String&quot;, # The source type.
9292 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9293 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009294 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009295 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9296 },
9297 &quot;value&quot;: &quot;A String&quot;, # The short biography.
9298 },
9299 ],
9300 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
9301 { # 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.
9302 &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.
9303 &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.
9304 &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.
9305 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
9306 },
9307 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009308 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009309 &quot;source&quot;: { # The source of a field. # The source of the field.
9310 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9311 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9312 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9313 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9314 &quot;userTypes&quot;: [ # Output only. The user types.
9315 &quot;A String&quot;,
9316 ],
9317 },
9318 &quot;type&quot;: &quot;A String&quot;, # The source type.
9319 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9320 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009321 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009322 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9323 },
9324 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
9325 },
9326 ],
9327 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
9328 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
9329 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009330 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009331 &quot;source&quot;: { # The source of a field. # The source of the field.
9332 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9333 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9334 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9335 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9336 &quot;userTypes&quot;: [ # Output only. The user types.
9337 &quot;A String&quot;,
9338 ],
9339 },
9340 &quot;type&quot;: &quot;A String&quot;, # The source type.
9341 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9342 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009343 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009344 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9345 },
9346 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
9347 },
9348 ],
9349 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
9350 { # A person&#x27;s calendar URL.
9351 &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.
9352 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009353 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009354 &quot;source&quot;: { # The source of a field. # The source of the field.
9355 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9356 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9357 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9358 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9359 &quot;userTypes&quot;: [ # Output only. The user types.
9360 &quot;A String&quot;,
9361 ],
9362 },
9363 &quot;type&quot;: &quot;A String&quot;, # The source type.
9364 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9365 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009366 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009367 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9368 },
9369 &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`
9370 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
9371 },
9372 ],
9373 &quot;clientData&quot;: [ # The person&#x27;s client data.
9374 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
9375 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
9376 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009377 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009378 &quot;source&quot;: { # The source of a field. # The source of the field.
9379 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9380 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9381 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9382 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9383 &quot;userTypes&quot;: [ # Output only. The user types.
9384 &quot;A String&quot;,
9385 ],
9386 },
9387 &quot;type&quot;: &quot;A String&quot;, # The source type.
9388 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9389 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009390 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009391 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9392 },
9393 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
9394 },
9395 ],
9396 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
9397 { # 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.
9398 &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.
9399 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009400 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009401 &quot;source&quot;: { # The source of a field. # The source of the field.
9402 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9403 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9404 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9405 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9406 &quot;userTypes&quot;: [ # Output only. The user types.
9407 &quot;A String&quot;,
9408 ],
9409 },
9410 &quot;type&quot;: &quot;A String&quot;, # The source type.
9411 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9412 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009413 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009414 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9415 },
9416 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
9417 },
9418 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07009419 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009420 { # A person&#x27;s email address.
9421 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
9422 &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.
9423 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009424 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009425 &quot;source&quot;: { # The source of a field. # The source of the field.
9426 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9427 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9428 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9429 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9430 &quot;userTypes&quot;: [ # Output only. The user types.
9431 &quot;A String&quot;,
9432 ],
9433 },
9434 &quot;type&quot;: &quot;A String&quot;, # The source type.
9435 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9436 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009437 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009438 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9439 },
9440 &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`
9441 &quot;value&quot;: &quot;A String&quot;, # The email address.
9442 },
9443 ],
9444 &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.
9445 &quot;events&quot;: [ # The person&#x27;s events.
9446 { # An event related to the person.
9447 &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.
9448 &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.
9449 &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.
9450 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
9451 },
9452 &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.
9453 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009454 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009455 &quot;source&quot;: { # The source of a field. # The source of the field.
9456 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9457 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9458 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9459 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9460 &quot;userTypes&quot;: [ # Output only. The user types.
9461 &quot;A String&quot;,
9462 ],
9463 },
9464 &quot;type&quot;: &quot;A String&quot;, # The source type.
9465 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9466 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009467 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009468 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9469 },
9470 &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`
9471 },
9472 ],
9473 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
9474 { # An identifier from an external entity related to the person.
9475 &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.
9476 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009477 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009478 &quot;source&quot;: { # The source of a field. # The source of the field.
9479 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9480 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9481 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9482 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9483 &quot;userTypes&quot;: [ # Output only. The user types.
9484 &quot;A String&quot;,
9485 ],
9486 },
9487 &quot;type&quot;: &quot;A String&quot;, # The source type.
9488 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9489 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009490 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009491 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9492 },
9493 &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`
9494 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
9495 },
9496 ],
9497 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
9498 { # The name that should be used to sort the person in a list.
9499 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009500 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009501 &quot;source&quot;: { # The source of a field. # The source of the field.
9502 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9503 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9504 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9505 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9506 &quot;userTypes&quot;: [ # Output only. The user types.
9507 &quot;A String&quot;,
9508 ],
9509 },
9510 &quot;type&quot;: &quot;A String&quot;, # The source type.
9511 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9512 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009513 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009514 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9515 },
9516 &quot;value&quot;: &quot;A String&quot;, # The file-as value
9517 },
9518 ],
9519 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
9520 { # A person&#x27;s gender.
9521 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
9522 &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.
9523 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009524 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009525 &quot;source&quot;: { # The source of a field. # The source of the field.
9526 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9527 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9528 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9529 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9530 &quot;userTypes&quot;: [ # Output only. The user types.
9531 &quot;A String&quot;,
9532 ],
9533 },
9534 &quot;type&quot;: &quot;A String&quot;, # The source type.
9535 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9536 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009537 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009538 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9539 },
9540 &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`
9541 },
9542 ],
9543 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
9544 { # A person&#x27;s instant messaging client.
9545 &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.
9546 &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.
9547 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009548 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009549 &quot;source&quot;: { # The source of a field. # The source of the field.
9550 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9551 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9552 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9553 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9554 &quot;userTypes&quot;: [ # Output only. The user types.
9555 &quot;A String&quot;,
9556 ],
9557 },
9558 &quot;type&quot;: &quot;A String&quot;, # The source type.
9559 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9560 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009561 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009562 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9563 },
9564 &quot;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`
9565 &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`
9566 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
9567 },
9568 ],
9569 &quot;interests&quot;: [ # The person&#x27;s interests.
9570 { # One of the person&#x27;s interests.
9571 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009572 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009573 &quot;source&quot;: { # The source of a field. # The source of the field.
9574 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9575 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9576 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9577 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9578 &quot;userTypes&quot;: [ # Output only. The user types.
9579 &quot;A String&quot;,
9580 ],
9581 },
9582 &quot;type&quot;: &quot;A String&quot;, # The source type.
9583 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9584 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009585 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009586 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9587 },
9588 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
9589 },
9590 ],
9591 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
9592 { # A person&#x27;s locale preference.
9593 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009594 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009595 &quot;source&quot;: { # The source of a field. # The source of the field.
9596 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9597 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9598 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9599 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9600 &quot;userTypes&quot;: [ # Output only. The user types.
9601 &quot;A String&quot;,
9602 ],
9603 },
9604 &quot;type&quot;: &quot;A String&quot;, # The source type.
9605 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9606 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009607 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009608 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9609 },
9610 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
9611 },
9612 ],
9613 &quot;locations&quot;: [ # The person&#x27;s locations.
9614 { # A person&#x27;s location.
9615 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
9616 &quot;current&quot;: True or False, # Whether the location is the current location.
9617 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
9618 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
9619 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
9620 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009621 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009622 &quot;source&quot;: { # The source of a field. # The source of the field.
9623 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9624 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9625 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9626 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9627 &quot;userTypes&quot;: [ # Output only. The user types.
9628 &quot;A String&quot;,
9629 ],
9630 },
9631 &quot;type&quot;: &quot;A String&quot;, # The source type.
9632 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9633 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009634 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009635 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9636 },
9637 &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`
9638 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
9639 },
9640 ],
9641 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
9642 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
9643 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
9644 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
9645 &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.
9646 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07009647 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
9648 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009649 },
9650 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009651 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009652 &quot;source&quot;: { # The source of a field. # The source of the field.
9653 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9654 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9655 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9656 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9657 &quot;userTypes&quot;: [ # Output only. The user types.
9658 &quot;A String&quot;,
9659 ],
9660 },
9661 &quot;type&quot;: &quot;A String&quot;, # The source type.
9662 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9663 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009664 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009665 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9666 },
9667 },
9668 ],
9669 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07009670 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009671 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
9672 &quot;A String&quot;,
9673 ],
9674 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07009675 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009676 &quot;A String&quot;,
9677 ],
9678 &quot;sources&quot;: [ # The sources of data for the person.
9679 { # The source of a field.
9680 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9681 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9682 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9683 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9684 &quot;userTypes&quot;: [ # Output only. The user types.
9685 &quot;A String&quot;,
9686 ],
9687 },
9688 &quot;type&quot;: &quot;A String&quot;, # The source type.
9689 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9690 },
9691 ],
9692 },
9693 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
9694 { # A person&#x27;s miscellaneous keyword.
9695 &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.
9696 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009697 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009698 &quot;source&quot;: { # The source of a field. # The source of the field.
9699 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9700 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9701 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9702 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9703 &quot;userTypes&quot;: [ # Output only. The user types.
9704 &quot;A String&quot;,
9705 ],
9706 },
9707 &quot;type&quot;: &quot;A String&quot;, # The source type.
9708 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9709 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009710 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009711 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9712 },
9713 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
9714 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
9715 },
9716 ],
9717 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
9718 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
9719 &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.
9720 &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.
9721 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
9722 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
9723 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
9724 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
9725 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009726 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009727 &quot;source&quot;: { # The source of a field. # The source of the field.
9728 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9729 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9730 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9731 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9732 &quot;userTypes&quot;: [ # Output only. The user types.
9733 &quot;A String&quot;,
9734 ],
9735 },
9736 &quot;type&quot;: &quot;A String&quot;, # The source type.
9737 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9738 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009739 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009740 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9741 },
9742 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
9743 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
9744 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
9745 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
9746 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
9747 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
9748 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
9749 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
9750 },
9751 ],
9752 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
9753 { # A person&#x27;s nickname.
9754 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009755 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009756 &quot;source&quot;: { # The source of a field. # The source of the field.
9757 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9758 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9759 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9760 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9761 &quot;userTypes&quot;: [ # Output only. The user types.
9762 &quot;A String&quot;,
9763 ],
9764 },
9765 &quot;type&quot;: &quot;A String&quot;, # The source type.
9766 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9767 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009768 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009769 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9770 },
9771 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
9772 &quot;value&quot;: &quot;A String&quot;, # The nickname.
9773 },
9774 ],
9775 &quot;occupations&quot;: [ # The person&#x27;s occupations.
9776 { # A person&#x27;s occupation.
9777 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009778 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009779 &quot;source&quot;: { # The source of a field. # The source of the field.
9780 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9781 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9782 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9783 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9784 &quot;userTypes&quot;: [ # Output only. The user types.
9785 &quot;A String&quot;,
9786 ],
9787 },
9788 &quot;type&quot;: &quot;A String&quot;, # The source type.
9789 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9790 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009791 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009792 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9793 },
9794 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
9795 },
9796 ],
9797 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
9798 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
9799 &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.
9800 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
9801 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
9802 &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.
9803 &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.
9804 &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.
9805 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
9806 },
9807 &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.
9808 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
9809 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
9810 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009811 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009812 &quot;source&quot;: { # The source of a field. # The source of the field.
9813 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9814 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9815 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9816 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9817 &quot;userTypes&quot;: [ # Output only. The user types.
9818 &quot;A String&quot;,
9819 ],
9820 },
9821 &quot;type&quot;: &quot;A String&quot;, # The source type.
9822 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9823 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009824 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009825 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9826 },
9827 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
9828 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
9829 &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.
9830 &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.
9831 &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.
9832 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
9833 },
9834 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
9835 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
9836 &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`
9837 },
9838 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07009839 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009840 { # A person&#x27;s phone number.
9841 &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.
9842 &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.
9843 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009844 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009845 &quot;source&quot;: { # The source of a field. # The source of the field.
9846 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9847 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9848 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9849 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9850 &quot;userTypes&quot;: [ # Output only. The user types.
9851 &quot;A String&quot;,
9852 ],
9853 },
9854 &quot;type&quot;: &quot;A String&quot;, # The source type.
9855 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9856 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009857 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009858 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9859 },
9860 &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`
9861 &quot;value&quot;: &quot;A String&quot;, # The phone number.
9862 },
9863 ],
9864 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
9865 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
9866 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
9867 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009868 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009869 &quot;source&quot;: { # The source of a field. # The source of the field.
9870 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9871 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9872 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9873 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9874 &quot;userTypes&quot;: [ # Output only. The user types.
9875 &quot;A String&quot;,
9876 ],
9877 },
9878 &quot;type&quot;: &quot;A String&quot;, # The source type.
9879 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9880 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009881 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009882 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9883 },
9884 &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
9885 },
9886 ],
9887 &quot;relations&quot;: [ # The person&#x27;s relations.
9888 { # A person&#x27;s relation to another person.
9889 &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.
9890 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009891 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009892 &quot;source&quot;: { # The source of a field. # The source of the field.
9893 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9894 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9895 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9896 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9897 &quot;userTypes&quot;: [ # Output only. The user types.
9898 &quot;A String&quot;,
9899 ],
9900 },
9901 &quot;type&quot;: &quot;A String&quot;, # The source type.
9902 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9903 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009904 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009905 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9906 },
9907 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
9908 &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`
9909 },
9910 ],
9911 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
9912 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
9913 &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.
9914 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009915 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009916 &quot;source&quot;: { # The source of a field. # The source of the field.
9917 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9918 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9919 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9920 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9921 &quot;userTypes&quot;: [ # Output only. The user types.
9922 &quot;A String&quot;,
9923 ],
9924 },
9925 &quot;type&quot;: &quot;A String&quot;, # The source type.
9926 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9927 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009928 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009929 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9930 },
9931 &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`
9932 },
9933 ],
9934 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
9935 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
9936 &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.
9937 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009938 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009939 &quot;source&quot;: { # The source of a field. # The source of the field.
9940 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9941 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9942 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9943 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9944 &quot;userTypes&quot;: [ # Output only. The user types.
9945 &quot;A String&quot;,
9946 ],
9947 },
9948 &quot;type&quot;: &quot;A String&quot;, # The source type.
9949 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9950 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009951 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009952 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9953 },
9954 &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`
9955 },
9956 ],
9957 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
9958 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
9959 &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.
9960 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009961 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009962 &quot;source&quot;: { # The source of a field. # The source of the field.
9963 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9964 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9965 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9966 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9967 &quot;userTypes&quot;: [ # Output only. The user types.
9968 &quot;A String&quot;,
9969 ],
9970 },
9971 &quot;type&quot;: &quot;A String&quot;, # The source type.
9972 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9973 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009974 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009975 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9976 },
9977 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
9978 },
9979 ],
9980 &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}`.
9981 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
9982 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
9983 &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.
9984 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009985 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009986 &quot;source&quot;: { # The source of a field. # The source of the field.
9987 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9988 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9989 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9990 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9991 &quot;userTypes&quot;: [ # Output only. The user types.
9992 &quot;A String&quot;,
9993 ],
9994 },
9995 &quot;type&quot;: &quot;A String&quot;, # The source type.
9996 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9997 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07009998 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009999 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10000 },
10001 &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`
10002 &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.
10003 },
10004 ],
10005 &quot;skills&quot;: [ # The person&#x27;s skills.
10006 { # A skill that the person has.
10007 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010008 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010009 &quot;source&quot;: { # The source of a field. # The source of the field.
10010 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10011 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10012 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10013 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10014 &quot;userTypes&quot;: [ # Output only. The user types.
10015 &quot;A String&quot;,
10016 ],
10017 },
10018 &quot;type&quot;: &quot;A String&quot;, # The source type.
10019 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10020 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010021 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010022 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10023 },
10024 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
10025 },
10026 ],
10027 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
10028 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
10029 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010030 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010031 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010043 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010044 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 tagline.
10047 },
10048 ],
10049 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
10050 { # A person&#x27;s associated URLs.
10051 &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.
10052 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010053 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010054 &quot;source&quot;: { # The source of a field. # The source of the field.
10055 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10056 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10057 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10058 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10059 &quot;userTypes&quot;: [ # Output only. The user types.
10060 &quot;A String&quot;,
10061 ],
10062 },
10063 &quot;type&quot;: &quot;A String&quot;, # The source type.
10064 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10065 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010066 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010067 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10068 },
10069 &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`
10070 &quot;value&quot;: &quot;A String&quot;, # The URL.
10071 },
10072 ],
10073 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
10074 { # Arbitrary user data that is populated by the end users.
10075 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
10076 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010077 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010078 &quot;source&quot;: { # The source of a field. # The source of the field.
10079 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10080 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10081 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10082 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10083 &quot;userTypes&quot;: [ # Output only. The user types.
10084 &quot;A String&quot;,
10085 ],
10086 },
10087 &quot;type&quot;: &quot;A String&quot;, # The source type.
10088 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10089 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010090 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010091 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10092 },
10093 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
10094 },
10095 ],
10096 },
10097 },
10098 ],
10099}</pre>
10100</div>
10101
10102<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010103 <code class="details" id="searchDirectoryPeople">searchDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, query=None, readMask=None, sources=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070010104 <pre>Provides a list of domain profiles and domain contacts in the authenticated user&#x27;s domain directory that match the search query.
10105
10106Args:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010107 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)
10108 Allowed values
10109 DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
10110 DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010111 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.
yoshi-code-bot07708072021-07-20 00:20:24 -070010112 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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010113 query: string, Required. Prefix query that matches fields in the person. Does NOT use the read_mask for determining what fields to match.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010114 readMask: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Bu Sun Kimd059ad82020-07-22 17:02:09 -070010115 sources: string, Required. Directory sources to return. (repeated)
10116 Allowed values
10117 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
yoshi-code-bot33237a82021-06-09 00:26:03 -070010118 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - Google Workspace domain shared contact.
10119 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - Google Workspace domain profile.
Bu Sun Kimd059ad82020-07-22 17:02:09 -070010120 x__xgafv: string, V1 error format.
10121 Allowed values
10122 1 - v1 error format
10123 2 - v2 error format
10124
10125Returns:
10126 An object of the form:
10127
10128 { # The response to a request for people in the authenticated user&#x27;s domain directory that match the specified query.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010129 &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.
10130 &quot;people&quot;: [ # The list of people in the domain directory that match the query.
10131 { # 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.
10132 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
10133 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
10134 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
10135 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
10136 &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.
10137 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
10138 &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.
10139 &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.
10140 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010141 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010142 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010143 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10144 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010145 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10146 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10147 &quot;userTypes&quot;: [ # Output only. The user types.
10148 &quot;A String&quot;,
10149 ],
10150 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010151 &quot;type&quot;: &quot;A String&quot;, # The source type.
10152 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010153 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010154 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010155 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10156 },
10157 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
10158 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
10159 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
10160 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
10161 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010162 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010163 ],
10164 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
10165 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
10166 { # A person&#x27;s age range.
10167 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
10168 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010169 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010170 &quot;source&quot;: { # The source of a field. # The source of the field.
10171 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10172 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10173 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10174 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10175 &quot;userTypes&quot;: [ # Output only. The user types.
10176 &quot;A String&quot;,
10177 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010178 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010179 &quot;type&quot;: &quot;A String&quot;, # The source type.
10180 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010181 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010182 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010183 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010184 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010185 },
10186 ],
10187 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
10188 { # A person&#x27;s short biography.
10189 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
10190 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010191 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010192 &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 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010200 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010201 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010203 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010204 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010205 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010206 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010207 &quot;value&quot;: &quot;A String&quot;, # The short biography.
10208 },
10209 ],
10210 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
10211 { # 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.
10212 &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.
10213 &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.
10214 &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.
10215 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010216 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010217 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010218 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010219 &quot;source&quot;: { # The source of a field. # The source of the field.
10220 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10221 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10222 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10223 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10224 &quot;userTypes&quot;: [ # Output only. The user types.
10225 &quot;A String&quot;,
10226 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010227 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010228 &quot;type&quot;: &quot;A String&quot;, # The source type.
10229 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010230 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010231 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010232 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010233 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010234 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
10235 },
10236 ],
10237 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
10238 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
10239 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010240 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010241 &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 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010249 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010250 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010252 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010253 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010254 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010255 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010256 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
10257 },
10258 ],
10259 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
10260 { # A person&#x27;s calendar URL.
10261 &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.
10262 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010263 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010264 &quot;source&quot;: { # The source of a field. # The source of the field.
10265 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10266 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10267 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10268 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10269 &quot;userTypes&quot;: [ # Output only. The user types.
10270 &quot;A String&quot;,
10271 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010272 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010273 &quot;type&quot;: &quot;A String&quot;, # The source type.
10274 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010275 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010276 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010277 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010278 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010279 &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`
10280 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
10281 },
10282 ],
10283 &quot;clientData&quot;: [ # The person&#x27;s client data.
10284 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
10285 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
10286 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010287 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010288 &quot;source&quot;: { # The source of a field. # The source of the field.
10289 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10290 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10291 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10292 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10293 &quot;userTypes&quot;: [ # Output only. The user types.
10294 &quot;A String&quot;,
10295 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010296 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010297 &quot;type&quot;: &quot;A String&quot;, # The source type.
10298 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010299 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010300 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010301 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010302 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010303 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
10304 },
10305 ],
10306 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
10307 { # 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.
10308 &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.
10309 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010310 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010311 &quot;source&quot;: { # The source of a field. # The source of the field.
10312 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10313 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10314 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10315 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10316 &quot;userTypes&quot;: [ # Output only. The user types.
10317 &quot;A String&quot;,
10318 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010319 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010320 &quot;type&quot;: &quot;A String&quot;, # The source type.
10321 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010322 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010323 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010324 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010325 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010326 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
10327 },
10328 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070010329 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010330 { # A person&#x27;s email address.
10331 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
10332 &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.
10333 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010334 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010335 &quot;source&quot;: { # The source of a field. # The source of the field.
10336 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10337 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10338 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10339 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10340 &quot;userTypes&quot;: [ # Output only. The user types.
10341 &quot;A String&quot;,
10342 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010343 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010344 &quot;type&quot;: &quot;A String&quot;, # The source type.
10345 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010346 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010347 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010348 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010349 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010350 &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`
10351 &quot;value&quot;: &quot;A String&quot;, # The email address.
10352 },
10353 ],
10354 &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.
10355 &quot;events&quot;: [ # The person&#x27;s events.
10356 { # An event related to the person.
10357 &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.
10358 &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.
10359 &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.
10360 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010361 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010362 &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.
10363 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010364 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010365 &quot;source&quot;: { # The source of a field. # The source of the field.
10366 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10367 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10368 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10369 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10370 &quot;userTypes&quot;: [ # Output only. The user types.
10371 &quot;A String&quot;,
10372 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010373 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010374 &quot;type&quot;: &quot;A String&quot;, # The source type.
10375 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010376 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010377 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010378 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010379 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010380 &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`
10381 },
10382 ],
10383 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
10384 { # An identifier from an external entity related to the person.
10385 &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.
10386 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010387 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010388 &quot;source&quot;: { # The source of a field. # The source of the field.
10389 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10390 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10391 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10392 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10393 &quot;userTypes&quot;: [ # Output only. The user types.
10394 &quot;A String&quot;,
10395 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010396 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010397 &quot;type&quot;: &quot;A String&quot;, # The source type.
10398 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010399 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010400 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010401 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010402 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010403 &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`
10404 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
10405 },
10406 ],
10407 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
10408 { # The name that should be used to sort the person in a list.
10409 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010410 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010411 &quot;source&quot;: { # The source of a field. # The source of the field.
10412 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10413 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10414 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10415 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10416 &quot;userTypes&quot;: [ # Output only. The user types.
10417 &quot;A String&quot;,
10418 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010419 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010420 &quot;type&quot;: &quot;A String&quot;, # The source type.
10421 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010422 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010423 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010424 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010425 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010426 &quot;value&quot;: &quot;A String&quot;, # The file-as value
10427 },
10428 ],
10429 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
10430 { # A person&#x27;s gender.
10431 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
10432 &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.
10433 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010434 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010435 &quot;source&quot;: { # The source of a field. # The source of the field.
10436 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10437 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10438 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10439 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10440 &quot;userTypes&quot;: [ # Output only. The user types.
10441 &quot;A String&quot;,
10442 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010443 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010444 &quot;type&quot;: &quot;A String&quot;, # The source type.
10445 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010446 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010447 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010448 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010449 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010450 &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`
10451 },
10452 ],
10453 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
10454 { # A person&#x27;s instant messaging client.
10455 &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.
10456 &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.
10457 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010458 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010459 &quot;source&quot;: { # The source of a field. # The source of the field.
10460 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10461 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10462 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10463 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10464 &quot;userTypes&quot;: [ # Output only. The user types.
10465 &quot;A String&quot;,
10466 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010467 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010468 &quot;type&quot;: &quot;A String&quot;, # The source type.
10469 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010470 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010471 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010472 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10473 },
10474 &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`
10475 &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`
10476 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
10477 },
10478 ],
10479 &quot;interests&quot;: [ # The person&#x27;s interests.
10480 { # One of the person&#x27;s interests.
10481 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010482 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010483 &quot;source&quot;: { # The source of a field. # The source of the field.
10484 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10485 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10486 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10487 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10488 &quot;userTypes&quot;: [ # Output only. The user types.
10489 &quot;A String&quot;,
10490 ],
10491 },
10492 &quot;type&quot;: &quot;A String&quot;, # The source type.
10493 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10494 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010495 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010496 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10497 },
10498 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
10499 },
10500 ],
10501 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
10502 { # A person&#x27;s locale preference.
10503 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010504 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010505 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010517 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010518 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
10521 },
10522 ],
10523 &quot;locations&quot;: [ # The person&#x27;s locations.
10524 { # A person&#x27;s location.
10525 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
10526 &quot;current&quot;: True or False, # Whether the location is the current location.
10527 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
10528 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
10529 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
10530 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010531 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010532 &quot;source&quot;: { # The source of a field. # The source of the field.
10533 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10534 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10535 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10536 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10537 &quot;userTypes&quot;: [ # Output only. The user types.
10538 &quot;A String&quot;,
10539 ],
10540 },
10541 &quot;type&quot;: &quot;A String&quot;, # The source type.
10542 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10543 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010544 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010545 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10546 },
10547 &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`
10548 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
10549 },
10550 ],
10551 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
10552 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
10553 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
10554 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
10555 &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.
10556 },
yoshi-code-bot33237a82021-06-09 00:26:03 -070010557 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
10558 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010559 },
10560 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010561 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010562 &quot;source&quot;: { # The source of a field. # The source of the field.
10563 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10564 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10565 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10566 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10567 &quot;userTypes&quot;: [ # Output only. The user types.
10568 &quot;A String&quot;,
10569 ],
10570 },
10571 &quot;type&quot;: &quot;A String&quot;, # The source type.
10572 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10573 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010574 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010575 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10576 },
10577 },
10578 ],
10579 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -070010580 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010581 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
10582 &quot;A String&quot;,
10583 ],
10584 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -070010585 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010586 &quot;A String&quot;,
10587 ],
10588 &quot;sources&quot;: [ # The sources of data for the person.
10589 { # The source of a field.
10590 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10591 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10592 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10593 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10594 &quot;userTypes&quot;: [ # Output only. The user types.
10595 &quot;A String&quot;,
10596 ],
10597 },
10598 &quot;type&quot;: &quot;A String&quot;, # The source type.
10599 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010600 },
10601 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070010602 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010603 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
10604 { # A person&#x27;s miscellaneous keyword.
10605 &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.
10606 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010607 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010608 &quot;source&quot;: { # The source of a field. # The source of the field.
10609 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10610 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10611 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10612 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10613 &quot;userTypes&quot;: [ # Output only. The user types.
10614 &quot;A String&quot;,
10615 ],
10616 },
10617 &quot;type&quot;: &quot;A String&quot;, # The source type.
10618 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10619 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010620 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010621 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10622 },
10623 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
10624 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
10625 },
10626 ],
10627 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
10628 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
10629 &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.
10630 &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.
10631 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
10632 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
10633 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
10634 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
10635 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010636 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010637 &quot;source&quot;: { # The source of a field. # The source of the field.
10638 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10639 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10640 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10641 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10642 &quot;userTypes&quot;: [ # Output only. The user types.
10643 &quot;A String&quot;,
10644 ],
10645 },
10646 &quot;type&quot;: &quot;A String&quot;, # The source type.
10647 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10648 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010649 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010650 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10651 },
10652 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
10653 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
10654 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
10655 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
10656 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
10657 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
10658 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
10659 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
10660 },
10661 ],
10662 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
10663 { # A person&#x27;s nickname.
10664 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010665 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010666 &quot;source&quot;: { # The source of a field. # The source of the field.
10667 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10668 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10669 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10670 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10671 &quot;userTypes&quot;: [ # Output only. The user types.
10672 &quot;A String&quot;,
10673 ],
10674 },
10675 &quot;type&quot;: &quot;A String&quot;, # The source type.
10676 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10677 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010678 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010679 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10680 },
10681 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
10682 &quot;value&quot;: &quot;A String&quot;, # The nickname.
10683 },
10684 ],
10685 &quot;occupations&quot;: [ # The person&#x27;s occupations.
10686 { # A person&#x27;s occupation.
10687 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010688 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010689 &quot;source&quot;: { # The source of a field. # The source of the field.
10690 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10691 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10692 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10693 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10694 &quot;userTypes&quot;: [ # Output only. The user types.
10695 &quot;A String&quot;,
10696 ],
10697 },
10698 &quot;type&quot;: &quot;A String&quot;, # The source type.
10699 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10700 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010701 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010702 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10703 },
10704 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
10705 },
10706 ],
10707 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
10708 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
10709 &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.
10710 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
10711 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
10712 &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.
10713 &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.
10714 &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.
10715 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
10716 },
10717 &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.
10718 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
10719 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
10720 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010721 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010722 &quot;source&quot;: { # The source of a field. # The source of the field.
10723 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10724 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10725 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10726 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10727 &quot;userTypes&quot;: [ # Output only. The user types.
10728 &quot;A String&quot;,
10729 ],
10730 },
10731 &quot;type&quot;: &quot;A String&quot;, # The source type.
10732 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10733 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010734 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010735 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10736 },
10737 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
10738 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
10739 &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.
10740 &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.
10741 &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.
10742 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
10743 },
10744 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
10745 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
10746 &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`
10747 },
10748 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070010749 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010750 { # A person&#x27;s phone number.
10751 &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.
10752 &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.
10753 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010754 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010755 &quot;source&quot;: { # The source of a field. # The source of the field.
10756 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10757 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10758 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10759 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10760 &quot;userTypes&quot;: [ # Output only. The user types.
10761 &quot;A String&quot;,
10762 ],
10763 },
10764 &quot;type&quot;: &quot;A String&quot;, # The source type.
10765 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10766 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010767 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010768 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10769 },
10770 &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`
10771 &quot;value&quot;: &quot;A String&quot;, # The phone number.
10772 },
10773 ],
10774 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
10775 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
10776 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
10777 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010778 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010779 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010791 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010792 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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;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
10795 },
10796 ],
10797 &quot;relations&quot;: [ # The person&#x27;s relations.
10798 { # A person&#x27;s relation to another person.
10799 &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.
10800 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010801 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010802 &quot;source&quot;: { # The source of a field. # The source of the field.
10803 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10804 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10805 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10806 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10807 &quot;userTypes&quot;: [ # Output only. The user types.
10808 &quot;A String&quot;,
10809 ],
10810 },
10811 &quot;type&quot;: &quot;A String&quot;, # The source type.
10812 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10813 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010814 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010815 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10816 },
10817 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
10818 &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`
10819 },
10820 ],
10821 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
10822 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
10823 &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.
10824 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010825 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010826 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010838 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010839 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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;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`
10842 },
10843 ],
10844 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
10845 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
10846 &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.
10847 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010848 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010849 &quot;source&quot;: { # The source of a field. # The source of the field.
10850 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10851 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10852 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10853 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10854 &quot;userTypes&quot;: [ # Output only. The user types.
10855 &quot;A String&quot;,
10856 ],
10857 },
10858 &quot;type&quot;: &quot;A String&quot;, # The source type.
10859 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10860 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010861 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010862 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10863 },
10864 &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`
10865 },
10866 ],
10867 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
10868 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
10869 &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.
10870 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010871 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010872 &quot;source&quot;: { # The source of a field. # The source of the field.
10873 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10874 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10875 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10876 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10877 &quot;userTypes&quot;: [ # Output only. The user types.
10878 &quot;A String&quot;,
10879 ],
10880 },
10881 &quot;type&quot;: &quot;A String&quot;, # The source type.
10882 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10883 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010884 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010885 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10886 },
10887 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
10888 },
10889 ],
10890 &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}`.
10891 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
10892 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
10893 &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.
10894 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010895 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010896 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010908 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010909 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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;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`
10912 &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.
10913 },
10914 ],
10915 &quot;skills&quot;: [ # The person&#x27;s skills.
10916 { # A skill that the person has.
10917 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010918 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010919 &quot;source&quot;: { # The source of a field. # The source of the field.
10920 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10921 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10922 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10923 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10924 &quot;userTypes&quot;: [ # Output only. The user types.
10925 &quot;A String&quot;,
10926 ],
10927 },
10928 &quot;type&quot;: &quot;A String&quot;, # The source type.
10929 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10930 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010931 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010932 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10933 },
10934 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
10935 },
10936 ],
10937 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
10938 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
10939 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010940 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010941 &quot;source&quot;: { # The source of a field. # The source of the field.
10942 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10943 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10944 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10945 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10946 &quot;userTypes&quot;: [ # Output only. The user types.
10947 &quot;A String&quot;,
10948 ],
10949 },
10950 &quot;type&quot;: &quot;A String&quot;, # The source type.
10951 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10952 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010953 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010954 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10955 },
10956 &quot;value&quot;: &quot;A String&quot;, # The tagline.
10957 },
10958 ],
10959 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
10960 { # A person&#x27;s associated URLs.
10961 &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.
10962 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010963 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010964 &quot;source&quot;: { # The source of a field. # The source of the field.
10965 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10966 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10967 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10968 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10969 &quot;userTypes&quot;: [ # Output only. The user types.
10970 &quot;A String&quot;,
10971 ],
10972 },
10973 &quot;type&quot;: &quot;A String&quot;, # The source type.
10974 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10975 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010976 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010977 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10978 },
10979 &quot;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`
10980 &quot;value&quot;: &quot;A String&quot;, # The URL.
10981 },
10982 ],
10983 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
10984 { # Arbitrary user data that is populated by the end users.
10985 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
10986 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070010987 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010988 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011000 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011001 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
11004 },
11005 ],
11006 },
11007 ],
11008 &quot;totalSize&quot;: 42, # The total number of items in the list without pagination.
11009}</pre>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011010</div>
11011
11012<div class="method">
11013 <code class="details" id="searchDirectoryPeople_next">searchDirectoryPeople_next(previous_request, previous_response)</code>
11014 <pre>Retrieves the next page of results.
11015
11016Args:
11017 previous_request: The request for the previous page. (required)
11018 previous_response: The response from the request for the previous page. (required)
11019
11020Returns:
11021 A request object that you can call &#x27;execute()&#x27; on to request the next
11022 page. Returns None if there are no more items in the collection.
11023 </pre>
11024</div>
11025
11026<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011027 <code class="details" id="updateContact">updateContact(resourceName, body=None, personFields=None, sources=None, updatePersonFields=None, x__xgafv=None)</code>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070011028 <pre>Update contact data for an existing contact person. Any non-contact data will not be modified. Any non-contact data in the person to update will be ignored. All fields specified in the `update_mask` will be replaced. The server returns a 400 error if `person.metadata.sources` is not specified for the contact to be updated or if there is no contact source. The server returns a 400 error with reason `&quot;failedPrecondition&quot;` if `person.metadata.sources.etag` is different than the contact&#x27;s etag, which indicates the contact has changed since its data was read. Clients should get the latest person and merge their updates into the latest person. The server returns a 400 error if `memberships` are being updated and there are no contact group memberships specified on the person. The server returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011029
11030Args:
11031 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)
11032 body: object, The request body.
11033 The object takes the form of:
11034
11035{ # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011036 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
11037 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
11038 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
11039 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
11040 &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.
11041 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
11042 &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.
11043 &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.
11044 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011045 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011046 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011047 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011048 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011049 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011050 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011051 &quot;userTypes&quot;: [ # Output only. The user types.
11052 &quot;A String&quot;,
11053 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070011054 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011055 &quot;type&quot;: &quot;A String&quot;, # The source type.
11056 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070011057 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011058 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011059 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011060 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011061 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
11062 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
11063 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
11064 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
11065 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011066 },
11067 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011068 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011069 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
11070 { # A person&#x27;s age range.
11071 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
11072 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011073 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011074 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011075 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011076 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011077 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011078 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011079 &quot;userTypes&quot;: [ # Output only. The user types.
11080 &quot;A String&quot;,
11081 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011082 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011083 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011084 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011085 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011086 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011087 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011088 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011089 },
11090 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011091 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
11092 { # A person&#x27;s short biography.
11093 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
11094 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011095 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011096 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011097 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011098 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011099 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011100 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011101 &quot;userTypes&quot;: [ # Output only. The user types.
11102 &quot;A String&quot;,
11103 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011104 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011105 &quot;type&quot;: &quot;A String&quot;, # The source type.
11106 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011107 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011108 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011109 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011110 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011111 &quot;value&quot;: &quot;A String&quot;, # The short biography.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011112 },
11113 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011114 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
11115 { # 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.
11116 &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.
11117 &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.
11118 &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.
11119 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11120 },
11121 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011122 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011123 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011124 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011125 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011126 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011127 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011128 &quot;userTypes&quot;: [ # Output only. The user types.
11129 &quot;A String&quot;,
11130 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011131 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011132 &quot;type&quot;: &quot;A String&quot;, # The source type.
11133 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011134 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011135 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011136 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011137 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011138 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011139 },
11140 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011141 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
11142 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
11143 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011144 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011145 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011146 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011147 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011148 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011149 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011150 &quot;userTypes&quot;: [ # Output only. The user types.
11151 &quot;A String&quot;,
11152 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011153 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011154 &quot;type&quot;: &quot;A String&quot;, # The source type.
11155 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011156 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011157 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011158 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011159 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011160 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011161 },
11162 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011163 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
11164 { # A person&#x27;s calendar URL.
11165 &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.
11166 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011167 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011168 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011169 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011170 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011171 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011172 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011173 &quot;userTypes&quot;: [ # Output only. The user types.
11174 &quot;A String&quot;,
11175 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011176 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011177 &quot;type&quot;: &quot;A String&quot;, # The source type.
11178 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011179 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011180 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011181 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011182 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011183 &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`
11184 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011185 },
11186 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011187 &quot;clientData&quot;: [ # The person&#x27;s client data.
11188 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
11189 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
11190 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011191 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011192 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011193 &quot;etag&quot;: &quot;A String&quot;, # **Only 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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011195 &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 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011201 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011202 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011203 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011204 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011205 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011206 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011207 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011208 },
11209 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011210 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
11211 { # 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.
11212 &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.
11213 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011214 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011215 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011216 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011217 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011218 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011219 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011220 &quot;userTypes&quot;: [ # Output only. The user types.
11221 &quot;A String&quot;,
11222 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011223 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011224 &quot;type&quot;: &quot;A String&quot;, # The source type.
11225 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011226 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011227 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011228 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011229 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011230 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
11231 },
11232 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070011233 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011234 { # A person&#x27;s email address.
11235 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
11236 &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.
11237 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011238 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011239 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011251 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011252 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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;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`
11255 &quot;value&quot;: &quot;A String&quot;, # The email address.
11256 },
11257 ],
11258 &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.
11259 &quot;events&quot;: [ # The person&#x27;s events.
11260 { # An event related to the person.
11261 &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.
11262 &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.
11263 &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.
11264 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11265 },
11266 &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.
11267 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011268 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011269 &quot;source&quot;: { # The source of a field. # The source of the field.
11270 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11271 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11272 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11273 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11274 &quot;userTypes&quot;: [ # Output only. The user types.
11275 &quot;A String&quot;,
11276 ],
11277 },
11278 &quot;type&quot;: &quot;A String&quot;, # The source type.
11279 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11280 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011281 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011282 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11283 },
11284 &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`
11285 },
11286 ],
11287 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
11288 { # An identifier from an external entity related to the person.
11289 &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.
11290 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011291 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011292 &quot;source&quot;: { # The source of a field. # The source of the field.
11293 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11294 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11295 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11296 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11297 &quot;userTypes&quot;: [ # Output only. The user types.
11298 &quot;A String&quot;,
11299 ],
11300 },
11301 &quot;type&quot;: &quot;A String&quot;, # The source type.
11302 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11303 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011304 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011305 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11306 },
11307 &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`
11308 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
11309 },
11310 ],
11311 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
11312 { # The name that should be used to sort the person in a list.
11313 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011314 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011315 &quot;source&quot;: { # The source of a field. # The source of the field.
11316 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11317 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11318 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11319 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11320 &quot;userTypes&quot;: [ # Output only. The user types.
11321 &quot;A String&quot;,
11322 ],
11323 },
11324 &quot;type&quot;: &quot;A String&quot;, # The source type.
11325 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11326 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011327 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011328 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11329 },
11330 &quot;value&quot;: &quot;A String&quot;, # The file-as value
11331 },
11332 ],
11333 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
11334 { # A person&#x27;s gender.
11335 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
11336 &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.
11337 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011338 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011339 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011351 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011352 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
11355 },
11356 ],
11357 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
11358 { # A person&#x27;s instant messaging client.
11359 &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.
11360 &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.
11361 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011362 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011363 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011375 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011376 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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;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`
11379 &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`
11380 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
11381 },
11382 ],
11383 &quot;interests&quot;: [ # The person&#x27;s interests.
11384 { # One of the person&#x27;s interests.
11385 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011386 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011387 &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 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011399 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011400 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
11403 },
11404 ],
11405 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
11406 { # A person&#x27;s locale preference.
11407 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011408 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011409 &quot;source&quot;: { # The source of a field. # The source of the field.
11410 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11411 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11412 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11413 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11414 &quot;userTypes&quot;: [ # Output only. The user types.
11415 &quot;A String&quot;,
11416 ],
11417 },
11418 &quot;type&quot;: &quot;A String&quot;, # The source type.
11419 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11420 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011421 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011422 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11423 },
11424 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
11425 },
11426 ],
11427 &quot;locations&quot;: [ # The person&#x27;s locations.
11428 { # A person&#x27;s location.
11429 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
11430 &quot;current&quot;: True or False, # Whether the location is the current location.
11431 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
11432 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
11433 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
11434 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011435 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011436 &quot;source&quot;: { # The source of a field. # The source of the field.
11437 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11438 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11439 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11440 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11441 &quot;userTypes&quot;: [ # Output only. The user types.
11442 &quot;A String&quot;,
11443 ],
11444 },
11445 &quot;type&quot;: &quot;A String&quot;, # The source type.
11446 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11447 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011448 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011449 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11450 },
11451 &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`
11452 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
11453 },
11454 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011455 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
11456 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011457 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
11458 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
11459 &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.
11460 },
yoshi-code-bot33237a82021-06-09 00:26:03 -070011461 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
11462 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011463 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011464 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011465 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011466 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011467 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011468 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011469 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011470 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011471 &quot;userTypes&quot;: [ # Output only. The user types.
11472 &quot;A String&quot;,
11473 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011474 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011475 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011476 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011477 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011478 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011479 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011480 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011481 },
11482 ],
11483 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -070011484 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011485 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
11486 &quot;A String&quot;,
11487 ],
11488 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -070011489 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011490 &quot;A String&quot;,
11491 ],
11492 &quot;sources&quot;: [ # The sources of data for the person.
11493 { # The source of a field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011494 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11495 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011496 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11497 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11498 &quot;userTypes&quot;: [ # Output only. The user types.
11499 &quot;A String&quot;,
11500 ],
11501 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011502 &quot;type&quot;: &quot;A String&quot;, # The source type.
11503 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011504 },
11505 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011506 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011507 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
11508 { # A person&#x27;s miscellaneous keyword.
11509 &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.
11510 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011511 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011512 &quot;source&quot;: { # The source of a field. # The source of the field.
11513 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11514 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11515 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11516 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11517 &quot;userTypes&quot;: [ # Output only. The user types.
11518 &quot;A String&quot;,
11519 ],
11520 },
11521 &quot;type&quot;: &quot;A String&quot;, # The source type.
11522 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11523 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011524 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011525 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11526 },
11527 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
11528 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
11529 },
11530 ],
11531 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
11532 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
11533 &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.
11534 &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.
11535 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
11536 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
11537 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
11538 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
11539 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011540 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011541 &quot;source&quot;: { # The source of a field. # The source of the field.
11542 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11543 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11544 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11545 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11546 &quot;userTypes&quot;: [ # Output only. The user types.
11547 &quot;A String&quot;,
11548 ],
11549 },
11550 &quot;type&quot;: &quot;A String&quot;, # The source type.
11551 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11552 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011553 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011554 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11555 },
11556 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
11557 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
11558 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
11559 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
11560 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
11561 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
11562 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
11563 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
11564 },
11565 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011566 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
11567 { # A person&#x27;s nickname.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011568 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011569 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011570 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011571 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11572 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011573 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11574 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11575 &quot;userTypes&quot;: [ # Output only. The user types.
11576 &quot;A String&quot;,
11577 ],
11578 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011579 &quot;type&quot;: &quot;A String&quot;, # The source type.
11580 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011581 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011582 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011583 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011584 },
11585 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011586 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011587 },
11588 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011589 &quot;occupations&quot;: [ # The person&#x27;s occupations.
11590 { # A person&#x27;s occupation.
11591 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011592 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011593 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011594 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11595 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011596 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11597 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11598 &quot;userTypes&quot;: [ # Output only. The user types.
11599 &quot;A String&quot;,
11600 ],
11601 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011602 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011603 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011604 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011605 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011606 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011607 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011608 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011609 },
11610 ],
11611 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
11612 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011613 &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.
11614 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
11615 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
11616 &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.
11617 &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.
11618 &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.
11619 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11620 },
11621 &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.
11622 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
11623 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
11624 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011625 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011626 &quot;source&quot;: { # The source of a field. # The source of the field.
11627 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11628 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11629 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11630 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11631 &quot;userTypes&quot;: [ # Output only. The user types.
11632 &quot;A String&quot;,
11633 ],
11634 },
11635 &quot;type&quot;: &quot;A String&quot;, # The source type.
11636 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11637 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011638 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011639 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11640 },
11641 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011642 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011643 &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.
11644 &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.
11645 &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.
11646 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11647 },
11648 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011649 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
11650 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011651 },
11652 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070011653 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011654 { # A person&#x27;s phone number.
11655 &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.
11656 &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.
11657 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011658 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011659 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011660 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11661 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011662 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11663 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11664 &quot;userTypes&quot;: [ # Output only. The user types.
11665 &quot;A String&quot;,
11666 ],
11667 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011668 &quot;type&quot;: &quot;A String&quot;, # The source type.
11669 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011670 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011671 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011672 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011673 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011674 &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`
11675 &quot;value&quot;: &quot;A String&quot;, # The phone number.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011676 },
11677 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011678 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
11679 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
11680 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
11681 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011682 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011683 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011684 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11685 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011686 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11687 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11688 &quot;userTypes&quot;: [ # Output only. The user types.
11689 &quot;A String&quot;,
11690 ],
11691 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011692 &quot;type&quot;: &quot;A String&quot;, # The source type.
11693 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011694 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011695 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011696 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011697 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011698 &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
11699 },
11700 ],
11701 &quot;relations&quot;: [ # The person&#x27;s relations.
11702 { # A person&#x27;s relation to another person.
11703 &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.
11704 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011705 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011706 &quot;source&quot;: { # The source of a field. # The source of the field.
11707 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11708 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11709 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11710 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11711 &quot;userTypes&quot;: [ # Output only. The user types.
11712 &quot;A String&quot;,
11713 ],
11714 },
11715 &quot;type&quot;: &quot;A String&quot;, # The source type.
11716 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11717 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011718 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011719 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11720 },
11721 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
11722 &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`
11723 },
11724 ],
11725 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
11726 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
11727 &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.
11728 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011729 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011730 &quot;source&quot;: { # The source of a field. # The source of the field.
11731 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11732 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11733 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11734 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11735 &quot;userTypes&quot;: [ # Output only. The user types.
11736 &quot;A String&quot;,
11737 ],
11738 },
11739 &quot;type&quot;: &quot;A String&quot;, # The source type.
11740 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11741 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011742 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011743 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11744 },
11745 &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`
11746 },
11747 ],
11748 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
11749 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
11750 &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.
11751 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011752 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011753 &quot;source&quot;: { # The source of a field. # The source of the field.
11754 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11755 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11756 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11757 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11758 &quot;userTypes&quot;: [ # Output only. The user types.
11759 &quot;A String&quot;,
11760 ],
11761 },
11762 &quot;type&quot;: &quot;A String&quot;, # The source type.
11763 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11764 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011765 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011766 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11767 },
11768 &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`
11769 },
11770 ],
11771 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
11772 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
11773 &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.
11774 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011775 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011776 &quot;source&quot;: { # The source of a field. # The source of the field.
11777 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11778 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11779 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11780 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11781 &quot;userTypes&quot;: [ # Output only. The user types.
11782 &quot;A String&quot;,
11783 ],
11784 },
11785 &quot;type&quot;: &quot;A String&quot;, # The source type.
11786 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11787 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011788 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011789 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11790 },
11791 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
11792 },
11793 ],
11794 &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}`.
11795 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
11796 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
11797 &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.
11798 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011799 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011800 &quot;source&quot;: { # The source of a field. # The source of the field.
11801 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11802 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11803 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11804 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11805 &quot;userTypes&quot;: [ # Output only. The user types.
11806 &quot;A String&quot;,
11807 ],
11808 },
11809 &quot;type&quot;: &quot;A String&quot;, # The source type.
11810 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11811 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011812 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011813 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11814 },
11815 &quot;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`
11816 &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.
11817 },
11818 ],
11819 &quot;skills&quot;: [ # The person&#x27;s skills.
11820 { # A skill that the person has.
11821 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011822 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011823 &quot;source&quot;: { # The source of a field. # The source of the field.
11824 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11825 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11826 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11827 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11828 &quot;userTypes&quot;: [ # Output only. The user types.
11829 &quot;A String&quot;,
11830 ],
11831 },
11832 &quot;type&quot;: &quot;A String&quot;, # The source type.
11833 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11834 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011835 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011836 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11837 },
11838 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011839 },
11840 ],
11841 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
11842 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
11843 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011844 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011845 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011846 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11847 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011848 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11849 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11850 &quot;userTypes&quot;: [ # Output only. The user types.
11851 &quot;A String&quot;,
11852 ],
11853 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011854 &quot;type&quot;: &quot;A String&quot;, # The source type.
11855 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011856 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011857 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011858 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011859 },
11860 &quot;value&quot;: &quot;A String&quot;, # The tagline.
11861 },
11862 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011863 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
11864 { # A person&#x27;s associated URLs.
11865 &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.
11866 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011867 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011868 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011869 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11870 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011871 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11872 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11873 &quot;userTypes&quot;: [ # Output only. The user types.
11874 &quot;A String&quot;,
11875 ],
11876 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011877 &quot;type&quot;: &quot;A String&quot;, # The source type.
11878 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011879 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011880 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011881 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011882 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011883 &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`
11884 &quot;value&quot;: &quot;A String&quot;, # The URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011885 },
11886 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011887 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
11888 { # Arbitrary user data that is populated by the end users.
11889 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
11890 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011891 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011892 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011893 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11894 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011895 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11896 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11897 &quot;userTypes&quot;: [ # Output only. The user types.
11898 &quot;A String&quot;,
11899 ],
11900 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011901 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011902 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011903 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011904 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011905 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011906 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011907 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011908 },
11909 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011910}
11911
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011912 personFields: string, Optional. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Defaults to all fields if not set. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070011913 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011914 Allowed values
11915 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
11916 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
11917 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
11918 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011919 updatePersonFields: string, Required. A field mask to restrict which fields on the person are updated. Multiple fields can be specified by separating them with commas. All updated fields will be replaced. Valid values are: * addresses * biographies * birthdays * calendarUrls * clientData * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * relations * sipAddresses * urls * userDefined
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011920 x__xgafv: string, V1 error format.
11921 Allowed values
11922 1 - v1 error format
11923 2 - v2 error format
11924
11925Returns:
11926 An object of the form:
11927
11928 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011929 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
11930 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
11931 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
11932 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
11933 &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.
11934 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
11935 &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.
11936 &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.
11937 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011938 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011939 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011940 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11941 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011942 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11943 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11944 &quot;userTypes&quot;: [ # Output only. The user types.
11945 &quot;A String&quot;,
11946 ],
11947 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011948 &quot;type&quot;: &quot;A String&quot;, # The source type.
11949 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011950 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011951 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011952 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11953 },
11954 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
11955 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
11956 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
11957 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
11958 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011959 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011960 ],
11961 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
11962 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
11963 { # A person&#x27;s age range.
11964 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
11965 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011966 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011967 &quot;source&quot;: { # The source of a field. # The source of the field.
11968 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11969 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11970 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11971 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11972 &quot;userTypes&quot;: [ # Output only. The user types.
11973 &quot;A String&quot;,
11974 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011975 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011976 &quot;type&quot;: &quot;A String&quot;, # The source type.
11977 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011978 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011979 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011980 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11981 },
11982 },
11983 ],
11984 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
11985 { # A person&#x27;s short biography.
11986 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
11987 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070011988 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011989 &quot;source&quot;: { # The source of a field. # The source of the field.
11990 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11991 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11992 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11993 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11994 &quot;userTypes&quot;: [ # Output only. The user types.
11995 &quot;A String&quot;,
11996 ],
11997 },
11998 &quot;type&quot;: &quot;A String&quot;, # The source type.
11999 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12000 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012001 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012002 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12003 },
12004 &quot;value&quot;: &quot;A String&quot;, # The short biography.
12005 },
12006 ],
12007 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
12008 { # 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.
12009 &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.
12010 &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.
12011 &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.
12012 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
12013 },
12014 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012015 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012016 &quot;source&quot;: { # The source of a field. # The source of the field.
12017 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12018 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12019 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12020 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12021 &quot;userTypes&quot;: [ # Output only. The user types.
12022 &quot;A String&quot;,
12023 ],
12024 },
12025 &quot;type&quot;: &quot;A String&quot;, # The source type.
12026 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12027 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012028 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012029 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12030 },
12031 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
12032 },
12033 ],
12034 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
12035 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
12036 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012037 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012038 &quot;source&quot;: { # The source of a field. # The source of the field.
12039 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12040 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12041 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12042 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12043 &quot;userTypes&quot;: [ # Output only. The user types.
12044 &quot;A String&quot;,
12045 ],
12046 },
12047 &quot;type&quot;: &quot;A String&quot;, # The source type.
12048 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12049 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012050 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012051 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12052 },
12053 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
12054 },
12055 ],
12056 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
12057 { # A person&#x27;s calendar URL.
12058 &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.
12059 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012060 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012061 &quot;source&quot;: { # The source of a field. # The source of the field.
12062 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12063 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12064 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12065 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12066 &quot;userTypes&quot;: [ # Output only. The user types.
12067 &quot;A String&quot;,
12068 ],
12069 },
12070 &quot;type&quot;: &quot;A String&quot;, # The source type.
12071 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12072 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012073 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012074 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12075 },
12076 &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`
12077 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
12078 },
12079 ],
12080 &quot;clientData&quot;: [ # The person&#x27;s client data.
12081 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
12082 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
12083 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012084 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012085 &quot;source&quot;: { # The source of a field. # The source of the field.
12086 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12087 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12088 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12089 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12090 &quot;userTypes&quot;: [ # Output only. The user types.
12091 &quot;A String&quot;,
12092 ],
12093 },
12094 &quot;type&quot;: &quot;A String&quot;, # The source type.
12095 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12096 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012097 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012098 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12099 },
12100 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
12101 },
12102 ],
12103 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
12104 { # 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.
12105 &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.
12106 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012107 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012108 &quot;source&quot;: { # The source of a field. # The source of the field.
12109 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12110 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12111 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12112 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12113 &quot;userTypes&quot;: [ # Output only. The user types.
12114 &quot;A String&quot;,
12115 ],
12116 },
12117 &quot;type&quot;: &quot;A String&quot;, # The source type.
12118 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12119 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012120 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012121 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12122 },
12123 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
12124 },
12125 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070012126 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012127 { # A person&#x27;s email address.
12128 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
12129 &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.
12130 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012131 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012132 &quot;source&quot;: { # The source of a field. # The source of the field.
12133 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12134 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12135 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12136 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12137 &quot;userTypes&quot;: [ # Output only. The user types.
12138 &quot;A String&quot;,
12139 ],
12140 },
12141 &quot;type&quot;: &quot;A String&quot;, # The source type.
12142 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12143 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012144 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012145 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12146 },
12147 &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`
12148 &quot;value&quot;: &quot;A String&quot;, # The email address.
12149 },
12150 ],
12151 &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.
12152 &quot;events&quot;: [ # The person&#x27;s events.
12153 { # An event related to the person.
12154 &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.
12155 &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.
12156 &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.
12157 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
12158 },
12159 &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.
12160 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012161 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012162 &quot;source&quot;: { # The source of a field. # The source of the field.
12163 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12164 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12165 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12166 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12167 &quot;userTypes&quot;: [ # Output only. The user types.
12168 &quot;A String&quot;,
12169 ],
12170 },
12171 &quot;type&quot;: &quot;A String&quot;, # The source type.
12172 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12173 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012174 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012175 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12176 },
12177 &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`
12178 },
12179 ],
12180 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
12181 { # An identifier from an external entity related to the person.
12182 &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.
12183 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012184 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012185 &quot;source&quot;: { # The source of a field. # The source of the field.
12186 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12187 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12188 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12189 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12190 &quot;userTypes&quot;: [ # Output only. The user types.
12191 &quot;A String&quot;,
12192 ],
12193 },
12194 &quot;type&quot;: &quot;A String&quot;, # The source type.
12195 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12196 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012197 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012198 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12199 },
12200 &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`
12201 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
12202 },
12203 ],
12204 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
12205 { # The name that should be used to sort the person in a list.
12206 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012207 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012208 &quot;source&quot;: { # The source of a field. # The source of the field.
12209 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12210 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12211 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12212 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12213 &quot;userTypes&quot;: [ # Output only. The user types.
12214 &quot;A String&quot;,
12215 ],
12216 },
12217 &quot;type&quot;: &quot;A String&quot;, # The source type.
12218 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12219 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012220 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012221 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12222 },
12223 &quot;value&quot;: &quot;A String&quot;, # The file-as value
12224 },
12225 ],
12226 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
12227 { # A person&#x27;s gender.
12228 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
12229 &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.
12230 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012231 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012232 &quot;source&quot;: { # The source of a field. # The source of the field.
12233 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12234 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12235 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12236 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12237 &quot;userTypes&quot;: [ # Output only. The user types.
12238 &quot;A String&quot;,
12239 ],
12240 },
12241 &quot;type&quot;: &quot;A String&quot;, # The source type.
12242 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12243 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012244 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012245 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12246 },
12247 &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`
12248 },
12249 ],
12250 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
12251 { # A person&#x27;s instant messaging client.
12252 &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.
12253 &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.
12254 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012255 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012256 &quot;source&quot;: { # The source of a field. # The source of the field.
12257 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12258 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12259 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12260 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12261 &quot;userTypes&quot;: [ # Output only. The user types.
12262 &quot;A String&quot;,
12263 ],
12264 },
12265 &quot;type&quot;: &quot;A String&quot;, # The source type.
12266 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12267 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012268 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012269 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12270 },
12271 &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`
12272 &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`
12273 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
12274 },
12275 ],
12276 &quot;interests&quot;: [ # The person&#x27;s interests.
12277 { # One of the person&#x27;s interests.
12278 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012279 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012280 &quot;source&quot;: { # The source of a field. # The source of the field.
12281 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12282 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12283 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12284 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12285 &quot;userTypes&quot;: [ # Output only. The user types.
12286 &quot;A String&quot;,
12287 ],
12288 },
12289 &quot;type&quot;: &quot;A String&quot;, # The source type.
12290 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12291 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012292 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012293 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12294 },
12295 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
12296 },
12297 ],
12298 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
12299 { # A person&#x27;s locale preference.
12300 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012301 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012302 &quot;source&quot;: { # The source of a field. # The source of the field.
12303 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12304 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12305 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12306 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12307 &quot;userTypes&quot;: [ # Output only. The user types.
12308 &quot;A String&quot;,
12309 ],
12310 },
12311 &quot;type&quot;: &quot;A String&quot;, # The source type.
12312 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12313 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012314 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012315 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12316 },
12317 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
12318 },
12319 ],
12320 &quot;locations&quot;: [ # The person&#x27;s locations.
12321 { # A person&#x27;s location.
12322 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
12323 &quot;current&quot;: True or False, # Whether the location is the current location.
12324 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
12325 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
12326 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
12327 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012328 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012329 &quot;source&quot;: { # The source of a field. # The source of the field.
12330 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12331 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12332 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12333 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12334 &quot;userTypes&quot;: [ # Output only. The user types.
12335 &quot;A String&quot;,
12336 ],
12337 },
12338 &quot;type&quot;: &quot;A String&quot;, # The source type.
12339 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12340 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012341 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012342 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12343 },
12344 &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`
12345 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
12346 },
12347 ],
12348 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
12349 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
12350 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
12351 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
12352 &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.
12353 },
yoshi-code-bot33237a82021-06-09 00:26:03 -070012354 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
12355 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012356 },
12357 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012358 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012359 &quot;source&quot;: { # The source of a field. # The source of the field.
12360 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12361 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12362 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12363 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12364 &quot;userTypes&quot;: [ # Output only. The user types.
12365 &quot;A String&quot;,
12366 ],
12367 },
12368 &quot;type&quot;: &quot;A String&quot;, # The source type.
12369 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12370 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012371 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012372 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12373 },
12374 },
12375 ],
12376 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -070012377 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012378 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
12379 &quot;A String&quot;,
12380 ],
12381 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -070012382 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012383 &quot;A String&quot;,
12384 ],
12385 &quot;sources&quot;: [ # The sources of data for the person.
12386 { # The source of a field.
12387 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12388 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12389 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12390 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12391 &quot;userTypes&quot;: [ # Output only. The user types.
12392 &quot;A String&quot;,
12393 ],
12394 },
12395 &quot;type&quot;: &quot;A String&quot;, # The source type.
12396 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012397 },
12398 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012399 },
12400 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
12401 { # A person&#x27;s miscellaneous keyword.
12402 &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.
12403 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012404 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012405 &quot;source&quot;: { # The source of a field. # The source of the field.
12406 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12407 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12408 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12409 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12410 &quot;userTypes&quot;: [ # Output only. The user types.
12411 &quot;A String&quot;,
12412 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012413 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012414 &quot;type&quot;: &quot;A String&quot;, # The source type.
12415 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012416 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012417 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012418 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012419 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012420 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
12421 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
12422 },
12423 ],
12424 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
12425 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
12426 &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.
12427 &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.
12428 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
12429 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
12430 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
12431 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
12432 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012433 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012434 &quot;source&quot;: { # The source of a field. # The source of the field.
12435 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12436 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12437 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12438 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12439 &quot;userTypes&quot;: [ # Output only. The user types.
12440 &quot;A String&quot;,
12441 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012442 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012443 &quot;type&quot;: &quot;A String&quot;, # The source type.
12444 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012445 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012446 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012447 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012448 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012449 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
12450 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
12451 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
12452 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
12453 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
12454 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
12455 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
12456 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
12457 },
12458 ],
12459 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
12460 { # A person&#x27;s nickname.
12461 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012462 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012463 &quot;source&quot;: { # The source of a field. # The source of the field.
12464 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12465 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12466 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12467 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12468 &quot;userTypes&quot;: [ # Output only. The user types.
12469 &quot;A String&quot;,
12470 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012471 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012472 &quot;type&quot;: &quot;A String&quot;, # The source type.
12473 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012474 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012475 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012476 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012477 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012478 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
12479 &quot;value&quot;: &quot;A String&quot;, # The nickname.
12480 },
12481 ],
12482 &quot;occupations&quot;: [ # The person&#x27;s occupations.
12483 { # A person&#x27;s occupation.
12484 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012485 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012486 &quot;source&quot;: { # The source of a field. # The source of the field.
12487 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12488 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12489 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12490 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12491 &quot;userTypes&quot;: [ # Output only. The user types.
12492 &quot;A String&quot;,
12493 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012494 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012495 &quot;type&quot;: &quot;A String&quot;, # The source type.
12496 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012497 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012498 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012499 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012500 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012501 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
12502 },
12503 ],
12504 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
12505 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
12506 &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.
12507 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
12508 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
12509 &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.
12510 &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.
12511 &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.
12512 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
12513 },
12514 &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.
12515 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
12516 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
12517 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012518 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012519 &quot;source&quot;: { # The source of a field. # The source of the field.
12520 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12521 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12522 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12523 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12524 &quot;userTypes&quot;: [ # Output only. The user types.
12525 &quot;A String&quot;,
12526 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012527 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012528 &quot;type&quot;: &quot;A String&quot;, # The source type.
12529 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012530 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012531 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012532 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012533 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012534 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
12535 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
12536 &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.
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;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
12542 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
12543 &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`
12544 },
12545 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070012546 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012547 { # A person&#x27;s phone number.
12548 &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.
12549 &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.
12550 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012551 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012552 &quot;source&quot;: { # The source of a field. # The source of the field.
12553 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12554 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12555 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12556 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12557 &quot;userTypes&quot;: [ # Output only. The user types.
12558 &quot;A String&quot;,
12559 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012560 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012561 &quot;type&quot;: &quot;A String&quot;, # The source type.
12562 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012563 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012564 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012565 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012566 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012567 &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`
12568 &quot;value&quot;: &quot;A String&quot;, # The phone number.
12569 },
12570 ],
12571 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
12572 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
12573 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
12574 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012575 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012576 &quot;source&quot;: { # The source of a field. # The source of the field.
12577 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12578 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12579 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12580 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12581 &quot;userTypes&quot;: [ # Output only. The user types.
12582 &quot;A String&quot;,
12583 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012584 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012585 &quot;type&quot;: &quot;A String&quot;, # The source type.
12586 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012587 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012588 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012589 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012590 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012591 &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
12592 },
12593 ],
12594 &quot;relations&quot;: [ # The person&#x27;s relations.
12595 { # A person&#x27;s relation to another person.
12596 &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.
12597 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012598 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012599 &quot;source&quot;: { # The source of a field. # The source of the field.
12600 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12601 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12602 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12603 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12604 &quot;userTypes&quot;: [ # Output only. The user types.
12605 &quot;A String&quot;,
12606 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012607 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012608 &quot;type&quot;: &quot;A String&quot;, # The source type.
12609 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012610 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012611 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012612 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012613 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012614 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
12615 &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`
12616 },
12617 ],
12618 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
12619 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
12620 &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.
12621 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012622 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012623 &quot;source&quot;: { # The source of a field. # The source of the field.
12624 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12625 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12626 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12627 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12628 &quot;userTypes&quot;: [ # Output only. The user types.
12629 &quot;A String&quot;,
12630 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012631 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012632 &quot;type&quot;: &quot;A String&quot;, # The source type.
12633 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012634 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012635 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012636 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012637 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012638 &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`
12639 },
12640 ],
12641 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
12642 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
12643 &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.
12644 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012645 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012646 &quot;source&quot;: { # The source of a field. # The source of the field.
12647 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12648 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12649 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12650 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12651 &quot;userTypes&quot;: [ # Output only. The user types.
12652 &quot;A String&quot;,
12653 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012654 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012655 &quot;type&quot;: &quot;A String&quot;, # The source type.
12656 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012657 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012658 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012659 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012660 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012661 &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`
12662 },
12663 ],
12664 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
12665 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
12666 &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.
12667 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012668 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012669 &quot;source&quot;: { # The source of a field. # The source of the field.
12670 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12671 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12672 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12673 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12674 &quot;userTypes&quot;: [ # Output only. The user types.
12675 &quot;A String&quot;,
12676 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012677 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012678 &quot;type&quot;: &quot;A String&quot;, # The source type.
12679 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012680 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012681 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012682 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012683 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012684 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
12685 },
12686 ],
12687 &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}`.
12688 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
12689 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
12690 &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.
12691 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012692 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012693 &quot;source&quot;: { # The source of a field. # The source of the field.
12694 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12695 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12696 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12697 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12698 &quot;userTypes&quot;: [ # Output only. The user types.
12699 &quot;A String&quot;,
12700 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012701 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012702 &quot;type&quot;: &quot;A String&quot;, # The source type.
12703 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012704 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012705 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012706 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012707 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012708 &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`
12709 &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.
12710 },
12711 ],
12712 &quot;skills&quot;: [ # The person&#x27;s skills.
12713 { # A skill that the person has.
12714 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012715 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012716 &quot;source&quot;: { # The source of a field. # The source of the field.
12717 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12718 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12719 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12720 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12721 &quot;userTypes&quot;: [ # Output only. The user types.
12722 &quot;A String&quot;,
12723 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012724 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012725 &quot;type&quot;: &quot;A String&quot;, # The source type.
12726 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012727 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012728 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012729 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012730 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012731 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
12732 },
12733 ],
12734 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
12735 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
12736 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012737 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012738 &quot;source&quot;: { # The source of a field. # The source of the field.
12739 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12740 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12741 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12742 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12743 &quot;userTypes&quot;: [ # Output only. The user types.
12744 &quot;A String&quot;,
12745 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012746 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012747 &quot;type&quot;: &quot;A String&quot;, # The source type.
12748 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012749 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012750 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012751 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080012752 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012753 &quot;value&quot;: &quot;A String&quot;, # The tagline.
12754 },
12755 ],
12756 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
12757 { # A person&#x27;s associated URLs.
12758 &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.
12759 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012760 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012761 &quot;source&quot;: { # The source of a field. # The source of the field.
12762 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12763 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12764 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12765 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12766 &quot;userTypes&quot;: [ # Output only. The user types.
12767 &quot;A String&quot;,
12768 ],
12769 },
12770 &quot;type&quot;: &quot;A String&quot;, # The source type.
12771 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12772 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012773 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012774 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12775 },
12776 &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`
12777 &quot;value&quot;: &quot;A String&quot;, # The URL.
12778 },
12779 ],
12780 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
12781 { # Arbitrary user data that is populated by the end users.
12782 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
12783 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012784 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012785 &quot;source&quot;: { # The source of a field. # The source of the field.
12786 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12787 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12788 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12789 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12790 &quot;userTypes&quot;: [ # Output only. The user types.
12791 &quot;A String&quot;,
12792 ],
12793 },
12794 &quot;type&quot;: &quot;A String&quot;, # The source type.
12795 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12796 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012797 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012798 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12799 },
12800 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
12801 },
12802 ],
12803}</pre>
Dan O'Mearadd494642020-05-01 07:42:23 -070012804</div>
12805
12806<div class="method">
12807 <code class="details" id="updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -070012808 <pre>Update a contact&#x27;s photo.
Dan O'Mearadd494642020-05-01 07:42:23 -070012809
12810Args:
12811 resourceName: string, Required. Person resource name (required)
12812 body: object, The request body.
12813 The object takes the form of:
12814
Bu Sun Kimd059ad82020-07-22 17:02:09 -070012815{ # A request to update an existing contact&#x27;s photo. All requests must have a valid photo format: JPEG or PNG.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012816 &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
12817 &quot;photoBytes&quot;: &quot;A String&quot;, # Required. Raw photo bytes
12818 &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.
12819 &quot;A String&quot;,
12820 ],
12821}
Dan O'Mearadd494642020-05-01 07:42:23 -070012822
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070012823 x__xgafv: string, V1 error format.
12824 Allowed values
12825 1 - v1 error format
12826 2 - v2 error format
12827
12828Returns:
12829 An object of the form:
12830
Bu Sun Kim65020912020-05-20 12:08:20 -070012831 { # The response for updating a contact&#x27;s photo.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012832 &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.
12833 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
12834 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
12835 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
12836 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
12837 &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.
12838 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
12839 &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.
12840 &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.
12841 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012842 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012843 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012844 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12845 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012846 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12847 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12848 &quot;userTypes&quot;: [ # Output only. The user types.
12849 &quot;A String&quot;,
12850 ],
12851 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012852 &quot;type&quot;: &quot;A String&quot;, # The source type.
12853 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012854 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012855 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012856 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12857 },
12858 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
12859 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
12860 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
12861 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
12862 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012863 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012864 ],
12865 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
12866 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
12867 { # A person&#x27;s age range.
12868 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
12869 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012870 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012871 &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 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012879 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012880 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012882 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012883 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012884 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012885 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012886 },
12887 ],
12888 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
12889 { # A person&#x27;s short biography.
12890 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
12891 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012892 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012893 &quot;source&quot;: { # The source of a field. # The source of the field.
12894 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12895 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12896 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12897 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12898 &quot;userTypes&quot;: [ # Output only. The user types.
12899 &quot;A String&quot;,
12900 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012901 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012902 &quot;type&quot;: &quot;A String&quot;, # The source type.
12903 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012904 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012905 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012906 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012907 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012908 &quot;value&quot;: &quot;A String&quot;, # The short biography.
12909 },
12910 ],
12911 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
12912 { # 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.
12913 &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.
12914 &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.
12915 &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.
12916 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012917 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012918 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012919 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012920 &quot;source&quot;: { # The source of a field. # The source of the field.
12921 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12922 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12923 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12924 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12925 &quot;userTypes&quot;: [ # Output only. The user types.
12926 &quot;A String&quot;,
12927 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012928 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012929 &quot;type&quot;: &quot;A String&quot;, # The source type.
12930 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012931 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012932 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012933 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012934 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012935 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
12936 },
12937 ],
12938 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
12939 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
12940 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012941 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012942 &quot;source&quot;: { # The source of a field. # The source of the field.
12943 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12944 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12945 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12946 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12947 &quot;userTypes&quot;: [ # Output only. The user types.
12948 &quot;A String&quot;,
12949 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012950 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012951 &quot;type&quot;: &quot;A String&quot;, # The source type.
12952 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012953 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012954 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012955 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012956 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012957 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
12958 },
12959 ],
12960 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
12961 { # A person&#x27;s calendar URL.
12962 &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.
12963 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012964 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012965 &quot;source&quot;: { # The source of a field. # The source of the field.
12966 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12967 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12968 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12969 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12970 &quot;userTypes&quot;: [ # Output only. The user types.
12971 &quot;A String&quot;,
12972 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012973 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012974 &quot;type&quot;: &quot;A String&quot;, # The source type.
12975 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012976 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012977 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012978 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012979 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012980 &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`
12981 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
12982 },
12983 ],
12984 &quot;clientData&quot;: [ # The person&#x27;s client data.
12985 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
12986 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
12987 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070012988 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012989 &quot;source&quot;: { # The source of a field. # The source of the field.
12990 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12991 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12992 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12993 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12994 &quot;userTypes&quot;: [ # Output only. The user types.
12995 &quot;A String&quot;,
12996 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012997 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012998 &quot;type&quot;: &quot;A String&quot;, # The source type.
12999 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013000 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013001 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013002 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013003 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013004 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
13005 },
13006 ],
13007 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
13008 { # 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.
13009 &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.
13010 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013011 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013012 &quot;source&quot;: { # The source of a field. # The source of the field.
13013 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13014 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13015 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13016 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13017 &quot;userTypes&quot;: [ # Output only. The user types.
13018 &quot;A String&quot;,
13019 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013020 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013021 &quot;type&quot;: &quot;A String&quot;, # The source type.
13022 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013023 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013024 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013025 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013026 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013027 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
13028 },
13029 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070013030 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013031 { # A person&#x27;s email address.
13032 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
13033 &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.
13034 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013035 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013036 &quot;source&quot;: { # The source of a field. # The source of the field.
13037 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13038 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13039 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13040 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13041 &quot;userTypes&quot;: [ # Output only. The user types.
13042 &quot;A String&quot;,
13043 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013044 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013045 &quot;type&quot;: &quot;A String&quot;, # The source type.
13046 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013047 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013048 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013049 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013050 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013051 &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`
13052 &quot;value&quot;: &quot;A String&quot;, # The email address.
13053 },
13054 ],
13055 &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.
13056 &quot;events&quot;: [ # The person&#x27;s events.
13057 { # An event related to the person.
13058 &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.
13059 &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.
13060 &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.
13061 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013062 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013063 &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.
13064 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013065 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013066 &quot;source&quot;: { # The source of a field. # The source of the field.
13067 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13068 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13069 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13070 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13071 &quot;userTypes&quot;: [ # Output only. The user types.
13072 &quot;A String&quot;,
13073 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013074 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013075 &quot;type&quot;: &quot;A String&quot;, # The source type.
13076 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013077 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013078 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013079 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013080 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013081 &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`
13082 },
13083 ],
13084 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
13085 { # An identifier from an external entity related to the person.
13086 &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.
13087 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013088 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013089 &quot;source&quot;: { # The source of a field. # The source of the field.
13090 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13091 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13092 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13093 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13094 &quot;userTypes&quot;: [ # Output only. The user types.
13095 &quot;A String&quot;,
13096 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013097 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013098 &quot;type&quot;: &quot;A String&quot;, # The source type.
13099 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013100 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013101 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013102 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013103 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013104 &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`
13105 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
13106 },
13107 ],
13108 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
13109 { # The name that should be used to sort the person in a list.
13110 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013111 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013112 &quot;source&quot;: { # The source of a field. # The source of the field.
13113 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13114 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13115 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13116 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13117 &quot;userTypes&quot;: [ # Output only. The user types.
13118 &quot;A String&quot;,
13119 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013120 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013121 &quot;type&quot;: &quot;A String&quot;, # The source type.
13122 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013123 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013124 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013125 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013126 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013127 &quot;value&quot;: &quot;A String&quot;, # The file-as value
13128 },
13129 ],
13130 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
13131 { # A person&#x27;s gender.
13132 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
13133 &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.
13134 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013135 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013136 &quot;source&quot;: { # The source of a field. # The source of the field.
13137 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13138 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13139 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13140 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13141 &quot;userTypes&quot;: [ # Output only. The user types.
13142 &quot;A String&quot;,
13143 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013144 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013145 &quot;type&quot;: &quot;A String&quot;, # The source type.
13146 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013147 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013148 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013149 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013150 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013151 &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`
13152 },
13153 ],
13154 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
13155 { # A person&#x27;s instant messaging client.
13156 &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.
13157 &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.
13158 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013159 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013160 &quot;source&quot;: { # The source of a field. # The source of the field.
13161 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13162 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13163 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13164 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13165 &quot;userTypes&quot;: [ # Output only. The user types.
13166 &quot;A String&quot;,
13167 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013168 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013169 &quot;type&quot;: &quot;A String&quot;, # The source type.
13170 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013171 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013172 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013173 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13174 },
13175 &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`
13176 &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`
13177 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
13178 },
13179 ],
13180 &quot;interests&quot;: [ # The person&#x27;s interests.
13181 { # One of the person&#x27;s interests.
13182 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013183 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013184 &quot;source&quot;: { # The source of a field. # The source of the field.
13185 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13186 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13187 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13188 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13189 &quot;userTypes&quot;: [ # Output only. The user types.
13190 &quot;A String&quot;,
13191 ],
13192 },
13193 &quot;type&quot;: &quot;A String&quot;, # The source type.
13194 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13195 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013196 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013197 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13198 },
13199 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
13200 },
13201 ],
13202 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
13203 { # A person&#x27;s locale preference.
13204 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013205 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013206 &quot;source&quot;: { # The source of a field. # The source of the field.
13207 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13208 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13209 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13210 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13211 &quot;userTypes&quot;: [ # Output only. The user types.
13212 &quot;A String&quot;,
13213 ],
13214 },
13215 &quot;type&quot;: &quot;A String&quot;, # The source type.
13216 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13217 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013218 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013219 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13220 },
13221 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
13222 },
13223 ],
13224 &quot;locations&quot;: [ # The person&#x27;s locations.
13225 { # A person&#x27;s location.
13226 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
13227 &quot;current&quot;: True or False, # Whether the location is the current location.
13228 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
13229 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
13230 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
13231 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013232 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013233 &quot;source&quot;: { # The source of a field. # The source of the field.
13234 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13235 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13236 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13237 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13238 &quot;userTypes&quot;: [ # Output only. The user types.
13239 &quot;A String&quot;,
13240 ],
13241 },
13242 &quot;type&quot;: &quot;A String&quot;, # The source type.
13243 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13244 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013245 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013246 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13247 },
13248 &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`
13249 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
13250 },
13251 ],
13252 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
13253 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
13254 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
13255 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
13256 &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.
13257 },
yoshi-code-bot33237a82021-06-09 00:26:03 -070013258 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
13259 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013260 },
13261 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013262 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013263 &quot;source&quot;: { # The source of a field. # The source of the field.
13264 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13265 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13266 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13267 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13268 &quot;userTypes&quot;: [ # Output only. The user types.
13269 &quot;A String&quot;,
13270 ],
13271 },
13272 &quot;type&quot;: &quot;A String&quot;, # The source type.
13273 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13274 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013275 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013276 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13277 },
13278 },
13279 ],
13280 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -070013281 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013282 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
13283 &quot;A String&quot;,
13284 ],
13285 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -070013286 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013287 &quot;A String&quot;,
13288 ],
13289 &quot;sources&quot;: [ # The sources of data for the person.
13290 { # The source of a field.
13291 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13292 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13293 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13294 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13295 &quot;userTypes&quot;: [ # Output only. The user types.
13296 &quot;A String&quot;,
13297 ],
13298 },
13299 &quot;type&quot;: &quot;A String&quot;, # The source type.
13300 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080013301 },
13302 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070013303 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013304 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
13305 { # A person&#x27;s miscellaneous keyword.
13306 &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.
13307 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013308 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013309 &quot;source&quot;: { # The source of a field. # The source of the field.
13310 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13311 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13312 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13313 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13314 &quot;userTypes&quot;: [ # Output only. The user types.
13315 &quot;A String&quot;,
13316 ],
13317 },
13318 &quot;type&quot;: &quot;A String&quot;, # The source type.
13319 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13320 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013321 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013322 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13323 },
13324 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
13325 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
13326 },
13327 ],
13328 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
13329 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
13330 &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.
13331 &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.
13332 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
13333 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
13334 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
13335 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
13336 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013337 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013338 &quot;source&quot;: { # The source of a field. # The source of the field.
13339 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13340 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13341 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13342 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13343 &quot;userTypes&quot;: [ # Output only. The user types.
13344 &quot;A String&quot;,
13345 ],
13346 },
13347 &quot;type&quot;: &quot;A String&quot;, # The source type.
13348 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13349 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013350 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013351 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13352 },
13353 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
13354 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
13355 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
13356 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
13357 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
13358 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
13359 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
13360 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
13361 },
13362 ],
13363 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
13364 { # A person&#x27;s nickname.
13365 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013366 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013367 &quot;source&quot;: { # The source of a field. # The source of the field.
13368 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13369 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13370 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13371 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13372 &quot;userTypes&quot;: [ # Output only. The user types.
13373 &quot;A String&quot;,
13374 ],
13375 },
13376 &quot;type&quot;: &quot;A String&quot;, # The source type.
13377 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13378 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013379 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013380 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13381 },
13382 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
13383 &quot;value&quot;: &quot;A String&quot;, # The nickname.
13384 },
13385 ],
13386 &quot;occupations&quot;: [ # The person&#x27;s occupations.
13387 { # A person&#x27;s occupation.
13388 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013389 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013390 &quot;source&quot;: { # The source of a field. # The source of the field.
13391 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13392 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13393 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13394 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13395 &quot;userTypes&quot;: [ # Output only. The user types.
13396 &quot;A String&quot;,
13397 ],
13398 },
13399 &quot;type&quot;: &quot;A String&quot;, # The source type.
13400 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13401 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013402 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013403 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13404 },
13405 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
13406 },
13407 ],
13408 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
13409 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
13410 &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.
13411 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
13412 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
13413 &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.
13414 &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.
13415 &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.
13416 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
13417 },
13418 &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.
13419 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
13420 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
13421 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013422 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013423 &quot;source&quot;: { # The source of a field. # The source of the field.
13424 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13425 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13426 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13427 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13428 &quot;userTypes&quot;: [ # Output only. The user types.
13429 &quot;A String&quot;,
13430 ],
13431 },
13432 &quot;type&quot;: &quot;A String&quot;, # The source type.
13433 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13434 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013435 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013436 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13437 },
13438 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
13439 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
13440 &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.
13441 &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.
13442 &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.
13443 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
13444 },
13445 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
13446 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
13447 &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`
13448 },
13449 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070013450 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013451 { # A person&#x27;s phone number.
13452 &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.
13453 &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.
13454 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013455 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013456 &quot;source&quot;: { # The source of a field. # The source of the field.
13457 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13458 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13459 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13460 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13461 &quot;userTypes&quot;: [ # Output only. The user types.
13462 &quot;A String&quot;,
13463 ],
13464 },
13465 &quot;type&quot;: &quot;A String&quot;, # The source type.
13466 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13467 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013468 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013469 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13470 },
13471 &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`
13472 &quot;value&quot;: &quot;A String&quot;, # The phone number.
13473 },
13474 ],
13475 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
13476 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
13477 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
13478 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013479 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013480 &quot;source&quot;: { # The source of a field. # The source of the field.
13481 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13482 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13483 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13484 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13485 &quot;userTypes&quot;: [ # Output only. The user types.
13486 &quot;A String&quot;,
13487 ],
13488 },
13489 &quot;type&quot;: &quot;A String&quot;, # The source type.
13490 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13491 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013492 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013493 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13494 },
13495 &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
13496 },
13497 ],
13498 &quot;relations&quot;: [ # The person&#x27;s relations.
13499 { # A person&#x27;s relation to another person.
13500 &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.
13501 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013502 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013503 &quot;source&quot;: { # The source of a field. # The source of the field.
13504 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13505 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13506 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13507 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13508 &quot;userTypes&quot;: [ # Output only. The user types.
13509 &quot;A String&quot;,
13510 ],
13511 },
13512 &quot;type&quot;: &quot;A String&quot;, # The source type.
13513 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13514 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013515 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013516 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13517 },
13518 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
13519 &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`
13520 },
13521 ],
13522 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
13523 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
13524 &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.
13525 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013526 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013527 &quot;source&quot;: { # The source of a field. # The source of the field.
13528 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13529 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13530 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13531 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13532 &quot;userTypes&quot;: [ # Output only. The user types.
13533 &quot;A String&quot;,
13534 ],
13535 },
13536 &quot;type&quot;: &quot;A String&quot;, # The source type.
13537 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13538 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013539 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013540 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13541 },
13542 &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`
13543 },
13544 ],
13545 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
13546 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
13547 &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.
13548 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013549 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013550 &quot;source&quot;: { # The source of a field. # The source of the field.
13551 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13552 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13553 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13554 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13555 &quot;userTypes&quot;: [ # Output only. The user types.
13556 &quot;A String&quot;,
13557 ],
13558 },
13559 &quot;type&quot;: &quot;A String&quot;, # The source type.
13560 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13561 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013562 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013563 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13564 },
13565 &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`
13566 },
13567 ],
13568 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
13569 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
13570 &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.
13571 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013572 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013573 &quot;source&quot;: { # The source of a field. # The source of the field.
13574 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13575 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13576 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13577 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13578 &quot;userTypes&quot;: [ # Output only. The user types.
13579 &quot;A String&quot;,
13580 ],
13581 },
13582 &quot;type&quot;: &quot;A String&quot;, # The source type.
13583 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13584 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013585 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013586 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13587 },
13588 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
13589 },
13590 ],
13591 &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}`.
13592 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
13593 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
13594 &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.
13595 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013596 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013597 &quot;source&quot;: { # The source of a field. # The source of the field.
13598 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13599 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13600 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13601 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13602 &quot;userTypes&quot;: [ # Output only. The user types.
13603 &quot;A String&quot;,
13604 ],
13605 },
13606 &quot;type&quot;: &quot;A String&quot;, # The source type.
13607 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13608 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013609 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013610 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13611 },
13612 &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`
13613 &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.
13614 },
13615 ],
13616 &quot;skills&quot;: [ # The person&#x27;s skills.
13617 { # A skill that the person has.
13618 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013619 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013620 &quot;source&quot;: { # The source of a field. # The source of the field.
13621 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13622 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13623 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13624 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13625 &quot;userTypes&quot;: [ # Output only. The user types.
13626 &quot;A String&quot;,
13627 ],
13628 },
13629 &quot;type&quot;: &quot;A String&quot;, # The source type.
13630 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13631 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013632 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013633 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13634 },
13635 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
13636 },
13637 ],
13638 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
13639 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
13640 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013641 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013642 &quot;source&quot;: { # The source of a field. # The source of the field.
13643 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13644 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13645 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13646 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13647 &quot;userTypes&quot;: [ # Output only. The user types.
13648 &quot;A String&quot;,
13649 ],
13650 },
13651 &quot;type&quot;: &quot;A String&quot;, # The source type.
13652 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13653 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013654 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013655 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13656 },
13657 &quot;value&quot;: &quot;A String&quot;, # The tagline.
13658 },
13659 ],
13660 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
13661 { # A person&#x27;s associated URLs.
13662 &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.
13663 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013664 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013665 &quot;source&quot;: { # The source of a field. # The source of the field.
13666 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13667 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13668 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13669 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13670 &quot;userTypes&quot;: [ # Output only. The user types.
13671 &quot;A String&quot;,
13672 ],
13673 },
13674 &quot;type&quot;: &quot;A String&quot;, # The source type.
13675 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13676 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013677 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013678 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13679 },
13680 &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`
13681 &quot;value&quot;: &quot;A String&quot;, # The URL.
13682 },
13683 ],
13684 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
13685 { # Arbitrary user data that is populated by the end users.
13686 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
13687 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013688 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013689 &quot;source&quot;: { # The source of a field. # The source of the field.
13690 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13691 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13692 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13693 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13694 &quot;userTypes&quot;: [ # Output only. The user types.
13695 &quot;A String&quot;,
13696 ],
13697 },
13698 &quot;type&quot;: &quot;A String&quot;, # The source type.
13699 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13700 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -070013701 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013702 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13703 },
13704 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
13705 },
13706 ],
13707 },
13708}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070013709</div>
13710
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080013711</body></html>