blob: ea56f3269f5c450449c741d013ecd53c13d8e8f1 [file] [log] [blame]
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070075<h1><a href="people_v1.html">People API</a> . <a href="people_v1.people.html">people</a></h1>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080076<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="people_v1.people.connections.html">connections()</a></code>
79</p>
80<p class="firstline">Returns the connections Resource.</p>
81
82<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070083 <code><a href="#close">close()</a></code></p>
84<p class="firstline">Close httplib2 connections.</p>
85<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080086 <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 -070087<p class="firstline">Create a new contact and return the person resource for that contact. The request returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070088<p class="toc_element">
89 <code><a href="#deleteContact">deleteContact(resourceName, x__xgafv=None)</a></code></p>
90<p class="firstline">Delete a contact person. Any non-contact data will not be deleted.</p>
91<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080092 <code><a href="#deleteContactPhoto">deleteContactPhoto(resourceName, sources=None, personFields=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070093<p class="firstline">Delete a contact's photo.</p>
94<p class="toc_element">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080095 <code><a href="#get">get(resourceName, requestMask_includeField=None, sources=None, personFields=None, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070096<p class="firstline">Provides information about a person by specifying a resource name. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080097<p class="toc_element">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080098 <code><a href="#getBatchGet">getBatchGet(resourceNames=None, requestMask_includeField=None, personFields=None, sources=None, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070099<p class="firstline">Provides information about a list of specific people by specifying a list of requested resource names. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700100<p class="toc_element">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800101 <code><a href="#listDirectoryPeople">listDirectoryPeople(mergeSources=None, readMask=None, syncToken=None, pageSize=None, sources=None, requestSyncToken=None, pageToken=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700102<p class="firstline">Provides a list of domain profiles and domain contacts in the authenticated user's domain directory.</p>
103<p class="toc_element">
104 <code><a href="#listDirectoryPeople_next">listDirectoryPeople_next(previous_request, previous_response)</a></code></p>
105<p class="firstline">Retrieves the next page of results.</p>
106<p class="toc_element">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800107 <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 -0700108<p class="firstline">Provides a list of domain profiles and domain contacts in the authenticated user's domain directory that match the search query.</p>
109<p class="toc_element">
110 <code><a href="#searchDirectoryPeople_next">searchDirectoryPeople_next(previous_request, previous_response)</a></code></p>
111<p class="firstline">Retrieves the next page of results.</p>
112<p class="toc_element">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800113 <code><a href="#updateContact">updateContact(resourceName, body=None, sources=None, updatePersonFields=None, personFields=None, x__xgafv=None)</a></code></p>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700114<p class="firstline">Update contact data for an existing contact person. Any non-contact data will not be modified. Any non-contact data in the person to update will be ignored. All fields specified in the `update_mask` will be replaced. The server returns a 400 error if `person.metadata.sources` is not specified for the contact to be updated or if there is no contact source. The server returns a 400 error with reason `"failedPrecondition"` if `person.metadata.sources.etag` is different than the contact's etag, which indicates the contact has changed since its data was read. Clients should get the latest person and merge their updates into the latest person. The server returns a 400 error if `memberships` are being updated and there are no contact group memberships specified on the person. The server returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names</p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700115<p class="toc_element">
116 <code><a href="#updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</a></code></p>
117<p class="firstline">Update a contact's photo.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800118<h3>Method Details</h3>
119<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700120 <code class="details" id="close">close()</code>
121 <pre>Close httplib2 connections.</pre>
122</div>
123
124<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800125 <code class="details" id="createContact">createContact(body=None, personFields=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700126 <pre>Create a new contact and return the person resource for that contact. The request returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800127
128Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700129 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700130 The object takes the form of:
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400131
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700132{ # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800133 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
134 { # A person&#x27;s email address.
135 &quot;value&quot;: &quot;A String&quot;, # The email address.
136 &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.
137 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700138 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800139 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
140 &quot;type&quot;: &quot;A String&quot;, # The source type.
141 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
142 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700143 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
144 &quot;userTypes&quot;: [ # Output only. The user types.
145 &quot;A String&quot;,
146 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700147 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700148 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700149 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800150 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -0800151 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
152 },
153 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
154 &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`
155 },
156 ],
157 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
158 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
159 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
160 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
161 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
162 &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`
163 &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.
164 &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.
165 &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.
166 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
167 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
168 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
169 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
170 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
171 &quot;source&quot;: { # The source of a field. # The source of the field.
172 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
173 &quot;type&quot;: &quot;A String&quot;, # The source type.
174 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
175 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
176 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
177 &quot;userTypes&quot;: [ # Output only. The user types.
178 &quot;A String&quot;,
179 ],
180 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
181 },
182 },
183 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
184 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700185 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700186 },
187 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800188 &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.
189 &quot;interests&quot;: [ # The person&#x27;s interests.
190 { # One of the person&#x27;s interests.
191 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
192 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800193 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800194 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
195 &quot;type&quot;: &quot;A String&quot;, # The source type.
196 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
197 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800198 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
199 &quot;userTypes&quot;: [ # Output only. The user types.
200 &quot;A String&quot;,
201 ],
202 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
203 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800204 },
205 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -0800206 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800207 },
208 },
209 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800210 &quot;locations&quot;: [ # The person&#x27;s locations.
211 { # A person&#x27;s location.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800212 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800213 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800214 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800215 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
216 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
217 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
218 &quot;source&quot;: { # The source of a field. # The source of the field.
219 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
220 &quot;type&quot;: &quot;A String&quot;, # The source type.
221 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
222 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
223 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
224 &quot;userTypes&quot;: [ # Output only. The user types.
225 &quot;A String&quot;,
226 ],
227 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
228 },
229 },
230 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
231 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
232 },
233 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800234 &quot;current&quot;: True or False, # Whether the location is the current location.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800235 },
236 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800237 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
238 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
239 &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.
240 &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`
241 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800242 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800243 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
244 &quot;type&quot;: &quot;A String&quot;, # The source type.
245 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
246 &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 -0800247 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
248 &quot;userTypes&quot;: [ # Output only. The user types.
249 &quot;A String&quot;,
250 ],
251 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
252 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800253 },
254 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -0800255 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800256 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800257 },
258 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800259 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
260 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
261 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800262 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800263 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
264 &quot;type&quot;: &quot;A String&quot;, # The source type.
265 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
266 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800267 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
268 &quot;userTypes&quot;: [ # Output only. The user types.
269 &quot;A String&quot;,
270 ],
271 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
272 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800273 },
274 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -0800275 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800276 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800277 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
278 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
279 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
280 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
281 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
282 &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.
283 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
284 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
285 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
286 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
287 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
288 &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.
289 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
290 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
291 },
292 ],
293 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
294 { # A person&#x27;s associated URLs.
295 &quot;value&quot;: &quot;A String&quot;, # The URL.
296 &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.
297 &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`
298 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
299 &quot;source&quot;: { # The source of a field. # The source of the field.
300 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
301 &quot;type&quot;: &quot;A String&quot;, # The source type.
302 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
303 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
304 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
305 &quot;userTypes&quot;: [ # Output only. The user types.
306 &quot;A String&quot;,
307 ],
308 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
309 },
310 },
311 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
312 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
313 },
314 },
315 ],
316 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
317 { # A person&#x27;s nickname.
318 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
319 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
320 &quot;source&quot;: { # The source of a field. # The source of the field.
321 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
322 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;userTypes&quot;: [ # Output only. The user types.
327 &quot;A String&quot;,
328 ],
329 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
330 },
331 },
332 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
333 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
334 },
335 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800336 },
337 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800338 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
339 { # A person&#x27;s instant messaging client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800340 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800341 &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.
342 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800343 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800344 &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`
345 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800346 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800347 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
348 &quot;type&quot;: &quot;A String&quot;, # The source type.
349 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
350 &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 -0800351 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
352 &quot;userTypes&quot;: [ # Output only. The user types.
353 &quot;A String&quot;,
354 ],
355 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
356 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800357 },
358 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -0800359 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800360 },
361 },
362 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800363 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
364 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
365 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800366 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800367 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
368 &quot;type&quot;: &quot;A String&quot;, # The source type.
369 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
370 &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 -0800371 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
372 &quot;userTypes&quot;: [ # Output only. The user types.
373 &quot;A String&quot;,
374 ],
375 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
376 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800377 },
378 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -0800379 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800380 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800381 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800382 },
383 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800384 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800385 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
386 &quot;A String&quot;,
387 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800388 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
389 &quot;sources&quot;: [ # The sources of data for the person.
390 { # The source of a field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800391 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
392 &quot;type&quot;: &quot;A String&quot;, # The source type.
393 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
394 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800395 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
396 &quot;userTypes&quot;: [ # Output only. The user types.
397 &quot;A String&quot;,
398 ],
399 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
400 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800401 },
402 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800403 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
404 &quot;A String&quot;,
405 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800406 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800407 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800408 &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}`.
409 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
410 { # A person&#x27;s age range.
411 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
412 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800413 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800414 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
415 &quot;type&quot;: &quot;A String&quot;, # The source type.
416 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
417 &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 -0800418 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
419 &quot;userTypes&quot;: [ # Output only. The user types.
420 &quot;A String&quot;,
421 ],
422 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
423 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800424 },
425 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -0800426 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800427 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800428 },
429 ],
430 &quot;relations&quot;: [ # The person&#x27;s relations.
431 { # A person&#x27;s relation to another person.
432 &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.
433 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
434 &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`
435 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
436 &quot;source&quot;: { # The source of a field. # The source of the field.
437 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
438 &quot;type&quot;: &quot;A String&quot;, # The source type.
439 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
440 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
441 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
442 &quot;userTypes&quot;: [ # Output only. The user types.
443 &quot;A String&quot;,
444 ],
445 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
446 },
447 },
448 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
449 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
450 },
451 },
452 ],
453 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
454 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
455 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
456 &quot;source&quot;: { # The source of a field. # The source of the field.
457 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
458 &quot;type&quot;: &quot;A String&quot;, # The source type.
459 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
460 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
461 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
462 &quot;userTypes&quot;: [ # Output only. The user types.
463 &quot;A String&quot;,
464 ],
465 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
466 },
467 },
468 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
469 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
470 },
471 &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.
472 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
473 },
474 ],
475 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
476 { # A person&#x27;s phone number.
477 &quot;value&quot;: &quot;A String&quot;, # The phone number.
478 &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.
479 &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.
480 &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`
481 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
482 &quot;source&quot;: { # The source of a field. # The source of the field.
483 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
484 &quot;type&quot;: &quot;A String&quot;, # The source type.
485 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
486 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
487 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
488 &quot;userTypes&quot;: [ # Output only. The user types.
489 &quot;A String&quot;,
490 ],
491 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
492 },
493 },
494 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
495 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
496 },
497 },
498 ],
499 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
500 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
501 &quot;value&quot;: &quot;A String&quot;, # The tagline.
502 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
503 &quot;source&quot;: { # The source of a field. # The source of the field.
504 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
505 &quot;type&quot;: &quot;A String&quot;, # The source type.
506 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
507 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
508 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
509 &quot;userTypes&quot;: [ # Output only. The user types.
510 &quot;A String&quot;,
511 ],
512 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
513 },
514 },
515 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
516 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
517 },
518 },
519 ],
520 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
521 { # A person&#x27;s gender.
522 &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.
523 &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`
524 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
525 &quot;source&quot;: { # The source of a field. # The source of the field.
526 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
527 &quot;type&quot;: &quot;A String&quot;, # The source type.
528 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
529 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
530 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
531 &quot;userTypes&quot;: [ # Output only. The user types.
532 &quot;A String&quot;,
533 ],
534 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
535 },
536 },
537 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
538 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
539 },
540 &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`
541 },
542 ],
543 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
544 { # A person&#x27;s short biography.
545 &quot;value&quot;: &quot;A String&quot;, # The short biography.
546 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
547 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
548 &quot;source&quot;: { # The source of a field. # The source of the field.
549 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
550 &quot;type&quot;: &quot;A String&quot;, # The source type.
551 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
552 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
553 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
554 &quot;userTypes&quot;: [ # Output only. The user types.
555 &quot;A String&quot;,
556 ],
557 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
558 },
559 },
560 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
561 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
562 },
563 },
564 ],
565 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
566 { # A person&#x27;s miscellaneous keyword.
567 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
568 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
569 &quot;source&quot;: { # The source of a field. # The source of the field.
570 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
571 &quot;type&quot;: &quot;A String&quot;, # The source type.
572 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
573 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
574 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
575 &quot;userTypes&quot;: [ # Output only. The user types.
576 &quot;A String&quot;,
577 ],
578 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
579 },
580 },
581 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
582 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
583 },
584 &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.
585 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
586 },
587 ],
588 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
589 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
590 &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`
591 &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.
592 &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.
593 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
594 &quot;source&quot;: { # The source of a field. # The source of the field.
595 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
596 &quot;type&quot;: &quot;A String&quot;, # The source type.
597 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
598 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
599 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
600 &quot;userTypes&quot;: [ # Output only. The user types.
601 &quot;A String&quot;,
602 ],
603 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
604 },
605 },
606 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
607 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
608 },
609 },
610 ],
611 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
612 { # An identifier from an external entity related to the person.
613 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
614 &quot;source&quot;: { # The source of a field. # The source of the field.
615 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
616 &quot;type&quot;: &quot;A String&quot;, # The source type.
617 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
618 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
619 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
620 &quot;userTypes&quot;: [ # Output only. The user types.
621 &quot;A String&quot;,
622 ],
623 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
624 },
625 },
626 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
627 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
628 },
629 &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.
630 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
631 &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`
632 },
633 ],
634 &quot;skills&quot;: [ # The person&#x27;s skills.
635 { # A skill that the person has.
636 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
637 &quot;source&quot;: { # The source of a field. # The source of the field.
638 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
639 &quot;type&quot;: &quot;A String&quot;, # The source type.
640 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
641 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
642 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
643 &quot;userTypes&quot;: [ # Output only. The user types.
644 &quot;A String&quot;,
645 ],
646 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
647 },
648 },
649 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
650 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
651 },
652 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800653 },
654 ],
655 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
656 { # 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800657 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800658 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800659 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
660 &quot;type&quot;: &quot;A String&quot;, # The source type.
661 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
662 &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 -0800663 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
664 &quot;userTypes&quot;: [ # Output only. The user types.
665 &quot;A String&quot;,
666 ],
667 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
668 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800669 },
670 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -0800671 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
672 },
673 &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.
674 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
675 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
676 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800677 },
678 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
679 },
680 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800681 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
682 { # 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.
683 &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.
684 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800685 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800686 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
687 &quot;type&quot;: &quot;A String&quot;, # The source type.
688 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
689 &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 -0800690 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
691 &quot;userTypes&quot;: [ # Output only. The user types.
692 &quot;A String&quot;,
693 ],
694 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
695 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800696 },
697 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -0800698 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800699 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800700 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
701 },
702 ],
703 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
704 { # The name that should be used to sort the person in a list.
705 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
706 &quot;source&quot;: { # The source of a field. # The source of the field.
707 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
708 &quot;type&quot;: &quot;A String&quot;, # The source type.
709 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
710 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
711 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
712 &quot;userTypes&quot;: [ # Output only. The user types.
713 &quot;A String&quot;,
714 ],
715 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
716 },
717 },
718 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
719 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
720 },
721 &quot;value&quot;: &quot;A String&quot;, # The file-as value
722 },
723 ],
724 &quot;clientData&quot;: [ # The person&#x27;s client data.
725 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
726 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
727 &quot;source&quot;: { # The source of a field. # The source of the field.
728 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
729 &quot;type&quot;: &quot;A String&quot;, # The source type.
730 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
731 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
732 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
733 &quot;userTypes&quot;: [ # Output only. The user types.
734 &quot;A String&quot;,
735 ],
736 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
737 },
738 },
739 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
740 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
741 },
742 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
743 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
744 },
745 ],
746 &quot;events&quot;: [ # The person&#x27;s events.
747 { # An event related to the person.
748 &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.
749 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
750 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
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 },
753 &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`
754 &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.
755 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
756 &quot;source&quot;: { # The source of a field. # The source of the field.
757 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
758 &quot;type&quot;: &quot;A String&quot;, # The source type.
759 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
760 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
761 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
762 &quot;userTypes&quot;: [ # Output only. The user types.
763 &quot;A String&quot;,
764 ],
765 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
766 },
767 },
768 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
769 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
770 },
771 },
772 ],
773 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
774 { # Arbitrary user data that is populated by the end users.
775 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
776 &quot;source&quot;: { # The source of a field. # The source of the field.
777 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
778 &quot;type&quot;: &quot;A String&quot;, # The source type.
779 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
780 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
781 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
782 &quot;userTypes&quot;: [ # Output only. The user types.
783 &quot;A String&quot;,
784 ],
785 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
786 },
787 },
788 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
789 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
790 },
791 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
792 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
793 },
794 ],
795 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
796 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
797 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
798 &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.
799 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
800 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
801 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
802 },
803 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
804 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
805 &quot;source&quot;: { # The source of a field. # The source of the field.
806 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
807 &quot;type&quot;: &quot;A String&quot;, # The source type.
808 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
809 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
810 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
811 &quot;userTypes&quot;: [ # Output only. The user types.
812 &quot;A String&quot;,
813 ],
814 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
815 },
816 },
817 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
818 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
819 },
820 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
821 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
822 &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.
823 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
824 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
825 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
826 &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.
827 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
828 &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.
829 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
830 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
831 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
832 },
833 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
834 &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 Bot0d561ef2020-11-25 07:50:41 -0800835 },
836 ],
837 &quot;occupations&quot;: [ # The person&#x27;s occupations.
838 { # A person&#x27;s occupation.
839 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800840 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800841 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
842 &quot;type&quot;: &quot;A String&quot;, # The source type.
843 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
844 &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 -0800845 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
846 &quot;userTypes&quot;: [ # Output only. The user types.
847 &quot;A String&quot;,
848 ],
849 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
850 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800851 },
852 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800853 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800854 },
855 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
856 },
857 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800858 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
859 { # A person&#x27;s calendar URL.
860 &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`
861 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
862 &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.
863 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800864 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800865 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
866 &quot;type&quot;: &quot;A String&quot;, # The source type.
867 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
868 &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 -0800869 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
870 &quot;userTypes&quot;: [ # Output only. The user types.
871 &quot;A String&quot;,
872 ],
873 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
874 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800875 },
876 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -0800877 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800878 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800879 },
880 ],
881 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
882 { # A person&#x27;s locale preference.
883 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
884 &quot;source&quot;: { # The source of a field. # The source of the field.
885 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
886 &quot;type&quot;: &quot;A String&quot;, # The source type.
887 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
888 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
889 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
890 &quot;userTypes&quot;: [ # Output only. The user types.
891 &quot;A String&quot;,
892 ],
893 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
894 },
895 },
896 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
898 },
899 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
900 },
901 ],
902 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
903 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
904 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
905 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
906 },
907 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
908 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
909 &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.
910 },
911 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
912 &quot;source&quot;: { # The source of a field. # The source of the field.
913 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
914 &quot;type&quot;: &quot;A String&quot;, # The source type.
915 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
916 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
917 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
918 &quot;userTypes&quot;: [ # Output only. The user types.
919 &quot;A String&quot;,
920 ],
921 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
922 },
923 },
924 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
925 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
926 },
927 },
928 ],
929 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
930 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
931 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
932 &quot;source&quot;: { # The source of a field. # The source of the field.
933 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
934 &quot;type&quot;: &quot;A String&quot;, # The source type.
935 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
936 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
937 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
938 &quot;userTypes&quot;: [ # Output only. The user types.
939 &quot;A String&quot;,
940 ],
941 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
942 },
943 },
944 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
945 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
946 },
947 &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`
948 &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.
949 },
950 ],
951 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
952 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
953 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
954 &quot;source&quot;: { # The source of a field. # The source of the field.
955 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
956 &quot;type&quot;: &quot;A String&quot;, # The source type.
957 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
958 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
959 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
960 &quot;userTypes&quot;: [ # Output only. The user types.
961 &quot;A String&quot;,
962 ],
963 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
964 },
965 },
966 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
967 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
968 },
969 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
970 &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
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800971 },
972 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700973}
974
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800975 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 -0700976 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 -0700977 Allowed values
978 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
979 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
980 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
981 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700982 x__xgafv: string, V1 error format.
983 Allowed values
984 1 - v1 error format
985 2 - v2 error format
986
987Returns:
988 An object of the form:
989
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700990 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800991 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
992 { # A person&#x27;s email address.
993 &quot;value&quot;: &quot;A String&quot;, # The email address.
994 &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.
995 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700996 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800997 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
998 &quot;type&quot;: &quot;A String&quot;, # The source type.
999 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1000 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001001 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1002 &quot;userTypes&quot;: [ # Output only. The user types.
1003 &quot;A String&quot;,
1004 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001005 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001006 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001007 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001008 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08001009 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1010 },
1011 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
1012 &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`
1013 },
1014 ],
1015 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1016 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1017 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1018 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1019 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1020 &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`
1021 &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.
1022 &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.
1023 &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.
1024 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1025 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1026 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1027 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1028 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
1029 &quot;source&quot;: { # The source of a field. # The source of the field.
1030 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1031 &quot;type&quot;: &quot;A String&quot;, # The source type.
1032 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1033 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1034 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1035 &quot;userTypes&quot;: [ # Output only. The user types.
1036 &quot;A String&quot;,
1037 ],
1038 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1039 },
1040 },
1041 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1042 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001043 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001044 },
1045 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001046 &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.
1047 &quot;interests&quot;: [ # The person&#x27;s interests.
1048 { # One of the person&#x27;s interests.
1049 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
1050 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001051 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001052 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1053 &quot;type&quot;: &quot;A String&quot;, # The source type.
1054 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1055 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001056 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1057 &quot;userTypes&quot;: [ # Output only. The user types.
1058 &quot;A String&quot;,
1059 ],
1060 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1061 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001062 },
1063 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08001064 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001065 },
1066 },
1067 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001068 &quot;locations&quot;: [ # The person&#x27;s locations.
1069 { # A person&#x27;s location.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001070 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001071 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001072 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001073 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
1074 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
1075 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
1076 &quot;source&quot;: { # The source of a field. # The source of the field.
1077 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1078 &quot;type&quot;: &quot;A String&quot;, # The source type.
1079 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1080 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1081 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1082 &quot;userTypes&quot;: [ # Output only. The user types.
1083 &quot;A String&quot;,
1084 ],
1085 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1086 },
1087 },
1088 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1089 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1090 },
1091 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001092 &quot;current&quot;: True or False, # Whether the location is the current location.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001093 },
1094 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001095 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
1096 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
1097 &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.
1098 &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`
1099 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001100 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001101 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1102 &quot;type&quot;: &quot;A String&quot;, # The source type.
1103 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1104 &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 -08001105 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1106 &quot;userTypes&quot;: [ # Output only. The user types.
1107 &quot;A String&quot;,
1108 ],
1109 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1110 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001111 },
1112 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08001113 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001114 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001115 },
1116 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001117 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
1118 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
1119 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001120 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001121 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1122 &quot;type&quot;: &quot;A String&quot;, # The source type.
1123 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1124 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001125 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1126 &quot;userTypes&quot;: [ # Output only. The user types.
1127 &quot;A String&quot;,
1128 ],
1129 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1130 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001131 },
1132 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08001133 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001134 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001135 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
1136 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
1137 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
1138 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
1139 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
1140 &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.
1141 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
1142 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
1143 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
1144 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
1145 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
1146 &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.
1147 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
1148 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
1149 },
1150 ],
1151 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
1152 { # A person&#x27;s associated URLs.
1153 &quot;value&quot;: &quot;A String&quot;, # The URL.
1154 &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.
1155 &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`
1156 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
1157 &quot;source&quot;: { # The source of a field. # The source of the field.
1158 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1159 &quot;type&quot;: &quot;A String&quot;, # The source type.
1160 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1161 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1162 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1163 &quot;userTypes&quot;: [ # Output only. The user types.
1164 &quot;A String&quot;,
1165 ],
1166 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1167 },
1168 },
1169 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1170 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1171 },
1172 },
1173 ],
1174 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
1175 { # A person&#x27;s nickname.
1176 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
1177 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
1178 &quot;source&quot;: { # The source of a field. # The source of the field.
1179 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1180 &quot;type&quot;: &quot;A String&quot;, # The source type.
1181 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1182 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1183 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1184 &quot;userTypes&quot;: [ # Output only. The user types.
1185 &quot;A String&quot;,
1186 ],
1187 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1188 },
1189 },
1190 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1191 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1192 },
1193 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001194 },
1195 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001196 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
1197 { # A person&#x27;s instant messaging client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001198 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001199 &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.
1200 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001201 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001202 &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`
1203 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001204 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001205 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1206 &quot;type&quot;: &quot;A String&quot;, # The source type.
1207 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1208 &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 -08001209 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1210 &quot;userTypes&quot;: [ # Output only. The user types.
1211 &quot;A String&quot;,
1212 ],
1213 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1214 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001215 },
1216 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08001217 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001218 },
1219 },
1220 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001221 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
1222 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
1223 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001224 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001225 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1226 &quot;type&quot;: &quot;A String&quot;, # The source type.
1227 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1228 &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 -08001229 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1230 &quot;userTypes&quot;: [ # Output only. The user types.
1231 &quot;A String&quot;,
1232 ],
1233 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1234 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001235 },
1236 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08001237 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001238 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001239 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001240 },
1241 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001242 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001243 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
1244 &quot;A String&quot;,
1245 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001246 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
1247 &quot;sources&quot;: [ # The sources of data for the person.
1248 { # The source of a field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001249 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1250 &quot;type&quot;: &quot;A String&quot;, # The source type.
1251 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1252 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001253 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1254 &quot;userTypes&quot;: [ # Output only. The user types.
1255 &quot;A String&quot;,
1256 ],
1257 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1258 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001259 },
1260 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001261 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
1262 &quot;A String&quot;,
1263 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001264 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001265 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001266 &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}`.
1267 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1268 { # A person&#x27;s age range.
1269 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
1270 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001271 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001272 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1273 &quot;type&quot;: &quot;A String&quot;, # The source type.
1274 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1275 &quot;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 -08001276 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1277 &quot;userTypes&quot;: [ # Output only. The user types.
1278 &quot;A String&quot;,
1279 ],
1280 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1281 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001282 },
1283 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08001284 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001285 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001286 },
1287 ],
1288 &quot;relations&quot;: [ # The person&#x27;s relations.
1289 { # A person&#x27;s relation to another person.
1290 &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.
1291 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
1292 &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`
1293 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
1294 &quot;source&quot;: { # The source of a field. # The source of the field.
1295 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1296 &quot;type&quot;: &quot;A String&quot;, # The source type.
1297 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1298 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1299 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1300 &quot;userTypes&quot;: [ # Output only. The user types.
1301 &quot;A String&quot;,
1302 ],
1303 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1304 },
1305 },
1306 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1307 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1308 },
1309 },
1310 ],
1311 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
1312 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
1313 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
1314 &quot;source&quot;: { # The source of a field. # The source of the field.
1315 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1316 &quot;type&quot;: &quot;A String&quot;, # The source type.
1317 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1318 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1319 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1320 &quot;userTypes&quot;: [ # Output only. The user types.
1321 &quot;A String&quot;,
1322 ],
1323 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1324 },
1325 },
1326 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1327 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1328 },
1329 &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.
1330 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
1331 },
1332 ],
1333 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
1334 { # A person&#x27;s phone number.
1335 &quot;value&quot;: &quot;A String&quot;, # The phone number.
1336 &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.
1337 &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.
1338 &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`
1339 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
1340 &quot;source&quot;: { # The source of a field. # The source of the field.
1341 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1342 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;userTypes&quot;: [ # Output only. The user types.
1347 &quot;A String&quot;,
1348 ],
1349 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1350 },
1351 },
1352 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1353 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1354 },
1355 },
1356 ],
1357 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
1358 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
1359 &quot;value&quot;: &quot;A String&quot;, # The tagline.
1360 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
1361 &quot;source&quot;: { # The source of a field. # The source of the field.
1362 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1363 &quot;type&quot;: &quot;A String&quot;, # The source type.
1364 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1365 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1366 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1367 &quot;userTypes&quot;: [ # Output only. The user types.
1368 &quot;A String&quot;,
1369 ],
1370 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1371 },
1372 },
1373 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1374 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1375 },
1376 },
1377 ],
1378 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
1379 { # A person&#x27;s gender.
1380 &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.
1381 &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`
1382 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
1383 &quot;source&quot;: { # The source of a field. # The source of the field.
1384 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1385 &quot;type&quot;: &quot;A String&quot;, # The source type.
1386 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1387 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1388 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1389 &quot;userTypes&quot;: [ # Output only. The user types.
1390 &quot;A String&quot;,
1391 ],
1392 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1393 },
1394 },
1395 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1396 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1397 },
1398 &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`
1399 },
1400 ],
1401 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
1402 { # A person&#x27;s short biography.
1403 &quot;value&quot;: &quot;A String&quot;, # The short biography.
1404 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
1405 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
1406 &quot;source&quot;: { # The source of a field. # The source of the field.
1407 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1408 &quot;type&quot;: &quot;A String&quot;, # The source type.
1409 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1410 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1411 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1412 &quot;userTypes&quot;: [ # Output only. The user types.
1413 &quot;A String&quot;,
1414 ],
1415 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1416 },
1417 },
1418 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1419 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1420 },
1421 },
1422 ],
1423 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
1424 { # A person&#x27;s miscellaneous keyword.
1425 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
1426 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
1427 &quot;source&quot;: { # The source of a field. # The source of the field.
1428 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1429 &quot;type&quot;: &quot;A String&quot;, # The source type.
1430 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1431 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1432 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1433 &quot;userTypes&quot;: [ # Output only. The user types.
1434 &quot;A String&quot;,
1435 ],
1436 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1437 },
1438 },
1439 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1440 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1441 },
1442 &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.
1443 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
1444 },
1445 ],
1446 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
1447 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
1448 &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`
1449 &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.
1450 &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.
1451 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
1452 &quot;source&quot;: { # The source of a field. # The source of the field.
1453 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1454 &quot;type&quot;: &quot;A String&quot;, # The source type.
1455 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1456 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1457 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1458 &quot;userTypes&quot;: [ # Output only. The user types.
1459 &quot;A String&quot;,
1460 ],
1461 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1462 },
1463 },
1464 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1465 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1466 },
1467 },
1468 ],
1469 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
1470 { # An identifier from an external entity related to the person.
1471 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
1472 &quot;source&quot;: { # The source of a field. # The source of the field.
1473 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1474 &quot;type&quot;: &quot;A String&quot;, # The source type.
1475 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1476 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1477 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1478 &quot;userTypes&quot;: [ # Output only. The user types.
1479 &quot;A String&quot;,
1480 ],
1481 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1482 },
1483 },
1484 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1485 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1486 },
1487 &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.
1488 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
1489 &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`
1490 },
1491 ],
1492 &quot;skills&quot;: [ # The person&#x27;s skills.
1493 { # A skill that the person has.
1494 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
1495 &quot;source&quot;: { # The source of a field. # The source of the field.
1496 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1497 &quot;type&quot;: &quot;A String&quot;, # The source type.
1498 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1499 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1500 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1501 &quot;userTypes&quot;: [ # Output only. The user types.
1502 &quot;A String&quot;,
1503 ],
1504 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1505 },
1506 },
1507 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1508 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1509 },
1510 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001511 },
1512 ],
1513 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
1514 { # 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001515 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001516 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001517 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1518 &quot;type&quot;: &quot;A String&quot;, # The source type.
1519 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1520 &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 -08001521 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1522 &quot;userTypes&quot;: [ # Output only. The user types.
1523 &quot;A String&quot;,
1524 ],
1525 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1526 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001527 },
1528 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08001529 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1530 },
1531 &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.
1532 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1533 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
1534 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001535 },
1536 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
1537 },
1538 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001539 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
1540 { # 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.
1541 &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.
1542 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001543 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001544 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1545 &quot;type&quot;: &quot;A String&quot;, # The source type.
1546 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1547 &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 -08001548 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1549 &quot;userTypes&quot;: [ # Output only. The user types.
1550 &quot;A String&quot;,
1551 ],
1552 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1553 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001554 },
1555 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08001556 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001557 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001558 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
1559 },
1560 ],
1561 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
1562 { # The name that should be used to sort the person in a list.
1563 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
1564 &quot;source&quot;: { # The source of a field. # The source of the field.
1565 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1566 &quot;type&quot;: &quot;A String&quot;, # The source type.
1567 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1568 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1569 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1570 &quot;userTypes&quot;: [ # Output only. The user types.
1571 &quot;A String&quot;,
1572 ],
1573 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1574 },
1575 },
1576 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1577 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1578 },
1579 &quot;value&quot;: &quot;A String&quot;, # The file-as value
1580 },
1581 ],
1582 &quot;clientData&quot;: [ # The person&#x27;s client data.
1583 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
1584 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
1585 &quot;source&quot;: { # The source of a field. # The source of the field.
1586 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1587 &quot;type&quot;: &quot;A String&quot;, # The source type.
1588 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1589 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1590 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1591 &quot;userTypes&quot;: [ # Output only. The user types.
1592 &quot;A String&quot;,
1593 ],
1594 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1595 },
1596 },
1597 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1598 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1599 },
1600 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
1601 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
1602 },
1603 ],
1604 &quot;events&quot;: [ # The person&#x27;s events.
1605 { # An event related to the person.
1606 &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.
1607 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1608 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
1609 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
1610 },
1611 &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`
1612 &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.
1613 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
1614 &quot;source&quot;: { # The source of a field. # The source of the field.
1615 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1616 &quot;type&quot;: &quot;A String&quot;, # The source type.
1617 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1618 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1619 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1620 &quot;userTypes&quot;: [ # Output only. The user types.
1621 &quot;A String&quot;,
1622 ],
1623 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1624 },
1625 },
1626 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1627 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1628 },
1629 },
1630 ],
1631 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
1632 { # Arbitrary user data that is populated by the end users.
1633 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
1634 &quot;source&quot;: { # The source of a field. # The source of the field.
1635 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1636 &quot;type&quot;: &quot;A String&quot;, # The source type.
1637 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1638 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1639 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1640 &quot;userTypes&quot;: [ # Output only. The user types.
1641 &quot;A String&quot;,
1642 ],
1643 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1644 },
1645 },
1646 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1647 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1648 },
1649 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
1650 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
1651 },
1652 ],
1653 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
1654 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
1655 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
1656 &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.
1657 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1658 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
1659 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
1660 },
1661 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
1662 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
1663 &quot;source&quot;: { # The source of a field. # The source of the field.
1664 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1665 &quot;type&quot;: &quot;A String&quot;, # The source type.
1666 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1667 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1668 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1669 &quot;userTypes&quot;: [ # Output only. The user types.
1670 &quot;A String&quot;,
1671 ],
1672 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1673 },
1674 },
1675 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1677 },
1678 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
1679 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
1680 &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.
1681 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
1682 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
1683 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
1684 &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.
1685 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
1686 &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.
1687 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1688 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
1689 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
1690 },
1691 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
1692 &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 Bot0d561ef2020-11-25 07:50:41 -08001693 },
1694 ],
1695 &quot;occupations&quot;: [ # The person&#x27;s occupations.
1696 { # A person&#x27;s occupation.
1697 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001698 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001699 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1700 &quot;type&quot;: &quot;A String&quot;, # The source type.
1701 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1702 &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 -08001703 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1704 &quot;userTypes&quot;: [ # Output only. The user types.
1705 &quot;A String&quot;,
1706 ],
1707 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1708 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001709 },
1710 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08001711 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001712 },
1713 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
1714 },
1715 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001716 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
1717 { # A person&#x27;s calendar URL.
1718 &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`
1719 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
1720 &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.
1721 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001722 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001723 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1724 &quot;type&quot;: &quot;A String&quot;, # The source type.
1725 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1726 &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 -08001727 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1728 &quot;userTypes&quot;: [ # Output only. The user types.
1729 &quot;A String&quot;,
1730 ],
1731 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1732 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001733 },
1734 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08001735 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001736 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001737 },
1738 ],
1739 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
1740 { # A person&#x27;s locale preference.
1741 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
1742 &quot;source&quot;: { # The source of a field. # The source of the field.
1743 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1744 &quot;type&quot;: &quot;A String&quot;, # The source type.
1745 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1746 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1747 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1748 &quot;userTypes&quot;: [ # Output only. The user types.
1749 &quot;A String&quot;,
1750 ],
1751 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1752 },
1753 },
1754 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1755 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1756 },
1757 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
1758 },
1759 ],
1760 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
1761 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
1762 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
1763 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
1764 },
1765 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
1766 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
1767 &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.
1768 },
1769 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
1770 &quot;source&quot;: { # The source of a field. # The source of the field.
1771 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1772 &quot;type&quot;: &quot;A String&quot;, # The source type.
1773 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1774 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1775 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1776 &quot;userTypes&quot;: [ # Output only. The user types.
1777 &quot;A String&quot;,
1778 ],
1779 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1780 },
1781 },
1782 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1783 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1784 },
1785 },
1786 ],
1787 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
1788 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
1789 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
1790 &quot;source&quot;: { # The source of a field. # The source of the field.
1791 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1792 &quot;type&quot;: &quot;A String&quot;, # The source type.
1793 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1794 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1795 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1796 &quot;userTypes&quot;: [ # Output only. The user types.
1797 &quot;A String&quot;,
1798 ],
1799 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1800 },
1801 },
1802 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1803 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1804 },
1805 &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`
1806 &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.
1807 },
1808 ],
1809 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
1810 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
1811 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
1812 &quot;source&quot;: { # The source of a field. # The source of the field.
1813 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1814 &quot;type&quot;: &quot;A String&quot;, # The source type.
1815 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1816 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1817 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1818 &quot;userTypes&quot;: [ # Output only. The user types.
1819 &quot;A String&quot;,
1820 ],
1821 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1822 },
1823 },
1824 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1825 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1826 },
1827 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
1828 &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
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001829 },
1830 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001831 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001832</div>
1833
1834<div class="method">
1835 <code class="details" id="deleteContact">deleteContact(resourceName, x__xgafv=None)</code>
1836 <pre>Delete a contact person. Any non-contact data will not be deleted.
1837
1838Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07001839 resourceName: string, Required. The resource name of the contact to delete. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001840 x__xgafv: string, V1 error format.
1841 Allowed values
1842 1 - v1 error format
1843 2 - v2 error format
1844
1845Returns:
1846 An object of the form:
1847
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001848 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001849 }</pre>
1850</div>
1851
1852<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001853 <code class="details" id="deleteContactPhoto">deleteContactPhoto(resourceName, sources=None, personFields=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -07001854 <pre>Delete a contact&#x27;s photo.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001855
1856Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07001857 resourceName: string, Required. The resource name of the contact whose photo will be deleted. (required)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001858 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 -07001859 Allowed values
1860 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
1861 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
1862 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
1863 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001864 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 Kim65020912020-05-20 12:08:20 -07001865 x__xgafv: string, V1 error format.
1866 Allowed values
1867 1 - v1 error format
1868 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001869
1870Returns:
1871 An object of the form:
1872
Bu Sun Kim65020912020-05-20 12:08:20 -07001873 { # The response for deleteing a contact&#x27;s photo.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001874 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The updated person, if person_fields is set in the DeleteContactPhotoRequest; otherwise this will be unset.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001875 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
1876 { # A person&#x27;s email address.
1877 &quot;value&quot;: &quot;A String&quot;, # The email address.
1878 &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.
1879 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001880 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001881 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1882 &quot;type&quot;: &quot;A String&quot;, # The source type.
1883 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1884 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001885 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1886 &quot;userTypes&quot;: [ # Output only. The user types.
1887 &quot;A String&quot;,
1888 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001889 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001890 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001891 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001892 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08001893 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1894 },
1895 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
1896 &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`
1897 },
1898 ],
1899 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1900 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1901 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1902 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1903 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1904 &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`
1905 &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
1906 &quot;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.
1907 &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.
1908 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1909 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1910 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1911 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1912 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
1913 &quot;source&quot;: { # The source of a field. # The source of the field.
1914 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1915 &quot;type&quot;: &quot;A String&quot;, # The source type.
1916 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1917 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1918 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1919 &quot;userTypes&quot;: [ # Output only. The user types.
1920 &quot;A String&quot;,
1921 ],
1922 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1923 },
1924 },
1925 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1926 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001927 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001928 },
1929 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001930 &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.
1931 &quot;interests&quot;: [ # The person&#x27;s interests.
1932 { # One of the person&#x27;s interests.
1933 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
1934 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001935 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001936 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1937 &quot;type&quot;: &quot;A String&quot;, # The source type.
1938 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1939 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001940 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1941 &quot;userTypes&quot;: [ # Output only. The user types.
1942 &quot;A String&quot;,
1943 ],
1944 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1945 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001946 },
1947 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001948 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001949 },
1950 },
1951 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001952 &quot;locations&quot;: [ # The person&#x27;s locations.
1953 { # A person&#x27;s location.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001954 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001955 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001956 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001957 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
1958 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
1959 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
1960 &quot;source&quot;: { # The source of a field. # The source of the field.
1961 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1962 &quot;type&quot;: &quot;A String&quot;, # The source type.
1963 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1964 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1965 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1966 &quot;userTypes&quot;: [ # Output only. The user types.
1967 &quot;A String&quot;,
1968 ],
1969 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1970 },
1971 },
1972 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1973 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1974 },
1975 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001976 &quot;current&quot;: True or False, # Whether the location is the current location.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001977 },
1978 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001979 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
1980 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
1981 &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.
1982 &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`
1983 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001984 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001985 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1986 &quot;type&quot;: &quot;A String&quot;, # The source type.
1987 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1988 &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 -08001989 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1990 &quot;userTypes&quot;: [ # Output only. The user types.
1991 &quot;A String&quot;,
1992 ],
1993 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1994 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001995 },
1996 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08001997 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001998 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001999 },
2000 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002001 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
2002 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
2003 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002004 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002005 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2006 &quot;type&quot;: &quot;A String&quot;, # The source type.
2007 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2008 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002009 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2010 &quot;userTypes&quot;: [ # Output only. The user types.
2011 &quot;A String&quot;,
2012 ],
2013 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2014 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002015 },
2016 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08002017 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002018 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002019 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
2020 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
2021 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
2022 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
2023 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
2024 &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.
2025 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
2026 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
2027 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
2028 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
2029 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
2030 &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.
2031 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
2032 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
2033 },
2034 ],
2035 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
2036 { # A person&#x27;s associated URLs.
2037 &quot;value&quot;: &quot;A String&quot;, # The URL.
2038 &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.
2039 &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`
2040 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
2041 &quot;source&quot;: { # The source of a field. # The source of the field.
2042 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2043 &quot;type&quot;: &quot;A String&quot;, # The source type.
2044 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2045 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2046 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2047 &quot;userTypes&quot;: [ # Output only. The user types.
2048 &quot;A String&quot;,
2049 ],
2050 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2051 },
2052 },
2053 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2054 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2055 },
2056 },
2057 ],
2058 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
2059 { # A person&#x27;s nickname.
2060 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
2061 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
2062 &quot;source&quot;: { # The source of a field. # The source of the field.
2063 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2064 &quot;type&quot;: &quot;A String&quot;, # The source type.
2065 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2066 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2067 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2068 &quot;userTypes&quot;: [ # Output only. The user types.
2069 &quot;A String&quot;,
2070 ],
2071 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2072 },
2073 },
2074 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2075 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2076 },
2077 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002078 },
2079 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002080 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
2081 { # A person&#x27;s instant messaging client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002082 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002083 &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.
2084 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002085 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002086 &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`
2087 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002088 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002089 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2090 &quot;type&quot;: &quot;A String&quot;, # The source type.
2091 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2092 &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 -08002093 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2094 &quot;userTypes&quot;: [ # Output only. The user types.
2095 &quot;A String&quot;,
2096 ],
2097 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2098 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002099 },
2100 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08002101 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002102 },
2103 },
2104 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002105 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2106 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2107 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002108 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002109 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2110 &quot;type&quot;: &quot;A String&quot;, # The source type.
2111 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2112 &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 -08002113 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2114 &quot;userTypes&quot;: [ # Output only. The user types.
2115 &quot;A String&quot;,
2116 ],
2117 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2118 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002119 },
2120 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08002121 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002122 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002123 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002124 },
2125 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002126 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002127 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
2128 &quot;A String&quot;,
2129 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002130 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
2131 &quot;sources&quot;: [ # The sources of data for the person.
2132 { # The source of a field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002133 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2134 &quot;type&quot;: &quot;A String&quot;, # The source type.
2135 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2136 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002137 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2138 &quot;userTypes&quot;: [ # Output only. The user types.
2139 &quot;A String&quot;,
2140 ],
2141 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2142 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002143 },
2144 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002145 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
2146 &quot;A String&quot;,
2147 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002148 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002149 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002150 &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}`.
2151 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
2152 { # A person&#x27;s age range.
2153 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
2154 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002155 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002156 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2157 &quot;type&quot;: &quot;A String&quot;, # The source type.
2158 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2159 &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 -08002160 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2161 &quot;userTypes&quot;: [ # Output only. The user types.
2162 &quot;A String&quot;,
2163 ],
2164 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2165 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002166 },
2167 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08002168 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002169 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002170 },
2171 ],
2172 &quot;relations&quot;: [ # The person&#x27;s relations.
2173 { # A person&#x27;s relation to another person.
2174 &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.
2175 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
2176 &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`
2177 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
2178 &quot;source&quot;: { # The source of a field. # The source of the field.
2179 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2180 &quot;type&quot;: &quot;A String&quot;, # The source type.
2181 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2182 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2183 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2184 &quot;userTypes&quot;: [ # Output only. The user types.
2185 &quot;A String&quot;,
2186 ],
2187 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2188 },
2189 },
2190 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2191 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2192 },
2193 },
2194 ],
2195 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
2196 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
2197 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
2198 &quot;source&quot;: { # The source of a field. # The source of the field.
2199 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2200 &quot;type&quot;: &quot;A String&quot;, # The source type.
2201 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2202 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2203 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2204 &quot;userTypes&quot;: [ # Output only. The user types.
2205 &quot;A String&quot;,
2206 ],
2207 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2208 },
2209 },
2210 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2211 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2212 },
2213 &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.
2214 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
2215 },
2216 ],
2217 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
2218 { # A person&#x27;s phone number.
2219 &quot;value&quot;: &quot;A String&quot;, # The phone number.
2220 &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.
2221 &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.
2222 &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`
2223 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
2224 &quot;source&quot;: { # The source of a field. # The source of the field.
2225 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2226 &quot;type&quot;: &quot;A String&quot;, # The source type.
2227 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2228 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2229 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2230 &quot;userTypes&quot;: [ # Output only. The user types.
2231 &quot;A String&quot;,
2232 ],
2233 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2234 },
2235 },
2236 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2237 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2238 },
2239 },
2240 ],
2241 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
2242 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
2243 &quot;value&quot;: &quot;A String&quot;, # The tagline.
2244 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
2245 &quot;source&quot;: { # The source of a field. # The source of the field.
2246 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2247 &quot;type&quot;: &quot;A String&quot;, # The source type.
2248 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2249 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2250 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2251 &quot;userTypes&quot;: [ # Output only. The user types.
2252 &quot;A String&quot;,
2253 ],
2254 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2255 },
2256 },
2257 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2258 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2259 },
2260 },
2261 ],
2262 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
2263 { # A person&#x27;s gender.
2264 &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.
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;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
2267 &quot;source&quot;: { # The source of a field. # The source of the field.
2268 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2269 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;userTypes&quot;: [ # Output only. The user types.
2274 &quot;A String&quot;,
2275 ],
2276 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2277 },
2278 },
2279 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2280 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2281 },
2282 &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`
2283 },
2284 ],
2285 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
2286 { # A person&#x27;s short biography.
2287 &quot;value&quot;: &quot;A String&quot;, # The short biography.
2288 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
2289 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
2290 &quot;source&quot;: { # The source of a field. # The source of the field.
2291 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2292 &quot;type&quot;: &quot;A String&quot;, # The source type.
2293 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2294 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2295 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2296 &quot;userTypes&quot;: [ # Output only. The user types.
2297 &quot;A String&quot;,
2298 ],
2299 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2300 },
2301 },
2302 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2303 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2304 },
2305 },
2306 ],
2307 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
2308 { # A person&#x27;s miscellaneous keyword.
2309 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
2310 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
2311 &quot;source&quot;: { # The source of a field. # The source of the field.
2312 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2313 &quot;type&quot;: &quot;A String&quot;, # The source type.
2314 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2315 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2316 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2317 &quot;userTypes&quot;: [ # Output only. The user types.
2318 &quot;A String&quot;,
2319 ],
2320 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2321 },
2322 },
2323 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2324 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2325 },
2326 &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.
2327 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
2328 },
2329 ],
2330 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
2331 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
2332 &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`
2333 &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.
2334 &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.
2335 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
2336 &quot;source&quot;: { # The source of a field. # The source of the field.
2337 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2338 &quot;type&quot;: &quot;A String&quot;, # The source type.
2339 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2340 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2341 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2342 &quot;userTypes&quot;: [ # Output only. The user types.
2343 &quot;A String&quot;,
2344 ],
2345 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2346 },
2347 },
2348 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2349 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2350 },
2351 },
2352 ],
2353 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
2354 { # An identifier from an external entity related to the person.
2355 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
2356 &quot;source&quot;: { # The source of a field. # The source of the field.
2357 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2358 &quot;type&quot;: &quot;A String&quot;, # The source type.
2359 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2360 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2361 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2362 &quot;userTypes&quot;: [ # Output only. The user types.
2363 &quot;A String&quot;,
2364 ],
2365 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2366 },
2367 },
2368 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2369 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2370 },
2371 &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.
2372 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
2373 &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`
2374 },
2375 ],
2376 &quot;skills&quot;: [ # The person&#x27;s skills.
2377 { # A skill that the person has.
2378 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
2379 &quot;source&quot;: { # The source of a field. # The source of the field.
2380 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2381 &quot;type&quot;: &quot;A String&quot;, # The source type.
2382 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2383 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2384 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2385 &quot;userTypes&quot;: [ # Output only. The user types.
2386 &quot;A String&quot;,
2387 ],
2388 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2389 },
2390 },
2391 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2392 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2393 },
2394 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002395 },
2396 ],
2397 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
2398 { # 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002399 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002400 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002401 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2402 &quot;type&quot;: &quot;A String&quot;, # The source type.
2403 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2404 &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 -08002405 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2406 &quot;userTypes&quot;: [ # Output only. The user types.
2407 &quot;A String&quot;,
2408 ],
2409 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2410 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002411 },
2412 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08002413 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2414 },
2415 &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.
2416 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2417 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
2418 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002419 },
2420 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
2421 },
2422 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002423 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
2424 { # 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.
2425 &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.
2426 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002427 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002428 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2429 &quot;type&quot;: &quot;A String&quot;, # The source type.
2430 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2431 &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 -08002432 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2433 &quot;userTypes&quot;: [ # Output only. The user types.
2434 &quot;A String&quot;,
2435 ],
2436 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2437 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002438 },
2439 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08002440 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002441 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002442 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
2443 },
2444 ],
2445 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
2446 { # The name that should be used to sort the person in a list.
2447 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
2448 &quot;source&quot;: { # The source of a field. # The source of the field.
2449 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2450 &quot;type&quot;: &quot;A String&quot;, # The source type.
2451 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2452 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2453 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2454 &quot;userTypes&quot;: [ # Output only. The user types.
2455 &quot;A String&quot;,
2456 ],
2457 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2458 },
2459 },
2460 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2461 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2462 },
2463 &quot;value&quot;: &quot;A String&quot;, # The file-as value
2464 },
2465 ],
2466 &quot;clientData&quot;: [ # The person&#x27;s client data.
2467 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
2468 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
2469 &quot;source&quot;: { # The source of a field. # The source of the field.
2470 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2471 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;userTypes&quot;: [ # Output only. The user types.
2476 &quot;A String&quot;,
2477 ],
2478 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2479 },
2480 },
2481 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2482 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2483 },
2484 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
2485 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
2486 },
2487 ],
2488 &quot;events&quot;: [ # The person&#x27;s events.
2489 { # An event related to the person.
2490 &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.
2491 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2492 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
2493 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
2494 },
2495 &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`
2496 &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.
2497 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
2498 &quot;source&quot;: { # The source of a field. # The source of the field.
2499 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2500 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;userTypes&quot;: [ # Output only. The user types.
2505 &quot;A String&quot;,
2506 ],
2507 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2508 },
2509 },
2510 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2511 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2512 },
2513 },
2514 ],
2515 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
2516 { # Arbitrary user data that is populated by the end users.
2517 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
2518 &quot;source&quot;: { # The source of a field. # The source of the field.
2519 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2520 &quot;type&quot;: &quot;A String&quot;, # The source type.
2521 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2522 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2523 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2524 &quot;userTypes&quot;: [ # Output only. The user types.
2525 &quot;A String&quot;,
2526 ],
2527 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2528 },
2529 },
2530 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2531 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2532 },
2533 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
2534 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
2535 },
2536 ],
2537 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
2538 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
2539 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
2540 &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.
2541 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2542 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
2543 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
2544 },
2545 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
2546 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
2547 &quot;source&quot;: { # The source of a field. # The source of the field.
2548 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2549 &quot;type&quot;: &quot;A String&quot;, # The source type.
2550 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2551 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2552 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2553 &quot;userTypes&quot;: [ # Output only. The user types.
2554 &quot;A String&quot;,
2555 ],
2556 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2557 },
2558 },
2559 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2560 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2561 },
2562 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
2563 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
2564 &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.
2565 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
2566 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
2567 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
2568 &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.
2569 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
2570 &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.
2571 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2572 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
2573 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
2574 },
2575 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
2576 &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 Bot0d561ef2020-11-25 07:50:41 -08002577 },
2578 ],
2579 &quot;occupations&quot;: [ # The person&#x27;s occupations.
2580 { # A person&#x27;s occupation.
2581 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002582 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002583 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2584 &quot;type&quot;: &quot;A String&quot;, # The source type.
2585 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2586 &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 -08002587 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2588 &quot;userTypes&quot;: [ # Output only. The user types.
2589 &quot;A String&quot;,
2590 ],
2591 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2592 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002593 },
2594 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08002595 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002596 },
2597 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
2598 },
2599 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002600 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
2601 { # A person&#x27;s calendar URL.
2602 &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`
2603 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
2604 &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.
2605 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002606 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002607 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2608 &quot;type&quot;: &quot;A String&quot;, # The source type.
2609 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2610 &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 -08002611 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2612 &quot;userTypes&quot;: [ # Output only. The user types.
2613 &quot;A String&quot;,
2614 ],
2615 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2616 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002617 },
2618 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08002619 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002620 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002621 },
2622 ],
2623 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
2624 { # A person&#x27;s locale preference.
2625 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
2626 &quot;source&quot;: { # The source of a field. # The source of the field.
2627 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2628 &quot;type&quot;: &quot;A String&quot;, # The source type.
2629 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2630 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2631 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2632 &quot;userTypes&quot;: [ # Output only. The user types.
2633 &quot;A String&quot;,
2634 ],
2635 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2636 },
2637 },
2638 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2639 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2640 },
2641 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
2642 },
2643 ],
2644 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
2645 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
2646 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
2647 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
2648 },
2649 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
2650 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
2651 &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.
2652 },
2653 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
2654 &quot;source&quot;: { # The source of a field. # The source of the field.
2655 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2656 &quot;type&quot;: &quot;A String&quot;, # The source type.
2657 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2658 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2659 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2660 &quot;userTypes&quot;: [ # Output only. The user types.
2661 &quot;A String&quot;,
2662 ],
2663 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2664 },
2665 },
2666 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2667 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2668 },
2669 },
2670 ],
2671 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
2672 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
2673 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
2674 &quot;source&quot;: { # The source of a field. # The source of the field.
2675 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2676 &quot;type&quot;: &quot;A String&quot;, # The source type.
2677 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2678 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2679 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2680 &quot;userTypes&quot;: [ # Output only. The user types.
2681 &quot;A String&quot;,
2682 ],
2683 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2684 },
2685 },
2686 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2687 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2688 },
2689 &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`
2690 &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.
2691 },
2692 ],
2693 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
2694 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
2695 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
2696 &quot;source&quot;: { # The source of a field. # The source of the field.
2697 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2698 &quot;type&quot;: &quot;A String&quot;, # The source type.
2699 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2700 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2701 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2702 &quot;userTypes&quot;: [ # Output only. The user types.
2703 &quot;A String&quot;,
2704 ],
2705 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2706 },
2707 },
2708 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2709 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2710 },
2711 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
2712 &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
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002713 },
2714 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002715 },
Dan O'Mearadd494642020-05-01 07:42:23 -07002716 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07002717</div>
2718
2719<div class="method">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002720 <code class="details" id="get">get(resourceName, requestMask_includeField=None, sources=None, personFields=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002721 <pre>Provides information about a person by specifying a resource name. Use `people/me` to indicate the authenticated user. The request returns a 400 error if &#x27;personFields&#x27; is not specified.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07002722
2723Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002724 resourceName: string, Required. The resource name of the person to provide information about. - To get information about the authenticated user, specify `people/me`. - To get information about a google account, specify `people/{account_id}`. - To get information about a contact, specify the resource name that identifies the contact as returned by [`people.connections.list`](/people/api/rest/v1/people.connections/list). (required)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002725 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 -07002726 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_PROFILE and READ_SOURCE_TYPE_CONTACT if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002727 Allowed values
2728 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
2729 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
2730 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
2731 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002732 personFields: string, Required. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Bu Sun Kim65020912020-05-20 12:08:20 -07002733 x__xgafv: string, V1 error format.
2734 Allowed values
2735 1 - v1 error format
2736 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08002737
2738Returns:
2739 An object of the form:
2740
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002741 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002742 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
2743 { # A person&#x27;s email address.
2744 &quot;value&quot;: &quot;A String&quot;, # The email address.
2745 &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.
2746 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002747 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002748 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2749 &quot;type&quot;: &quot;A String&quot;, # The source type.
2750 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2751 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002752 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2753 &quot;userTypes&quot;: [ # Output only. The user types.
2754 &quot;A String&quot;,
2755 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002756 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002757 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002758 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002759 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08002760 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2761 },
2762 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
2763 &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`
2764 },
2765 ],
2766 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
2767 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
2768 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
2769 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
2770 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
2771 &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`
2772 &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.
2773 &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.
2774 &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.
2775 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
2776 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
2777 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
2778 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
2779 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
2780 &quot;source&quot;: { # The source of a field. # The source of the field.
2781 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2782 &quot;type&quot;: &quot;A String&quot;, # The source type.
2783 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2784 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2785 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2786 &quot;userTypes&quot;: [ # Output only. The user types.
2787 &quot;A String&quot;,
2788 ],
2789 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2790 },
2791 },
2792 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2793 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002794 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002795 },
2796 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002797 &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.
2798 &quot;interests&quot;: [ # The person&#x27;s interests.
2799 { # One of the person&#x27;s interests.
2800 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
2801 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002802 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002803 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2804 &quot;type&quot;: &quot;A String&quot;, # The source type.
2805 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2806 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002807 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2808 &quot;userTypes&quot;: [ # Output only. The user types.
2809 &quot;A String&quot;,
2810 ],
2811 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2812 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002813 },
2814 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08002815 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002816 },
2817 },
2818 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002819 &quot;locations&quot;: [ # The person&#x27;s locations.
2820 { # A person&#x27;s location.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002821 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002822 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002823 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002824 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
2825 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
2826 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
2827 &quot;source&quot;: { # The source of a field. # The source of the field.
2828 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2829 &quot;type&quot;: &quot;A String&quot;, # The source type.
2830 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2831 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2832 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2833 &quot;userTypes&quot;: [ # Output only. The user types.
2834 &quot;A String&quot;,
2835 ],
2836 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2837 },
2838 },
2839 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2840 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2841 },
2842 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002843 &quot;current&quot;: True or False, # Whether the location is the current location.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002844 },
2845 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002846 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
2847 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
2848 &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.
2849 &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`
2850 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002851 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002852 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2853 &quot;type&quot;: &quot;A String&quot;, # The source type.
2854 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2855 &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 -08002856 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2857 &quot;userTypes&quot;: [ # Output only. The user types.
2858 &quot;A String&quot;,
2859 ],
2860 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2861 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002862 },
2863 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08002864 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002865 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002866 },
2867 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002868 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
2869 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
2870 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002871 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002872 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2873 &quot;type&quot;: &quot;A String&quot;, # The source type.
2874 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2875 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002876 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2877 &quot;userTypes&quot;: [ # Output only. The user types.
2878 &quot;A String&quot;,
2879 ],
2880 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2881 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002882 },
2883 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08002884 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002885 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002886 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
2887 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
2888 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
2889 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
2890 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
2891 &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.
2892 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
2893 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
2894 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
2895 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
2896 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
2897 &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.
2898 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
2899 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
2900 },
2901 ],
2902 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
2903 { # A person&#x27;s associated URLs.
2904 &quot;value&quot;: &quot;A String&quot;, # The URL.
2905 &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.
2906 &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`
2907 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
2908 &quot;source&quot;: { # The source of a field. # The source of the field.
2909 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2910 &quot;type&quot;: &quot;A String&quot;, # The source type.
2911 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2912 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2913 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2914 &quot;userTypes&quot;: [ # Output only. The user types.
2915 &quot;A String&quot;,
2916 ],
2917 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2918 },
2919 },
2920 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2921 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2922 },
2923 },
2924 ],
2925 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
2926 { # A person&#x27;s nickname.
2927 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
2928 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
2929 &quot;source&quot;: { # The source of a field. # The source of the field.
2930 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2931 &quot;type&quot;: &quot;A String&quot;, # The source type.
2932 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2933 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2934 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2935 &quot;userTypes&quot;: [ # Output only. The user types.
2936 &quot;A String&quot;,
2937 ],
2938 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2939 },
2940 },
2941 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2942 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2943 },
2944 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002945 },
2946 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002947 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
2948 { # A person&#x27;s instant messaging client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002949 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002950 &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.
2951 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002952 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002953 &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`
2954 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002955 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002956 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2957 &quot;type&quot;: &quot;A String&quot;, # The source type.
2958 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2959 &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 -08002960 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2961 &quot;userTypes&quot;: [ # Output only. The user types.
2962 &quot;A String&quot;,
2963 ],
2964 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2965 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002966 },
2967 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002968 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002969 },
2970 },
2971 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002972 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2973 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2974 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002975 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002976 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2977 &quot;type&quot;: &quot;A String&quot;, # The source type.
2978 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2979 &quot;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 -08002980 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2981 &quot;userTypes&quot;: [ # Output only. The user types.
2982 &quot;A String&quot;,
2983 ],
2984 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2985 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002986 },
2987 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08002988 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002989 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002990 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002991 },
2992 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002993 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08002994 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
2995 &quot;A String&quot;,
2996 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002997 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
2998 &quot;sources&quot;: [ # The sources of data for the person.
2999 { # The source of a field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003000 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3001 &quot;type&quot;: &quot;A String&quot;, # The source type.
3002 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3003 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003004 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3005 &quot;userTypes&quot;: [ # Output only. The user types.
3006 &quot;A String&quot;,
3007 ],
3008 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3009 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003010 },
3011 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003012 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
3013 &quot;A String&quot;,
3014 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003015 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003016 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003017 &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}`.
3018 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
3019 { # A person&#x27;s age range.
3020 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
3021 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003022 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003023 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3024 &quot;type&quot;: &quot;A String&quot;, # The source type.
3025 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3026 &quot;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 -08003027 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3028 &quot;userTypes&quot;: [ # Output only. The user types.
3029 &quot;A String&quot;,
3030 ],
3031 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3032 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003033 },
3034 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08003035 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003036 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003037 },
3038 ],
3039 &quot;relations&quot;: [ # The person&#x27;s relations.
3040 { # A person&#x27;s relation to another person.
3041 &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.
3042 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
3043 &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`
3044 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
3045 &quot;source&quot;: { # The source of a field. # The source of the field.
3046 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3047 &quot;type&quot;: &quot;A String&quot;, # The source type.
3048 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3049 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3050 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3051 &quot;userTypes&quot;: [ # Output only. The user types.
3052 &quot;A String&quot;,
3053 ],
3054 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3055 },
3056 },
3057 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3058 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3059 },
3060 },
3061 ],
3062 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
3063 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
3064 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
3065 &quot;source&quot;: { # The source of a field. # The source of the field.
3066 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3067 &quot;type&quot;: &quot;A String&quot;, # The source type.
3068 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3069 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3070 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3071 &quot;userTypes&quot;: [ # Output only. The user types.
3072 &quot;A String&quot;,
3073 ],
3074 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3075 },
3076 },
3077 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3078 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3079 },
3080 &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.
3081 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
3082 },
3083 ],
3084 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
3085 { # A person&#x27;s phone number.
3086 &quot;value&quot;: &quot;A String&quot;, # The phone number.
3087 &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.
3088 &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.
3089 &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`
3090 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
3091 &quot;source&quot;: { # The source of a field. # The source of the field.
3092 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3093 &quot;type&quot;: &quot;A String&quot;, # The source type.
3094 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3095 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3096 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3097 &quot;userTypes&quot;: [ # Output only. The user types.
3098 &quot;A String&quot;,
3099 ],
3100 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3101 },
3102 },
3103 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3104 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3105 },
3106 },
3107 ],
3108 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
3109 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
3110 &quot;value&quot;: &quot;A String&quot;, # The tagline.
3111 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
3112 &quot;source&quot;: { # The source of a field. # The source of the field.
3113 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3114 &quot;type&quot;: &quot;A String&quot;, # The source type.
3115 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3116 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3117 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3118 &quot;userTypes&quot;: [ # Output only. The user types.
3119 &quot;A String&quot;,
3120 ],
3121 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3122 },
3123 },
3124 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3125 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3126 },
3127 },
3128 ],
3129 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
3130 { # A person&#x27;s gender.
3131 &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.
3132 &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`
3133 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
3134 &quot;source&quot;: { # The source of a field. # The source of the field.
3135 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3136 &quot;type&quot;: &quot;A String&quot;, # The source type.
3137 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3138 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3139 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3140 &quot;userTypes&quot;: [ # Output only. The user types.
3141 &quot;A String&quot;,
3142 ],
3143 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3144 },
3145 },
3146 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3147 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3148 },
3149 &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`
3150 },
3151 ],
3152 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
3153 { # A person&#x27;s short biography.
3154 &quot;value&quot;: &quot;A String&quot;, # The short biography.
3155 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
3156 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
3157 &quot;source&quot;: { # The source of a field. # The source of the field.
3158 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3159 &quot;type&quot;: &quot;A String&quot;, # The source type.
3160 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3161 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3162 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3163 &quot;userTypes&quot;: [ # Output only. The user types.
3164 &quot;A String&quot;,
3165 ],
3166 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3167 },
3168 },
3169 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3170 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3171 },
3172 },
3173 ],
3174 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
3175 { # A person&#x27;s miscellaneous keyword.
3176 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
3177 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
3178 &quot;source&quot;: { # The source of a field. # The source of the field.
3179 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3180 &quot;type&quot;: &quot;A String&quot;, # The source type.
3181 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3182 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3183 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3184 &quot;userTypes&quot;: [ # Output only. The user types.
3185 &quot;A String&quot;,
3186 ],
3187 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3188 },
3189 },
3190 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3191 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3192 },
3193 &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.
3194 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
3195 },
3196 ],
3197 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
3198 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
3199 &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`
3200 &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.
3201 &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.
3202 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
3203 &quot;source&quot;: { # The source of a field. # The source of the field.
3204 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3205 &quot;type&quot;: &quot;A String&quot;, # The source type.
3206 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3207 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3208 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3209 &quot;userTypes&quot;: [ # Output only. The user types.
3210 &quot;A String&quot;,
3211 ],
3212 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3213 },
3214 },
3215 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3216 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3217 },
3218 },
3219 ],
3220 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
3221 { # An identifier from an external entity related to the person.
3222 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
3223 &quot;source&quot;: { # The source of a field. # The source of the field.
3224 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3225 &quot;type&quot;: &quot;A String&quot;, # The source type.
3226 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3227 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3228 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3229 &quot;userTypes&quot;: [ # Output only. The user types.
3230 &quot;A String&quot;,
3231 ],
3232 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3233 },
3234 },
3235 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3236 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3237 },
3238 &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.
3239 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
3240 &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`
3241 },
3242 ],
3243 &quot;skills&quot;: [ # The person&#x27;s skills.
3244 { # A skill that the person has.
3245 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
3246 &quot;source&quot;: { # The source of a field. # The source of the field.
3247 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3248 &quot;type&quot;: &quot;A String&quot;, # The source type.
3249 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3250 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3251 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3252 &quot;userTypes&quot;: [ # Output only. The user types.
3253 &quot;A String&quot;,
3254 ],
3255 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3256 },
3257 },
3258 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3259 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3260 },
3261 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003262 },
3263 ],
3264 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
3265 { # 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003266 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003267 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003268 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3269 &quot;type&quot;: &quot;A String&quot;, # The source type.
3270 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3271 &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 -08003272 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3273 &quot;userTypes&quot;: [ # Output only. The user types.
3274 &quot;A String&quot;,
3275 ],
3276 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3277 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003278 },
3279 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08003280 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3281 },
3282 &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.
3283 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3284 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
3285 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003286 },
3287 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
3288 },
3289 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003290 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
3291 { # 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.
3292 &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.
3293 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003294 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003295 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3296 &quot;type&quot;: &quot;A String&quot;, # The source type.
3297 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3298 &quot;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 -08003299 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3300 &quot;userTypes&quot;: [ # Output only. The user types.
3301 &quot;A String&quot;,
3302 ],
3303 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3304 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003305 },
3306 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08003307 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003308 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003309 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
3310 },
3311 ],
3312 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
3313 { # The name that should be used to sort the person in a list.
3314 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
3315 &quot;source&quot;: { # The source of a field. # The source of the field.
3316 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3317 &quot;type&quot;: &quot;A String&quot;, # The source type.
3318 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3319 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3320 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3321 &quot;userTypes&quot;: [ # Output only. The user types.
3322 &quot;A String&quot;,
3323 ],
3324 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3325 },
3326 },
3327 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3328 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3329 },
3330 &quot;value&quot;: &quot;A String&quot;, # The file-as value
3331 },
3332 ],
3333 &quot;clientData&quot;: [ # The person&#x27;s client data.
3334 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
3335 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
3336 &quot;source&quot;: { # The source of a field. # The source of the field.
3337 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3338 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;userTypes&quot;: [ # Output only. The user types.
3343 &quot;A String&quot;,
3344 ],
3345 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3346 },
3347 },
3348 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3349 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3350 },
3351 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
3352 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
3353 },
3354 ],
3355 &quot;events&quot;: [ # The person&#x27;s events.
3356 { # An event related to the person.
3357 &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.
3358 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3359 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
3360 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
3361 },
3362 &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`
3363 &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.
3364 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
3365 &quot;source&quot;: { # The source of a field. # The source of the field.
3366 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3367 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;userTypes&quot;: [ # Output only. The user types.
3372 &quot;A String&quot;,
3373 ],
3374 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3375 },
3376 },
3377 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3378 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3379 },
3380 },
3381 ],
3382 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
3383 { # Arbitrary user data that is populated by the end users.
3384 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
3385 &quot;source&quot;: { # The source of a field. # The source of the field.
3386 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3387 &quot;type&quot;: &quot;A String&quot;, # The source type.
3388 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3389 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3390 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3391 &quot;userTypes&quot;: [ # Output only. The user types.
3392 &quot;A String&quot;,
3393 ],
3394 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3395 },
3396 },
3397 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3398 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3399 },
3400 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
3401 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
3402 },
3403 ],
3404 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
3405 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
3406 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
3407 &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.
3408 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3409 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
3410 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
3411 },
3412 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
3413 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
3414 &quot;source&quot;: { # The source of a field. # The source of the field.
3415 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3416 &quot;type&quot;: &quot;A String&quot;, # The source type.
3417 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3418 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3419 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3420 &quot;userTypes&quot;: [ # Output only. The user types.
3421 &quot;A String&quot;,
3422 ],
3423 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3424 },
3425 },
3426 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3427 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3428 },
3429 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
3430 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
3431 &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.
3432 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
3433 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
3434 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
3435 &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.
3436 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
3437 &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.
3438 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3439 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
3440 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
3441 },
3442 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
3443 &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 Bot0d561ef2020-11-25 07:50:41 -08003444 },
3445 ],
3446 &quot;occupations&quot;: [ # The person&#x27;s occupations.
3447 { # A person&#x27;s occupation.
3448 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003449 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003450 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3451 &quot;type&quot;: &quot;A String&quot;, # The source type.
3452 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3453 &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 -08003454 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3455 &quot;userTypes&quot;: [ # Output only. The user types.
3456 &quot;A String&quot;,
3457 ],
3458 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3459 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003460 },
3461 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08003462 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003463 },
3464 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
3465 },
3466 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003467 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
3468 { # A person&#x27;s calendar URL.
3469 &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`
3470 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
3471 &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.
3472 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003473 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003474 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3475 &quot;type&quot;: &quot;A String&quot;, # The source type.
3476 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3477 &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 -08003478 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3479 &quot;userTypes&quot;: [ # Output only. The user types.
3480 &quot;A String&quot;,
3481 ],
3482 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3483 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003484 },
3485 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08003486 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003487 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003488 },
3489 ],
3490 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
3491 { # A person&#x27;s locale preference.
3492 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
3493 &quot;source&quot;: { # The source of a field. # The source of the field.
3494 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3495 &quot;type&quot;: &quot;A String&quot;, # The source type.
3496 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3497 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3498 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3499 &quot;userTypes&quot;: [ # Output only. The user types.
3500 &quot;A String&quot;,
3501 ],
3502 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3503 },
3504 },
3505 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3506 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3507 },
3508 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
3509 },
3510 ],
3511 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
3512 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
3513 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
3514 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
3515 },
3516 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
3517 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
3518 &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.
3519 },
3520 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
3521 &quot;source&quot;: { # The source of a field. # The source of the field.
3522 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3523 &quot;type&quot;: &quot;A String&quot;, # The source type.
3524 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3525 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3526 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3527 &quot;userTypes&quot;: [ # Output only. The user types.
3528 &quot;A String&quot;,
3529 ],
3530 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3531 },
3532 },
3533 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3534 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3535 },
3536 },
3537 ],
3538 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
3539 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
3540 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
3541 &quot;source&quot;: { # The source of a field. # The source of the field.
3542 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3543 &quot;type&quot;: &quot;A String&quot;, # The source type.
3544 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3545 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3546 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3547 &quot;userTypes&quot;: [ # Output only. The user types.
3548 &quot;A String&quot;,
3549 ],
3550 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3551 },
3552 },
3553 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3554 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3555 },
3556 &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`
3557 &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.
3558 },
3559 ],
3560 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
3561 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
3562 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
3563 &quot;source&quot;: { # The source of a field. # The source of the field.
3564 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3565 &quot;type&quot;: &quot;A String&quot;, # The source type.
3566 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3567 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3568 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3569 &quot;userTypes&quot;: [ # Output only. The user types.
3570 &quot;A String&quot;,
3571 ],
3572 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3573 },
3574 },
3575 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3576 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3577 },
3578 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
3579 &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
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003580 },
3581 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07003582 }</pre>
Dan O'Mearadd494642020-05-01 07:42:23 -07003583</div>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07003584
Dan O'Mearadd494642020-05-01 07:42:23 -07003585<div class="method">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003586 <code class="details" id="getBatchGet">getBatchGet(resourceNames=None, requestMask_includeField=None, personFields=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003587 <pre>Provides information about a list of specific people by specifying a list of requested resource names. Use `people/me` to indicate the authenticated user. The request returns a 400 error if &#x27;personFields&#x27; is not specified.
Dan O'Mearadd494642020-05-01 07:42:23 -07003588
3589Args:
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003590 resourceNames: string, Required. The resource names of the people to provide information about. It&#x27;s repeatable. The URL query parameter should be resourceNames=&lt;name1&gt;&amp;resourceNames=&lt;name2&gt;&amp;... - To get information about the authenticated user, specify `people/me`. - To get information about a google account, specify `people/{account_id}`. - To get information about a contact, specify the resource name that identifies the contact as returned by [`people.connections.list`](/people/api/rest/v1/people.connections/list). You can include up to 50 resource names in one request. (repeated)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003591 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 Automation Botc2228be2020-11-24 15:48:03 -08003592 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
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003593 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003594 Allowed values
3595 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
3596 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
3597 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
3598 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim65020912020-05-20 12:08:20 -07003599 x__xgafv: string, V1 error format.
3600 Allowed values
3601 1 - v1 error format
3602 2 - v2 error format
Dan O'Mearadd494642020-05-01 07:42:23 -07003603
3604Returns:
3605 An object of the form:
3606
3607 { # The response to a get request for a list of people by resource name.
Bu Sun Kim65020912020-05-20 12:08:20 -07003608 &quot;responses&quot;: [ # The response for each requested resource name.
Dan O'Mearadd494642020-05-01 07:42:23 -07003609 { # The response for a single person
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003610 &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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003611 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003612 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
3613 {
3614 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
3615 },
3616 ],
3617 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003618 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003619 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003620 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
3621 { # A person&#x27;s email address.
3622 &quot;value&quot;: &quot;A String&quot;, # The email address.
3623 &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.
3624 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003625 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003626 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3627 &quot;type&quot;: &quot;A String&quot;, # The source type.
3628 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3629 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003630 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3631 &quot;userTypes&quot;: [ # Output only. The user types.
3632 &quot;A String&quot;,
3633 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003634 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003635 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003636 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003637 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08003638 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3639 },
3640 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
3641 &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`
3642 },
3643 ],
3644 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
3645 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
3646 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
3647 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
3648 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
3649 &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`
3650 &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.
3651 &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.
3652 &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.
3653 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
3654 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
3655 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
3656 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
3657 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
3658 &quot;source&quot;: { # The source of a field. # The source of the field.
3659 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3660 &quot;type&quot;: &quot;A String&quot;, # The source type.
3661 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3662 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3663 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3664 &quot;userTypes&quot;: [ # Output only. The user types.
3665 &quot;A String&quot;,
3666 ],
3667 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3668 },
3669 },
3670 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3671 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003672 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003673 },
3674 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003675 &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.
3676 &quot;interests&quot;: [ # The person&#x27;s interests.
3677 { # One of the person&#x27;s interests.
3678 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
3679 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003680 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003681 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3682 &quot;type&quot;: &quot;A String&quot;, # The source type.
3683 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3684 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003685 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3686 &quot;userTypes&quot;: [ # Output only. The user types.
3687 &quot;A String&quot;,
3688 ],
3689 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3690 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003691 },
3692 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003693 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003694 },
3695 },
3696 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003697 &quot;locations&quot;: [ # The person&#x27;s locations.
3698 { # A person&#x27;s location.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003699 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003700 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003701 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003702 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
3703 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
3704 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
3705 &quot;source&quot;: { # The source of a field. # The source of the field.
3706 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3707 &quot;type&quot;: &quot;A String&quot;, # The source type.
3708 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3709 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3710 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3711 &quot;userTypes&quot;: [ # Output only. The user types.
3712 &quot;A String&quot;,
3713 ],
3714 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3715 },
3716 },
3717 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3718 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3719 },
3720 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003721 &quot;current&quot;: True or False, # Whether the location is the current location.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003722 },
3723 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003724 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
3725 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
3726 &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.
3727 &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`
3728 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003729 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003730 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3731 &quot;type&quot;: &quot;A String&quot;, # The source type.
3732 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3733 &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 -08003734 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3735 &quot;userTypes&quot;: [ # Output only. The user types.
3736 &quot;A String&quot;,
3737 ],
3738 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3739 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003740 },
3741 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08003742 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003743 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003744 },
3745 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003746 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
3747 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
3748 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003749 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003750 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3751 &quot;type&quot;: &quot;A String&quot;, # The source type.
3752 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3753 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003754 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3755 &quot;userTypes&quot;: [ # Output only. The user types.
3756 &quot;A String&quot;,
3757 ],
3758 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3759 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003760 },
3761 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08003762 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003763 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003764 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
3765 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
3766 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
3767 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
3768 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
3769 &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.
3770 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
3771 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
3772 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
3773 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
3774 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
3775 &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.
3776 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
3777 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
3778 },
3779 ],
3780 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
3781 { # A person&#x27;s associated URLs.
3782 &quot;value&quot;: &quot;A String&quot;, # The URL.
3783 &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.
3784 &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`
3785 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
3786 &quot;source&quot;: { # The source of a field. # The source of the field.
3787 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3788 &quot;type&quot;: &quot;A String&quot;, # The source type.
3789 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3790 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3791 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3792 &quot;userTypes&quot;: [ # Output only. The user types.
3793 &quot;A String&quot;,
3794 ],
3795 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3796 },
3797 },
3798 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3799 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3800 },
3801 },
3802 ],
3803 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
3804 { # A person&#x27;s nickname.
3805 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
3806 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
3807 &quot;source&quot;: { # The source of a field. # The source of the field.
3808 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3809 &quot;type&quot;: &quot;A String&quot;, # The source type.
3810 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3811 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3812 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3813 &quot;userTypes&quot;: [ # Output only. The user types.
3814 &quot;A String&quot;,
3815 ],
3816 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3817 },
3818 },
3819 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3820 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3821 },
3822 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003823 },
3824 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003825 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
3826 { # A person&#x27;s instant messaging client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003827 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003828 &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.
3829 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003830 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003831 &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`
3832 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003833 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003834 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3835 &quot;type&quot;: &quot;A String&quot;, # The source type.
3836 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3837 &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 -08003838 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3839 &quot;userTypes&quot;: [ # Output only. The user types.
3840 &quot;A String&quot;,
3841 ],
3842 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3843 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003844 },
3845 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08003846 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003847 },
3848 },
3849 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003850 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
3851 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
3852 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003853 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003854 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3855 &quot;type&quot;: &quot;A String&quot;, # The source type.
3856 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3857 &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 -08003858 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3859 &quot;userTypes&quot;: [ # Output only. The user types.
3860 &quot;A String&quot;,
3861 ],
3862 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3863 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003864 },
3865 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08003866 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003867 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003868 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003869 },
3870 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003871 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003872 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
3873 &quot;A String&quot;,
3874 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003875 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
3876 &quot;sources&quot;: [ # The sources of data for the person.
3877 { # The source of a field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003878 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3879 &quot;type&quot;: &quot;A String&quot;, # The source type.
3880 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3881 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003882 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3883 &quot;userTypes&quot;: [ # Output only. The user types.
3884 &quot;A String&quot;,
3885 ],
3886 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3887 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003888 },
3889 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003890 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
3891 &quot;A String&quot;,
3892 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003893 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003894 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003895 &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}`.
3896 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
3897 { # A person&#x27;s age range.
3898 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
3899 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003900 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003901 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3902 &quot;type&quot;: &quot;A String&quot;, # The source type.
3903 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3904 &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 -08003905 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3906 &quot;userTypes&quot;: [ # Output only. The user types.
3907 &quot;A String&quot;,
3908 ],
3909 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3910 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003911 },
3912 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08003913 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003914 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003915 },
3916 ],
3917 &quot;relations&quot;: [ # The person&#x27;s relations.
3918 { # A person&#x27;s relation to another person.
3919 &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.
3920 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
3921 &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`
3922 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
3923 &quot;source&quot;: { # The source of a field. # The source of the field.
3924 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3925 &quot;type&quot;: &quot;A String&quot;, # The source type.
3926 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3927 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3928 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3929 &quot;userTypes&quot;: [ # Output only. The user types.
3930 &quot;A String&quot;,
3931 ],
3932 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3933 },
3934 },
3935 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3936 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3937 },
3938 },
3939 ],
3940 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
3941 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
3942 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
3943 &quot;source&quot;: { # The source of a field. # The source of the field.
3944 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3945 &quot;type&quot;: &quot;A String&quot;, # The source type.
3946 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3947 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3948 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3949 &quot;userTypes&quot;: [ # Output only. The user types.
3950 &quot;A String&quot;,
3951 ],
3952 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3953 },
3954 },
3955 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3956 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3957 },
3958 &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.
3959 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
3960 },
3961 ],
3962 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
3963 { # A person&#x27;s phone number.
3964 &quot;value&quot;: &quot;A String&quot;, # The phone number.
3965 &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.
3966 &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.
3967 &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`
3968 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
3969 &quot;source&quot;: { # The source of a field. # The source of the field.
3970 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3971 &quot;type&quot;: &quot;A String&quot;, # The source type.
3972 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3973 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3974 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3975 &quot;userTypes&quot;: [ # Output only. The user types.
3976 &quot;A String&quot;,
3977 ],
3978 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3979 },
3980 },
3981 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3982 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3983 },
3984 },
3985 ],
3986 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
3987 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
3988 &quot;value&quot;: &quot;A String&quot;, # The tagline.
3989 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
3990 &quot;source&quot;: { # The source of a field. # The source of the field.
3991 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3992 &quot;type&quot;: &quot;A String&quot;, # The source type.
3993 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3994 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3995 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3996 &quot;userTypes&quot;: [ # Output only. The user types.
3997 &quot;A String&quot;,
3998 ],
3999 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4000 },
4001 },
4002 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4003 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4004 },
4005 },
4006 ],
4007 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
4008 { # A person&#x27;s gender.
4009 &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.
4010 &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`
4011 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
4012 &quot;source&quot;: { # The source of a field. # The source of the field.
4013 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4014 &quot;type&quot;: &quot;A String&quot;, # The source type.
4015 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4016 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4017 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4018 &quot;userTypes&quot;: [ # Output only. The user types.
4019 &quot;A String&quot;,
4020 ],
4021 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4022 },
4023 },
4024 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4025 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4026 },
4027 &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`
4028 },
4029 ],
4030 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
4031 { # A person&#x27;s short biography.
4032 &quot;value&quot;: &quot;A String&quot;, # The short biography.
4033 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
4034 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
4035 &quot;source&quot;: { # The source of a field. # The source of the field.
4036 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4037 &quot;type&quot;: &quot;A String&quot;, # The source type.
4038 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4039 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4040 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4041 &quot;userTypes&quot;: [ # Output only. The user types.
4042 &quot;A String&quot;,
4043 ],
4044 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4045 },
4046 },
4047 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4048 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4049 },
4050 },
4051 ],
4052 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
4053 { # A person&#x27;s miscellaneous keyword.
4054 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
4055 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
4056 &quot;source&quot;: { # The source of a field. # The source of the field.
4057 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4058 &quot;type&quot;: &quot;A String&quot;, # The source type.
4059 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4060 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4061 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4062 &quot;userTypes&quot;: [ # Output only. The user types.
4063 &quot;A String&quot;,
4064 ],
4065 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4066 },
4067 },
4068 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4069 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4070 },
4071 &quot;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.
4072 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
4073 },
4074 ],
4075 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
4076 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
4077 &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`
4078 &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.
4079 &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.
4080 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
4081 &quot;source&quot;: { # The source of a field. # The source of the field.
4082 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4083 &quot;type&quot;: &quot;A String&quot;, # The source type.
4084 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4085 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4086 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4087 &quot;userTypes&quot;: [ # Output only. The user types.
4088 &quot;A String&quot;,
4089 ],
4090 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4091 },
4092 },
4093 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4094 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4095 },
4096 },
4097 ],
4098 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
4099 { # An identifier from an external entity related to the person.
4100 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
4101 &quot;source&quot;: { # The source of a field. # The source of the field.
4102 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4103 &quot;type&quot;: &quot;A String&quot;, # The source type.
4104 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4105 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4106 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4107 &quot;userTypes&quot;: [ # Output only. The user types.
4108 &quot;A String&quot;,
4109 ],
4110 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4111 },
4112 },
4113 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4114 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4115 },
4116 &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.
4117 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
4118 &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`
4119 },
4120 ],
4121 &quot;skills&quot;: [ # The person&#x27;s skills.
4122 { # A skill that the person has.
4123 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
4124 &quot;source&quot;: { # The source of a field. # The source of the field.
4125 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4126 &quot;type&quot;: &quot;A String&quot;, # The source type.
4127 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4128 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4129 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4130 &quot;userTypes&quot;: [ # Output only. The user types.
4131 &quot;A String&quot;,
4132 ],
4133 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4134 },
4135 },
4136 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4137 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4138 },
4139 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004140 },
4141 ],
4142 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
4143 { # 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004144 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004145 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004146 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4147 &quot;type&quot;: &quot;A String&quot;, # The source type.
4148 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4149 &quot;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 -08004150 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4151 &quot;userTypes&quot;: [ # Output only. The user types.
4152 &quot;A String&quot;,
4153 ],
4154 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4155 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004156 },
4157 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08004158 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4159 },
4160 &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.
4161 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4162 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
4163 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004164 },
4165 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
4166 },
4167 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004168 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
4169 { # 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.
4170 &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.
4171 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004172 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004173 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4174 &quot;type&quot;: &quot;A String&quot;, # The source type.
4175 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4176 &quot;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 -08004177 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4178 &quot;userTypes&quot;: [ # Output only. The user types.
4179 &quot;A String&quot;,
4180 ],
4181 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4182 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004183 },
4184 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08004185 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004186 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004187 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
4188 },
4189 ],
4190 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
4191 { # The name that should be used to sort the person in a list.
4192 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
4193 &quot;source&quot;: { # The source of a field. # The source of the field.
4194 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4195 &quot;type&quot;: &quot;A String&quot;, # The source type.
4196 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4197 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4198 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4199 &quot;userTypes&quot;: [ # Output only. The user types.
4200 &quot;A String&quot;,
4201 ],
4202 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4203 },
4204 },
4205 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4206 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4207 },
4208 &quot;value&quot;: &quot;A String&quot;, # The file-as value
4209 },
4210 ],
4211 &quot;clientData&quot;: [ # The person&#x27;s client data.
4212 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
4213 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
4214 &quot;source&quot;: { # The source of a field. # The source of the field.
4215 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4216 &quot;type&quot;: &quot;A String&quot;, # The source type.
4217 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4218 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4219 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4220 &quot;userTypes&quot;: [ # Output only. The user types.
4221 &quot;A String&quot;,
4222 ],
4223 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4224 },
4225 },
4226 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4227 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4228 },
4229 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
4230 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
4231 },
4232 ],
4233 &quot;events&quot;: [ # The person&#x27;s events.
4234 { # An event related to the person.
4235 &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.
4236 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4237 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
4238 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
4239 },
4240 &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`
4241 &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.
4242 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
4243 &quot;source&quot;: { # The source of a field. # The source of the field.
4244 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4245 &quot;type&quot;: &quot;A String&quot;, # The source type.
4246 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4247 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4248 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4249 &quot;userTypes&quot;: [ # Output only. The user types.
4250 &quot;A String&quot;,
4251 ],
4252 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4253 },
4254 },
4255 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4257 },
4258 },
4259 ],
4260 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
4261 { # Arbitrary user data that is populated by the end users.
4262 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
4263 &quot;source&quot;: { # The source of a field. # The source of the field.
4264 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4265 &quot;type&quot;: &quot;A String&quot;, # The source type.
4266 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4267 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4268 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4269 &quot;userTypes&quot;: [ # Output only. The user types.
4270 &quot;A String&quot;,
4271 ],
4272 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4273 },
4274 },
4275 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4276 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4277 },
4278 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
4279 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
4280 },
4281 ],
4282 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
4283 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
4284 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
4285 &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.
4286 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4287 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
4288 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
4289 },
4290 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
4291 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
4292 &quot;source&quot;: { # The source of a field. # The source of the field.
4293 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4294 &quot;type&quot;: &quot;A String&quot;, # The source type.
4295 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4296 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4297 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4298 &quot;userTypes&quot;: [ # Output only. The user types.
4299 &quot;A String&quot;,
4300 ],
4301 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4302 },
4303 },
4304 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4305 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4306 },
4307 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
4308 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
4309 &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.
4310 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
4311 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
4312 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
4313 &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.
4314 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
4315 &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.
4316 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4317 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
4318 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
4319 },
4320 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
4321 &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 Bot0d561ef2020-11-25 07:50:41 -08004322 },
4323 ],
4324 &quot;occupations&quot;: [ # The person&#x27;s occupations.
4325 { # A person&#x27;s occupation.
4326 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004327 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004328 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4329 &quot;type&quot;: &quot;A String&quot;, # The source type.
4330 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4331 &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 -08004332 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4333 &quot;userTypes&quot;: [ # Output only. The user types.
4334 &quot;A String&quot;,
4335 ],
4336 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4337 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004338 },
4339 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08004340 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004341 },
4342 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
4343 },
4344 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004345 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
4346 { # A person&#x27;s calendar URL.
4347 &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`
4348 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
4349 &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.
4350 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004351 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004352 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4353 &quot;type&quot;: &quot;A String&quot;, # The source type.
4354 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4355 &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 -08004356 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4357 &quot;userTypes&quot;: [ # Output only. The user types.
4358 &quot;A String&quot;,
4359 ],
4360 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4361 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004362 },
4363 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08004364 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004365 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004366 },
4367 ],
4368 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
4369 { # A person&#x27;s locale preference.
4370 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
4371 &quot;source&quot;: { # The source of a field. # The source of the field.
4372 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4373 &quot;type&quot;: &quot;A String&quot;, # The source type.
4374 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4375 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4376 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4377 &quot;userTypes&quot;: [ # Output only. The user types.
4378 &quot;A String&quot;,
4379 ],
4380 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4381 },
4382 },
4383 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4384 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4385 },
4386 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
4387 },
4388 ],
4389 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
4390 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
4391 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
4392 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
4393 },
4394 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
4395 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
4396 &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.
4397 },
4398 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
4399 &quot;source&quot;: { # The source of a field. # The source of the field.
4400 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4401 &quot;type&quot;: &quot;A String&quot;, # The source type.
4402 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4403 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4404 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4405 &quot;userTypes&quot;: [ # Output only. The user types.
4406 &quot;A String&quot;,
4407 ],
4408 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4409 },
4410 },
4411 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4412 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4413 },
4414 },
4415 ],
4416 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
4417 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
4418 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
4419 &quot;source&quot;: { # The source of a field. # The source of the field.
4420 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4421 &quot;type&quot;: &quot;A String&quot;, # The source type.
4422 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4423 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4424 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4425 &quot;userTypes&quot;: [ # Output only. The user types.
4426 &quot;A String&quot;,
4427 ],
4428 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4429 },
4430 },
4431 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4432 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4433 },
4434 &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`
4435 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4436 },
4437 ],
4438 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
4439 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
4440 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
4441 &quot;source&quot;: { # The source of a field. # The source of the field.
4442 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4443 &quot;type&quot;: &quot;A String&quot;, # The source type.
4444 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4445 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4446 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4447 &quot;userTypes&quot;: [ # Output only. The user types.
4448 &quot;A String&quot;,
4449 ],
4450 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4451 },
4452 },
4453 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4454 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4455 },
4456 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
4457 &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
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004458 },
4459 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004460 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004461 &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.
4462 &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
Dan O'Mearadd494642020-05-01 07:42:23 -07004463 },
4464 ],
4465 }</pre>
4466</div>
4467
4468<div class="method">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004469 <code class="details" id="listDirectoryPeople">listDirectoryPeople(mergeSources=None, readMask=None, syncToken=None, pageSize=None, sources=None, requestSyncToken=None, pageToken=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004470 <pre>Provides a list of domain profiles and domain contacts in the authenticated user&#x27;s domain directory.
Dan O'Mearadd494642020-05-01 07:42:23 -07004471
4472Args:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004473 mergeSources: string, Optional. Additional data to merge into the directory sources if they are connected through verified join keys such as email addresses or phone numbers. (repeated)
4474 Allowed values
4475 DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
4476 DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
4477 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 Automation Bot0d561ef2020-11-25 07:50:41 -08004478 syncToken: string, Optional. A sync token, received from a previous `ListDirectoryPeople` call. Provide this to retrieve only the resources changed since the last request. When syncing, all other parameters provided to `ListDirectoryPeople` must match the call that provided the sync token.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004479 pageSize: integer, Optional. The number of people to include in the response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004480 sources: string, Required. Directory sources to return. (repeated)
4481 Allowed values
4482 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
4483 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - G Suite domain shared contact.
4484 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - G Suite domain profile.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004485 requestSyncToken: boolean, Optional. Whether the response should include `next_sync_token`, which can be used to get all changes since the last request. For subsequent sync requests use the `sync_token` param instead.
4486 pageToken: string, Optional. A page token, received from a previous `ListDirectoryPeople` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDirectoryPeople` must match the call that provided the page token.
Bu Sun Kim65020912020-05-20 12:08:20 -07004487 x__xgafv: string, V1 error format.
4488 Allowed values
4489 1 - v1 error format
4490 2 - v2 error format
Dan O'Mearadd494642020-05-01 07:42:23 -07004491
4492Returns:
4493 An object of the form:
4494
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004495 { # The response to a request for the authenticated user&#x27;s domain directory.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004496 &quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004497 &quot;people&quot;: [ # The list of people in the domain directory.
4498 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004499 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
4500 { # A person&#x27;s email address.
4501 &quot;value&quot;: &quot;A String&quot;, # The email address.
4502 &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.
4503 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004504 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004505 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4506 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004509 &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;userTypes&quot;: [ # Output only. The user types.
4511 &quot;A String&quot;,
4512 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004513 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004514 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004515 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004516 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08004517 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4518 },
4519 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
4520 &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`
4521 },
4522 ],
4523 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
4524 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
4525 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
4526 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
4527 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
4528 &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`
4529 &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.
4530 &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.
4531 &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.
4532 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
4533 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
4534 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
4535 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
4536 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
4537 &quot;source&quot;: { # The source of a field. # The source of the field.
4538 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4539 &quot;type&quot;: &quot;A String&quot;, # The source type.
4540 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4541 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4542 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4543 &quot;userTypes&quot;: [ # Output only. The user types.
4544 &quot;A String&quot;,
4545 ],
4546 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4547 },
4548 },
4549 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4550 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004551 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004552 },
4553 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004554 &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.
4555 &quot;interests&quot;: [ # The person&#x27;s interests.
4556 { # One of the person&#x27;s interests.
4557 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
4558 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004559 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004560 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4561 &quot;type&quot;: &quot;A String&quot;, # The source type.
4562 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4563 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004564 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4565 &quot;userTypes&quot;: [ # Output only. The user types.
4566 &quot;A String&quot;,
4567 ],
4568 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4569 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004570 },
4571 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08004572 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004573 },
4574 },
4575 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004576 &quot;locations&quot;: [ # The person&#x27;s locations.
4577 { # A person&#x27;s location.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004578 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004579 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004580 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004581 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
4582 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
4583 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
4584 &quot;source&quot;: { # The source of a field. # The source of the field.
4585 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4586 &quot;type&quot;: &quot;A String&quot;, # The source type.
4587 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4588 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4589 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4590 &quot;userTypes&quot;: [ # Output only. The user types.
4591 &quot;A String&quot;,
4592 ],
4593 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4594 },
4595 },
4596 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4597 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4598 },
4599 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004600 &quot;current&quot;: True or False, # Whether the location is the current location.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004601 },
4602 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004603 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
4604 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
4605 &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.
4606 &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`
4607 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004608 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004609 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4610 &quot;type&quot;: &quot;A String&quot;, # The source type.
4611 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4612 &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 -08004613 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4614 &quot;userTypes&quot;: [ # Output only. The user types.
4615 &quot;A String&quot;,
4616 ],
4617 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4618 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004619 },
4620 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08004621 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004622 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004623 },
4624 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004625 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
4626 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
4627 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004628 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004629 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4630 &quot;type&quot;: &quot;A String&quot;, # The source type.
4631 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4632 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004633 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4634 &quot;userTypes&quot;: [ # Output only. The user types.
4635 &quot;A String&quot;,
4636 ],
4637 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4638 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004639 },
4640 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08004641 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004642 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004643 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
4644 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
4645 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
4646 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
4647 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
4648 &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.
4649 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
4650 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
4651 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
4652 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
4653 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
4654 &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.
4655 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
4656 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
4657 },
4658 ],
4659 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
4660 { # A person&#x27;s associated URLs.
4661 &quot;value&quot;: &quot;A String&quot;, # The URL.
4662 &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.
4663 &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`
4664 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
4665 &quot;source&quot;: { # The source of a field. # The source of the field.
4666 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4667 &quot;type&quot;: &quot;A String&quot;, # The source type.
4668 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4669 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4670 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4671 &quot;userTypes&quot;: [ # Output only. The user types.
4672 &quot;A String&quot;,
4673 ],
4674 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4675 },
4676 },
4677 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4678 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4679 },
4680 },
4681 ],
4682 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
4683 { # A person&#x27;s nickname.
4684 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
4685 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
4686 &quot;source&quot;: { # The source of a field. # The source of the field.
4687 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4688 &quot;type&quot;: &quot;A String&quot;, # The source type.
4689 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4690 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4691 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4692 &quot;userTypes&quot;: [ # Output only. The user types.
4693 &quot;A String&quot;,
4694 ],
4695 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4696 },
4697 },
4698 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4699 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4700 },
4701 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004702 },
4703 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004704 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
4705 { # A person&#x27;s instant messaging client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004706 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004707 &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.
4708 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004709 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004710 &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`
4711 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004712 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004713 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4714 &quot;type&quot;: &quot;A String&quot;, # The source type.
4715 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4716 &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 -08004717 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4718 &quot;userTypes&quot;: [ # Output only. The user types.
4719 &quot;A String&quot;,
4720 ],
4721 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4722 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004723 },
4724 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004725 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004726 },
4727 },
4728 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004729 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
4730 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
4731 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004732 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004733 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4734 &quot;type&quot;: &quot;A String&quot;, # The source type.
4735 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4736 &quot;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 -08004737 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4738 &quot;userTypes&quot;: [ # Output only. The user types.
4739 &quot;A String&quot;,
4740 ],
4741 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4742 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004743 },
4744 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08004745 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004746 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004747 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004748 },
4749 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004750 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004751 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
4752 &quot;A String&quot;,
4753 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004754 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
4755 &quot;sources&quot;: [ # The sources of data for the person.
4756 { # The source of a field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004757 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4758 &quot;type&quot;: &quot;A String&quot;, # The source type.
4759 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4760 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004761 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4762 &quot;userTypes&quot;: [ # Output only. The user types.
4763 &quot;A String&quot;,
4764 ],
4765 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4766 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004767 },
4768 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004769 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
4770 &quot;A String&quot;,
4771 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004772 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004773 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004774 &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}`.
4775 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
4776 { # A person&#x27;s age range.
4777 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
4778 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004779 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004780 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4781 &quot;type&quot;: &quot;A String&quot;, # The source type.
4782 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4783 &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 -08004784 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4785 &quot;userTypes&quot;: [ # Output only. The user types.
4786 &quot;A String&quot;,
4787 ],
4788 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4789 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004790 },
4791 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004792 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004793 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004794 },
4795 ],
4796 &quot;relations&quot;: [ # The person&#x27;s relations.
4797 { # A person&#x27;s relation to another person.
4798 &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.
4799 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
4800 &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`
4801 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
4802 &quot;source&quot;: { # The source of a field. # The source of the field.
4803 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4804 &quot;type&quot;: &quot;A String&quot;, # The source type.
4805 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4806 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4807 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4808 &quot;userTypes&quot;: [ # Output only. The user types.
4809 &quot;A String&quot;,
4810 ],
4811 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4812 },
4813 },
4814 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4815 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4816 },
4817 },
4818 ],
4819 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
4820 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
4821 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
4822 &quot;source&quot;: { # The source of a field. # The source of the field.
4823 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4824 &quot;type&quot;: &quot;A String&quot;, # The source type.
4825 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4826 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4827 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4828 &quot;userTypes&quot;: [ # Output only. The user types.
4829 &quot;A String&quot;,
4830 ],
4831 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4832 },
4833 },
4834 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4835 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4836 },
4837 &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.
4838 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
4839 },
4840 ],
4841 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
4842 { # A person&#x27;s phone number.
4843 &quot;value&quot;: &quot;A String&quot;, # The phone number.
4844 &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.
4845 &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.
4846 &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`
4847 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
4848 &quot;source&quot;: { # The source of a field. # The source of the field.
4849 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4850 &quot;type&quot;: &quot;A String&quot;, # The source type.
4851 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4852 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4853 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4854 &quot;userTypes&quot;: [ # Output only. The user types.
4855 &quot;A String&quot;,
4856 ],
4857 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4858 },
4859 },
4860 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4861 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4862 },
4863 },
4864 ],
4865 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
4866 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
4867 &quot;value&quot;: &quot;A String&quot;, # The tagline.
4868 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
4869 &quot;source&quot;: { # The source of a field. # The source of the field.
4870 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4871 &quot;type&quot;: &quot;A String&quot;, # The source type.
4872 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4873 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4874 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4875 &quot;userTypes&quot;: [ # Output only. The user types.
4876 &quot;A String&quot;,
4877 ],
4878 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4879 },
4880 },
4881 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4882 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4883 },
4884 },
4885 ],
4886 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
4887 { # A person&#x27;s gender.
4888 &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.
4889 &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`
4890 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
4891 &quot;source&quot;: { # The source of a field. # The source of the field.
4892 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4893 &quot;type&quot;: &quot;A String&quot;, # The source type.
4894 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4895 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4896 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4897 &quot;userTypes&quot;: [ # Output only. The user types.
4898 &quot;A String&quot;,
4899 ],
4900 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4901 },
4902 },
4903 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4904 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4905 },
4906 &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`
4907 },
4908 ],
4909 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
4910 { # A person&#x27;s short biography.
4911 &quot;value&quot;: &quot;A String&quot;, # The short biography.
4912 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
4913 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
4914 &quot;source&quot;: { # The source of a field. # The source of the field.
4915 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4916 &quot;type&quot;: &quot;A String&quot;, # The source type.
4917 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4918 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4919 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4920 &quot;userTypes&quot;: [ # Output only. The user types.
4921 &quot;A String&quot;,
4922 ],
4923 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4924 },
4925 },
4926 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4927 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4928 },
4929 },
4930 ],
4931 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
4932 { # A person&#x27;s miscellaneous keyword.
4933 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
4934 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
4935 &quot;source&quot;: { # The source of a field. # The source of the field.
4936 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4937 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;userTypes&quot;: [ # Output only. The user types.
4942 &quot;A String&quot;,
4943 ],
4944 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4945 },
4946 },
4947 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4948 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4949 },
4950 &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.
4951 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
4952 },
4953 ],
4954 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
4955 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
4956 &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`
4957 &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.
4958 &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.
4959 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
4960 &quot;source&quot;: { # The source of a field. # The source of the field.
4961 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4962 &quot;type&quot;: &quot;A String&quot;, # The source type.
4963 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4964 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4965 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4966 &quot;userTypes&quot;: [ # Output only. The user types.
4967 &quot;A String&quot;,
4968 ],
4969 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4970 },
4971 },
4972 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4973 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4974 },
4975 },
4976 ],
4977 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
4978 { # An identifier from an external entity related to the person.
4979 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
4980 &quot;source&quot;: { # The source of a field. # The source of the field.
4981 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4982 &quot;type&quot;: &quot;A String&quot;, # The source type.
4983 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4984 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4985 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4986 &quot;userTypes&quot;: [ # Output only. The user types.
4987 &quot;A String&quot;,
4988 ],
4989 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4990 },
4991 },
4992 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4993 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4994 },
4995 &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.
4996 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
4997 &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`
4998 },
4999 ],
5000 &quot;skills&quot;: [ # The person&#x27;s skills.
5001 { # A skill that the person has.
5002 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
5003 &quot;source&quot;: { # The source of a field. # The source of the field.
5004 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5005 &quot;type&quot;: &quot;A String&quot;, # The source type.
5006 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5007 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5008 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5009 &quot;userTypes&quot;: [ # Output only. The user types.
5010 &quot;A String&quot;,
5011 ],
5012 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5013 },
5014 },
5015 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5016 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5017 },
5018 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005019 },
5020 ],
5021 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
5022 { # 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005023 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005024 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005025 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5026 &quot;type&quot;: &quot;A String&quot;, # The source type.
5027 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5028 &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 -08005029 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5030 &quot;userTypes&quot;: [ # Output only. The user types.
5031 &quot;A String&quot;,
5032 ],
5033 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5034 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005035 },
5036 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08005037 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5038 },
5039 &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.
5040 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5041 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
5042 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005043 },
5044 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
5045 },
5046 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005047 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
5048 { # 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.
5049 &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.
5050 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005051 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005052 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5053 &quot;type&quot;: &quot;A String&quot;, # The source type.
5054 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5055 &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 -08005056 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5057 &quot;userTypes&quot;: [ # Output only. The user types.
5058 &quot;A String&quot;,
5059 ],
5060 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5061 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005062 },
5063 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08005064 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005065 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005066 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
5067 },
5068 ],
5069 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
5070 { # The name that should be used to sort the person in a list.
5071 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
5072 &quot;source&quot;: { # The source of a field. # The source of the field.
5073 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5074 &quot;type&quot;: &quot;A String&quot;, # The source type.
5075 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5076 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5077 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5078 &quot;userTypes&quot;: [ # Output only. The user types.
5079 &quot;A String&quot;,
5080 ],
5081 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5082 },
5083 },
5084 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5085 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5086 },
5087 &quot;value&quot;: &quot;A String&quot;, # The file-as value
5088 },
5089 ],
5090 &quot;clientData&quot;: [ # The person&#x27;s client data.
5091 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
5092 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
5093 &quot;source&quot;: { # The source of a field. # The source of the field.
5094 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5095 &quot;type&quot;: &quot;A String&quot;, # The source type.
5096 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5097 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5098 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5099 &quot;userTypes&quot;: [ # Output only. The user types.
5100 &quot;A String&quot;,
5101 ],
5102 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5103 },
5104 },
5105 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5106 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5107 },
5108 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
5109 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
5110 },
5111 ],
5112 &quot;events&quot;: [ # The person&#x27;s events.
5113 { # An event related to the person.
5114 &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.
5115 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5116 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
5117 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
5118 },
5119 &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`
5120 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
5121 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
5122 &quot;source&quot;: { # The source of a field. # The source of the field.
5123 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5124 &quot;type&quot;: &quot;A String&quot;, # The source type.
5125 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5126 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5127 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5128 &quot;userTypes&quot;: [ # Output only. The user types.
5129 &quot;A String&quot;,
5130 ],
5131 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5132 },
5133 },
5134 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5135 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5136 },
5137 },
5138 ],
5139 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
5140 { # Arbitrary user data that is populated by the end users.
5141 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
5142 &quot;source&quot;: { # The source of a field. # The source of the field.
5143 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5144 &quot;type&quot;: &quot;A String&quot;, # The source type.
5145 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5146 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5147 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5148 &quot;userTypes&quot;: [ # Output only. The user types.
5149 &quot;A String&quot;,
5150 ],
5151 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5152 },
5153 },
5154 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5155 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5156 },
5157 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
5158 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
5159 },
5160 ],
5161 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
5162 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
5163 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
5164 &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.
5165 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5166 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
5167 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
5168 },
5169 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
5170 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
5171 &quot;source&quot;: { # The source of a field. # The source of the field.
5172 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5173 &quot;type&quot;: &quot;A String&quot;, # The source type.
5174 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5175 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5176 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5177 &quot;userTypes&quot;: [ # Output only. The user types.
5178 &quot;A String&quot;,
5179 ],
5180 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5181 },
5182 },
5183 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5184 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5185 },
5186 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
5187 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
5188 &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.
5189 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
5190 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
5191 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
5192 &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.
5193 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
5194 &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.
5195 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5196 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
5197 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
5198 },
5199 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
5200 &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 Bot0d561ef2020-11-25 07:50:41 -08005201 },
5202 ],
5203 &quot;occupations&quot;: [ # The person&#x27;s occupations.
5204 { # A person&#x27;s occupation.
5205 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005206 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005207 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5208 &quot;type&quot;: &quot;A String&quot;, # The source type.
5209 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5210 &quot;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 -08005211 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5212 &quot;userTypes&quot;: [ # Output only. The user types.
5213 &quot;A String&quot;,
5214 ],
5215 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5216 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005217 },
5218 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08005219 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005220 },
5221 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
5222 },
5223 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005224 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
5225 { # A person&#x27;s calendar URL.
5226 &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`
5227 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
5228 &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.
5229 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005230 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005231 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5232 &quot;type&quot;: &quot;A String&quot;, # The source type.
5233 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5234 &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 -08005235 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5236 &quot;userTypes&quot;: [ # Output only. The user types.
5237 &quot;A String&quot;,
5238 ],
5239 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5240 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005241 },
5242 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08005243 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005244 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005245 },
5246 ],
5247 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
5248 { # A person&#x27;s locale preference.
5249 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
5250 &quot;source&quot;: { # The source of a field. # The source of the field.
5251 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5252 &quot;type&quot;: &quot;A String&quot;, # The source type.
5253 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5254 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5255 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5256 &quot;userTypes&quot;: [ # Output only. The user types.
5257 &quot;A String&quot;,
5258 ],
5259 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5260 },
5261 },
5262 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5263 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5264 },
5265 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
5266 },
5267 ],
5268 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
5269 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
5270 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
5271 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
5272 },
5273 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
5274 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
5275 &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.
5276 },
5277 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
5278 &quot;source&quot;: { # The source of a field. # The source of the field.
5279 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5280 &quot;type&quot;: &quot;A String&quot;, # The source type.
5281 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5282 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5283 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5284 &quot;userTypes&quot;: [ # Output only. The user types.
5285 &quot;A String&quot;,
5286 ],
5287 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5288 },
5289 },
5290 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5291 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5292 },
5293 },
5294 ],
5295 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
5296 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
5297 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
5298 &quot;source&quot;: { # The source of a field. # The source of the field.
5299 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5300 &quot;type&quot;: &quot;A String&quot;, # The source type.
5301 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5302 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5303 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5304 &quot;userTypes&quot;: [ # Output only. The user types.
5305 &quot;A String&quot;,
5306 ],
5307 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5308 },
5309 },
5310 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5311 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5312 },
5313 &quot;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`
5314 &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.
5315 },
5316 ],
5317 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
5318 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
5319 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
5320 &quot;source&quot;: { # The source of a field. # The source of the field.
5321 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5322 &quot;type&quot;: &quot;A String&quot;, # The source type.
5323 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5324 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5325 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5326 &quot;userTypes&quot;: [ # Output only. The user types.
5327 &quot;A String&quot;,
5328 ],
5329 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5330 },
5331 },
5332 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5333 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5334 },
5335 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
5336 &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
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005337 },
5338 ],
Dan O'Mearadd494642020-05-01 07:42:23 -07005339 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07005340 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005341 &quot;nextSyncToken&quot;: &quot;A String&quot;, # A token, which can be sent as `sync_token` to retrieve changes since the last request. Request must set `request_sync_token` to return the sync token.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005342 }</pre>
5343</div>
5344
5345<div class="method">
5346 <code class="details" id="listDirectoryPeople_next">listDirectoryPeople_next(previous_request, previous_response)</code>
5347 <pre>Retrieves the next page of results.
5348
5349Args:
5350 previous_request: The request for the previous page. (required)
5351 previous_response: The response from the request for the previous page. (required)
5352
5353Returns:
5354 A request object that you can call &#x27;execute()&#x27; on to request the next
5355 page. Returns None if there are no more items in the collection.
5356 </pre>
5357</div>
5358
5359<div class="method">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005360 <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 -07005361 <pre>Provides a list of domain profiles and domain contacts in the authenticated user&#x27;s domain directory that match the search query.
5362
5363Args:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005364 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)
5365 Allowed values
5366 DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
5367 DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
5368 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.
5369 pageToken: string, Optional. A page token, received from a previous `SearchDirectoryPeople` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchDirectoryPeople` must match the call that provided the page token.
5370 query: string, Required. Prefix query that matches fields in the person. Does NOT use the read_mask for determining what fields to match.
5371 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 -07005372 sources: string, Required. Directory sources to return. (repeated)
5373 Allowed values
5374 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
5375 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - G Suite domain shared contact.
5376 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - G Suite domain profile.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005377 x__xgafv: string, V1 error format.
5378 Allowed values
5379 1 - v1 error format
5380 2 - v2 error format
5381
5382Returns:
5383 An object of the form:
5384
5385 { # The response to a request for people in the authenticated user&#x27;s domain directory that match the specified query.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005386 &quot;people&quot;: [ # The list of people in the domain directory that match the query.
5387 { # 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 Botb6971b02020-11-26 17:16:03 -08005388 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
5389 { # A person&#x27;s email address.
5390 &quot;value&quot;: &quot;A String&quot;, # The email address.
5391 &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.
5392 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005393 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005394 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5395 &quot;type&quot;: &quot;A String&quot;, # The source type.
5396 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5397 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005398 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5399 &quot;userTypes&quot;: [ # Output only. The user types.
5400 &quot;A String&quot;,
5401 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005402 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005403 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005404 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005405 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08005406 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5407 },
5408 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
5409 &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`
5410 },
5411 ],
5412 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
5413 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
5414 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
5415 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
5416 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
5417 &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`
5418 &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.
5419 &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.
5420 &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.
5421 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
5422 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
5423 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
5424 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
5425 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
5426 &quot;source&quot;: { # The source of a field. # The source of the field.
5427 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5428 &quot;type&quot;: &quot;A String&quot;, # The source type.
5429 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5430 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5431 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5432 &quot;userTypes&quot;: [ # Output only. The user types.
5433 &quot;A String&quot;,
5434 ],
5435 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5436 },
5437 },
5438 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5439 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005440 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005441 },
5442 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005443 &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.
5444 &quot;interests&quot;: [ # The person&#x27;s interests.
5445 { # One of the person&#x27;s interests.
5446 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
5447 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005448 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005449 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5450 &quot;type&quot;: &quot;A String&quot;, # The source type.
5451 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5452 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005453 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5454 &quot;userTypes&quot;: [ # Output only. The user types.
5455 &quot;A String&quot;,
5456 ],
5457 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5458 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005459 },
5460 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08005461 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005462 },
5463 },
5464 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005465 &quot;locations&quot;: [ # The person&#x27;s locations.
5466 { # A person&#x27;s location.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005467 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005468 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005469 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005470 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
5471 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
5472 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
5473 &quot;source&quot;: { # The source of a field. # The source of the field.
5474 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5475 &quot;type&quot;: &quot;A String&quot;, # The source type.
5476 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5477 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5478 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5479 &quot;userTypes&quot;: [ # Output only. The user types.
5480 &quot;A String&quot;,
5481 ],
5482 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5483 },
5484 },
5485 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5486 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5487 },
5488 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005489 &quot;current&quot;: True or False, # Whether the location is the current location.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005490 },
5491 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005492 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
5493 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
5494 &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.
5495 &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`
5496 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005497 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005498 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5499 &quot;type&quot;: &quot;A String&quot;, # The source type.
5500 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5501 &quot;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 -08005502 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5503 &quot;userTypes&quot;: [ # Output only. The user types.
5504 &quot;A String&quot;,
5505 ],
5506 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5507 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005508 },
5509 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08005510 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005511 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005512 },
5513 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005514 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
5515 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
5516 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005517 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005518 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5519 &quot;type&quot;: &quot;A String&quot;, # The source type.
5520 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5521 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005522 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5523 &quot;userTypes&quot;: [ # Output only. The user types.
5524 &quot;A String&quot;,
5525 ],
5526 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5527 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005528 },
5529 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08005530 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005531 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005532 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
5533 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
5534 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
5535 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
5536 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
5537 &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.
5538 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
5539 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
5540 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
5541 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
5542 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
5543 &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.
5544 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
5545 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
5546 },
5547 ],
5548 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
5549 { # A person&#x27;s associated URLs.
5550 &quot;value&quot;: &quot;A String&quot;, # The URL.
5551 &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.
5552 &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`
5553 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
5554 &quot;source&quot;: { # The source of a field. # The source of the field.
5555 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5556 &quot;type&quot;: &quot;A String&quot;, # The source type.
5557 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5558 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5559 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5560 &quot;userTypes&quot;: [ # Output only. The user types.
5561 &quot;A String&quot;,
5562 ],
5563 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5564 },
5565 },
5566 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5567 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5568 },
5569 },
5570 ],
5571 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
5572 { # A person&#x27;s nickname.
5573 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
5574 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
5575 &quot;source&quot;: { # The source of a field. # The source of the field.
5576 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5577 &quot;type&quot;: &quot;A String&quot;, # The source type.
5578 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5579 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5580 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5581 &quot;userTypes&quot;: [ # Output only. The user types.
5582 &quot;A String&quot;,
5583 ],
5584 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5585 },
5586 },
5587 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5588 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5589 },
5590 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005591 },
5592 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005593 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
5594 { # A person&#x27;s instant messaging client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005595 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005596 &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.
5597 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005598 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005599 &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`
5600 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005601 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005602 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5603 &quot;type&quot;: &quot;A String&quot;, # The source type.
5604 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5605 &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 -08005606 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5607 &quot;userTypes&quot;: [ # Output only. The user types.
5608 &quot;A String&quot;,
5609 ],
5610 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5611 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005612 },
5613 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08005614 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005615 },
5616 },
5617 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005618 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
5619 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
5620 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005621 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005622 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5623 &quot;type&quot;: &quot;A String&quot;, # The source type.
5624 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5625 &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 -08005626 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5627 &quot;userTypes&quot;: [ # Output only. The user types.
5628 &quot;A String&quot;,
5629 ],
5630 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5631 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005632 },
5633 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08005634 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005635 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005636 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005637 },
5638 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005639 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005640 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
5641 &quot;A String&quot;,
5642 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005643 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
5644 &quot;sources&quot;: [ # The sources of data for the person.
5645 { # The source of a field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005646 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5647 &quot;type&quot;: &quot;A String&quot;, # The source type.
5648 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5649 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005650 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5651 &quot;userTypes&quot;: [ # Output only. The user types.
5652 &quot;A String&quot;,
5653 ],
5654 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5655 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005656 },
5657 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005658 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
5659 &quot;A String&quot;,
5660 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005661 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005662 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005663 &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}`.
5664 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
5665 { # A person&#x27;s age range.
5666 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
5667 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005668 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005669 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5670 &quot;type&quot;: &quot;A String&quot;, # The source type.
5671 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5672 &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 -08005673 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5674 &quot;userTypes&quot;: [ # Output only. The user types.
5675 &quot;A String&quot;,
5676 ],
5677 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5678 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005679 },
5680 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08005681 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005682 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005683 },
5684 ],
5685 &quot;relations&quot;: [ # The person&#x27;s relations.
5686 { # A person&#x27;s relation to another person.
5687 &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.
5688 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
5689 &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`
5690 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
5691 &quot;source&quot;: { # The source of a field. # The source of the field.
5692 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5693 &quot;type&quot;: &quot;A String&quot;, # The source type.
5694 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5695 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5696 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5697 &quot;userTypes&quot;: [ # Output only. The user types.
5698 &quot;A String&quot;,
5699 ],
5700 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5701 },
5702 },
5703 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5704 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5705 },
5706 },
5707 ],
5708 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
5709 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
5710 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
5711 &quot;source&quot;: { # The source of a field. # The source of the field.
5712 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5713 &quot;type&quot;: &quot;A String&quot;, # The source type.
5714 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5715 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5716 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5717 &quot;userTypes&quot;: [ # Output only. The user types.
5718 &quot;A String&quot;,
5719 ],
5720 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5721 },
5722 },
5723 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5724 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5725 },
5726 &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.
5727 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
5728 },
5729 ],
5730 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
5731 { # A person&#x27;s phone number.
5732 &quot;value&quot;: &quot;A String&quot;, # The phone number.
5733 &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.
5734 &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.
5735 &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`
5736 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
5737 &quot;source&quot;: { # The source of a field. # The source of the field.
5738 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5739 &quot;type&quot;: &quot;A String&quot;, # The source type.
5740 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5741 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5742 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5743 &quot;userTypes&quot;: [ # Output only. The user types.
5744 &quot;A String&quot;,
5745 ],
5746 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5747 },
5748 },
5749 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5750 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5751 },
5752 },
5753 ],
5754 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
5755 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
5756 &quot;value&quot;: &quot;A String&quot;, # The tagline.
5757 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
5758 &quot;source&quot;: { # The source of a field. # The source of the field.
5759 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5760 &quot;type&quot;: &quot;A String&quot;, # The source type.
5761 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5762 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5763 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5764 &quot;userTypes&quot;: [ # Output only. The user types.
5765 &quot;A String&quot;,
5766 ],
5767 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5768 },
5769 },
5770 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5771 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5772 },
5773 },
5774 ],
5775 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
5776 { # A person&#x27;s gender.
5777 &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.
5778 &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`
5779 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
5780 &quot;source&quot;: { # The source of a field. # The source of the field.
5781 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5782 &quot;type&quot;: &quot;A String&quot;, # The source type.
5783 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5784 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5785 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5786 &quot;userTypes&quot;: [ # Output only. The user types.
5787 &quot;A String&quot;,
5788 ],
5789 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5790 },
5791 },
5792 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5793 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5794 },
5795 &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`
5796 },
5797 ],
5798 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
5799 { # A person&#x27;s short biography.
5800 &quot;value&quot;: &quot;A String&quot;, # The short biography.
5801 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
5802 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
5803 &quot;source&quot;: { # The source of a field. # The source of the field.
5804 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5805 &quot;type&quot;: &quot;A String&quot;, # The source type.
5806 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5807 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5808 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5809 &quot;userTypes&quot;: [ # Output only. The user types.
5810 &quot;A String&quot;,
5811 ],
5812 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5813 },
5814 },
5815 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5816 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5817 },
5818 },
5819 ],
5820 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
5821 { # A person&#x27;s miscellaneous keyword.
5822 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
5823 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
5824 &quot;source&quot;: { # The source of a field. # The source of the field.
5825 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5826 &quot;type&quot;: &quot;A String&quot;, # The source type.
5827 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5828 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5829 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5830 &quot;userTypes&quot;: [ # Output only. The user types.
5831 &quot;A String&quot;,
5832 ],
5833 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5834 },
5835 },
5836 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5837 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5838 },
5839 &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.
5840 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
5841 },
5842 ],
5843 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
5844 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
5845 &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`
5846 &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.
5847 &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.
5848 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
5849 &quot;source&quot;: { # The source of a field. # The source of the field.
5850 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5851 &quot;type&quot;: &quot;A String&quot;, # The source type.
5852 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5853 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5854 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5855 &quot;userTypes&quot;: [ # Output only. The user types.
5856 &quot;A String&quot;,
5857 ],
5858 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5859 },
5860 },
5861 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5862 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5863 },
5864 },
5865 ],
5866 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
5867 { # An identifier from an external entity related to the person.
5868 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
5869 &quot;source&quot;: { # The source of a field. # The source of the field.
5870 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5871 &quot;type&quot;: &quot;A String&quot;, # The source type.
5872 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5873 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5874 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5875 &quot;userTypes&quot;: [ # Output only. The user types.
5876 &quot;A String&quot;,
5877 ],
5878 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5879 },
5880 },
5881 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5882 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5883 },
5884 &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.
5885 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
5886 &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`
5887 },
5888 ],
5889 &quot;skills&quot;: [ # The person&#x27;s skills.
5890 { # A skill that the person has.
5891 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
5892 &quot;source&quot;: { # The source of a field. # The source of the field.
5893 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5894 &quot;type&quot;: &quot;A String&quot;, # The source type.
5895 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5896 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5897 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5898 &quot;userTypes&quot;: [ # Output only. The user types.
5899 &quot;A String&quot;,
5900 ],
5901 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5902 },
5903 },
5904 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5905 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5906 },
5907 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005908 },
5909 ],
5910 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
5911 { # 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005912 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005913 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005914 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5915 &quot;type&quot;: &quot;A String&quot;, # The source type.
5916 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5917 &quot;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 -08005918 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5919 &quot;userTypes&quot;: [ # Output only. The user types.
5920 &quot;A String&quot;,
5921 ],
5922 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5923 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005924 },
5925 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08005926 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5927 },
5928 &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.
5929 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5930 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
5931 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005932 },
5933 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
5934 },
5935 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005936 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
5937 { # 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.
5938 &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.
5939 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005940 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005941 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5942 &quot;type&quot;: &quot;A String&quot;, # The source type.
5943 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5944 &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 -08005945 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5946 &quot;userTypes&quot;: [ # Output only. The user types.
5947 &quot;A String&quot;,
5948 ],
5949 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5950 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005951 },
5952 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005953 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005954 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08005955 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
5956 },
5957 ],
5958 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
5959 { # The name that should be used to sort the person in a list.
5960 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
5961 &quot;source&quot;: { # The source of a field. # The source of the field.
5962 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5963 &quot;type&quot;: &quot;A String&quot;, # The source type.
5964 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5965 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5966 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5967 &quot;userTypes&quot;: [ # Output only. The user types.
5968 &quot;A String&quot;,
5969 ],
5970 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5971 },
5972 },
5973 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5974 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5975 },
5976 &quot;value&quot;: &quot;A String&quot;, # The file-as value
5977 },
5978 ],
5979 &quot;clientData&quot;: [ # The person&#x27;s client data.
5980 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
5981 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
5982 &quot;source&quot;: { # The source of a field. # The source of the field.
5983 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5984 &quot;type&quot;: &quot;A String&quot;, # The source type.
5985 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5986 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5987 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5988 &quot;userTypes&quot;: [ # Output only. The user types.
5989 &quot;A String&quot;,
5990 ],
5991 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5992 },
5993 },
5994 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5995 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5996 },
5997 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
5998 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
5999 },
6000 ],
6001 &quot;events&quot;: [ # The person&#x27;s events.
6002 { # An event related to the person.
6003 &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.
6004 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6005 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
6006 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
6007 },
6008 &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`
6009 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
6010 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
6011 &quot;source&quot;: { # The source of a field. # The source of the field.
6012 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6013 &quot;type&quot;: &quot;A String&quot;, # The source type.
6014 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6015 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6016 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6017 &quot;userTypes&quot;: [ # Output only. The user types.
6018 &quot;A String&quot;,
6019 ],
6020 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6021 },
6022 },
6023 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6024 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6025 },
6026 },
6027 ],
6028 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
6029 { # Arbitrary user data that is populated by the end users.
6030 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
6031 &quot;source&quot;: { # The source of a field. # The source of the field.
6032 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6033 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;userTypes&quot;: [ # Output only. The user types.
6038 &quot;A String&quot;,
6039 ],
6040 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6041 },
6042 },
6043 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6044 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6045 },
6046 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
6047 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
6048 },
6049 ],
6050 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
6051 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
6052 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
6053 &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.
6054 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6055 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
6056 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
6057 },
6058 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
6059 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
6060 &quot;source&quot;: { # The source of a field. # The source of the field.
6061 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6062 &quot;type&quot;: &quot;A String&quot;, # The source type.
6063 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6064 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6065 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6066 &quot;userTypes&quot;: [ # Output only. The user types.
6067 &quot;A String&quot;,
6068 ],
6069 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6070 },
6071 },
6072 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6073 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6074 },
6075 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
6076 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
6077 &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.
6078 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
6079 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
6080 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
6081 &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.
6082 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
6083 &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.
6084 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6085 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
6086 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
6087 },
6088 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
6089 &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 Bot0d561ef2020-11-25 07:50:41 -08006090 },
6091 ],
6092 &quot;occupations&quot;: [ # The person&#x27;s occupations.
6093 { # A person&#x27;s occupation.
6094 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006095 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006096 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6097 &quot;type&quot;: &quot;A String&quot;, # The source type.
6098 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6099 &quot;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 -08006100 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6101 &quot;userTypes&quot;: [ # Output only. The user types.
6102 &quot;A String&quot;,
6103 ],
6104 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6105 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006106 },
6107 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08006108 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006109 },
6110 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
6111 },
6112 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006113 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
6114 { # A person&#x27;s calendar URL.
6115 &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`
6116 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
6117 &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.
6118 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006119 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006120 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6121 &quot;type&quot;: &quot;A String&quot;, # The source type.
6122 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6123 &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 -08006124 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6125 &quot;userTypes&quot;: [ # Output only. The user types.
6126 &quot;A String&quot;,
6127 ],
6128 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6129 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006130 },
6131 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08006132 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006133 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006134 },
6135 ],
6136 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
6137 { # A person&#x27;s locale preference.
6138 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
6139 &quot;source&quot;: { # The source of a field. # The source of the field.
6140 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6141 &quot;type&quot;: &quot;A String&quot;, # The source type.
6142 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6143 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6144 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6145 &quot;userTypes&quot;: [ # Output only. The user types.
6146 &quot;A String&quot;,
6147 ],
6148 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6149 },
6150 },
6151 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6152 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6153 },
6154 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
6155 },
6156 ],
6157 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
6158 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
6159 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
6160 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
6161 },
6162 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
6163 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
6164 &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.
6165 },
6166 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
6167 &quot;source&quot;: { # The source of a field. # The source of the field.
6168 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6169 &quot;type&quot;: &quot;A String&quot;, # The source type.
6170 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6171 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6172 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6173 &quot;userTypes&quot;: [ # Output only. The user types.
6174 &quot;A String&quot;,
6175 ],
6176 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6177 },
6178 },
6179 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6181 },
6182 },
6183 ],
6184 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
6185 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
6186 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
6187 &quot;source&quot;: { # The source of a field. # The source of the field.
6188 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6189 &quot;type&quot;: &quot;A String&quot;, # The source type.
6190 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6191 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6192 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6193 &quot;userTypes&quot;: [ # Output only. The user types.
6194 &quot;A String&quot;,
6195 ],
6196 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6197 },
6198 },
6199 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6200 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6201 },
6202 &quot;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`
6203 &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.
6204 },
6205 ],
6206 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
6207 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
6208 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
6209 &quot;source&quot;: { # The source of a field. # The source of the field.
6210 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6211 &quot;type&quot;: &quot;A String&quot;, # The source type.
6212 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6213 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6214 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6215 &quot;userTypes&quot;: [ # Output only. The user types.
6216 &quot;A String&quot;,
6217 ],
6218 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6219 },
6220 },
6221 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6222 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6223 },
6224 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
6225 &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
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006226 },
6227 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006228 },
6229 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006230 &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.
6231 &quot;totalSize&quot;: 42, # The total number of items in the list without pagination.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006232 }</pre>
6233</div>
6234
6235<div class="method">
6236 <code class="details" id="searchDirectoryPeople_next">searchDirectoryPeople_next(previous_request, previous_response)</code>
6237 <pre>Retrieves the next page of results.
6238
6239Args:
6240 previous_request: The request for the previous page. (required)
6241 previous_response: The response from the request for the previous page. (required)
6242
6243Returns:
6244 A request object that you can call &#x27;execute()&#x27; on to request the next
6245 page. Returns None if there are no more items in the collection.
6246 </pre>
6247</div>
6248
6249<div class="method">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006250 <code class="details" id="updateContact">updateContact(resourceName, body=None, sources=None, updatePersonFields=None, personFields=None, x__xgafv=None)</code>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006251 <pre>Update contact data for an existing contact person. Any non-contact data will not be modified. Any non-contact data in the person to update will be ignored. All fields specified in the `update_mask` will be replaced. The server returns a 400 error if `person.metadata.sources` is not specified for the contact to be updated or if there is no contact source. The server returns a 400 error with reason `&quot;failedPrecondition&quot;` if `person.metadata.sources.etag` is different than the contact&#x27;s etag, which indicates the contact has changed since its data was read. Clients should get the latest person and merge their updates into the latest person. The server returns a 400 error if `memberships` are being updated and there are no contact group memberships specified on the person. The server returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006252
6253Args:
6254 resourceName: string, The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`. (required)
6255 body: object, The request body.
6256 The object takes the form of:
6257
6258{ # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006259 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
6260 { # A person&#x27;s email address.
6261 &quot;value&quot;: &quot;A String&quot;, # The email address.
6262 &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.
6263 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006264 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006265 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6266 &quot;type&quot;: &quot;A String&quot;, # The source type.
6267 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6268 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006269 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6270 &quot;userTypes&quot;: [ # Output only. The user types.
6271 &quot;A String&quot;,
6272 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006273 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006274 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006275 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006276 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08006277 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6278 },
6279 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
6280 &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`
6281 },
6282 ],
6283 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
6284 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
6285 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
6286 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
6287 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
6288 &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`
6289 &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.
6290 &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.
6291 &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.
6292 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
6293 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
6294 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
6295 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
6296 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
6297 &quot;source&quot;: { # The source of a field. # The source of the field.
6298 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6299 &quot;type&quot;: &quot;A String&quot;, # The source type.
6300 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6301 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6302 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6303 &quot;userTypes&quot;: [ # Output only. The user types.
6304 &quot;A String&quot;,
6305 ],
6306 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6307 },
6308 },
6309 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6310 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006311 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006312 },
6313 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006314 &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.
6315 &quot;interests&quot;: [ # The person&#x27;s interests.
6316 { # One of the person&#x27;s interests.
6317 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
6318 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006319 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006320 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6321 &quot;type&quot;: &quot;A String&quot;, # The source type.
6322 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6323 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006324 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6325 &quot;userTypes&quot;: [ # Output only. The user types.
6326 &quot;A String&quot;,
6327 ],
6328 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6329 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006330 },
6331 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08006332 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006333 },
6334 },
6335 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006336 &quot;locations&quot;: [ # The person&#x27;s locations.
6337 { # A person&#x27;s location.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006338 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006339 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006340 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006341 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
6342 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
6343 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
6344 &quot;source&quot;: { # The source of a field. # The source of the field.
6345 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6346 &quot;type&quot;: &quot;A String&quot;, # The source type.
6347 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6348 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6349 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6350 &quot;userTypes&quot;: [ # Output only. The user types.
6351 &quot;A String&quot;,
6352 ],
6353 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6354 },
6355 },
6356 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6357 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6358 },
6359 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006360 &quot;current&quot;: True or False, # Whether the location is the current location.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006361 },
6362 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006363 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
6364 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
6365 &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.
6366 &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`
6367 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006368 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006369 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6370 &quot;type&quot;: &quot;A String&quot;, # The source type.
6371 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6372 &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 -08006373 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6374 &quot;userTypes&quot;: [ # Output only. The user types.
6375 &quot;A String&quot;,
6376 ],
6377 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6378 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006379 },
6380 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08006381 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006382 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006383 },
6384 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006385 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
6386 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
6387 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006388 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006389 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6390 &quot;type&quot;: &quot;A String&quot;, # The source type.
6391 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6392 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006393 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6394 &quot;userTypes&quot;: [ # Output only. The user types.
6395 &quot;A String&quot;,
6396 ],
6397 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6398 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006399 },
6400 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08006401 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006402 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006403 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
6404 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
6405 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
6406 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
6407 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
6408 &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.
6409 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
6410 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
6411 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
6412 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
6413 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
6414 &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.
6415 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
6416 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
6417 },
6418 ],
6419 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
6420 { # A person&#x27;s associated URLs.
6421 &quot;value&quot;: &quot;A String&quot;, # The URL.
6422 &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.
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;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
6425 &quot;source&quot;: { # The source of a field. # The source of the field.
6426 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6427 &quot;type&quot;: &quot;A String&quot;, # The source type.
6428 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6429 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6430 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6431 &quot;userTypes&quot;: [ # Output only. The user types.
6432 &quot;A String&quot;,
6433 ],
6434 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6435 },
6436 },
6437 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6438 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6439 },
6440 },
6441 ],
6442 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
6443 { # A person&#x27;s nickname.
6444 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
6445 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
6446 &quot;source&quot;: { # The source of a field. # The source of the field.
6447 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6448 &quot;type&quot;: &quot;A String&quot;, # The source type.
6449 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6450 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6451 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6452 &quot;userTypes&quot;: [ # Output only. The user types.
6453 &quot;A String&quot;,
6454 ],
6455 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6456 },
6457 },
6458 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6459 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6460 },
6461 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006462 },
6463 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006464 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
6465 { # A person&#x27;s instant messaging client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006466 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006467 &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.
6468 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006469 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006470 &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`
6471 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006472 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006473 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6474 &quot;type&quot;: &quot;A String&quot;, # The source type.
6475 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6476 &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 -08006477 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6478 &quot;userTypes&quot;: [ # Output only. The user types.
6479 &quot;A String&quot;,
6480 ],
6481 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6482 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006483 },
6484 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08006485 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006486 },
6487 },
6488 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006489 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
6490 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
6491 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006492 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006493 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6494 &quot;type&quot;: &quot;A String&quot;, # The source type.
6495 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6496 &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 -08006497 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6498 &quot;userTypes&quot;: [ # Output only. The user types.
6499 &quot;A String&quot;,
6500 ],
6501 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6502 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006503 },
6504 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08006505 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006506 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006507 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006508 },
6509 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006510 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006511 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
6512 &quot;A String&quot;,
6513 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006514 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
6515 &quot;sources&quot;: [ # The sources of data for the person.
6516 { # The source of a field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006517 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6518 &quot;type&quot;: &quot;A String&quot;, # The source type.
6519 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6520 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006521 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6522 &quot;userTypes&quot;: [ # Output only. The user types.
6523 &quot;A String&quot;,
6524 ],
6525 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6526 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006527 },
6528 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006529 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
6530 &quot;A String&quot;,
6531 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006532 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006533 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006534 &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}`.
6535 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
6536 { # A person&#x27;s age range.
6537 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
6538 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006539 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006540 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6541 &quot;type&quot;: &quot;A String&quot;, # The source type.
6542 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6543 &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 -08006544 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6545 &quot;userTypes&quot;: [ # Output only. The user types.
6546 &quot;A String&quot;,
6547 ],
6548 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6549 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006550 },
6551 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08006552 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006553 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006554 },
6555 ],
6556 &quot;relations&quot;: [ # The person&#x27;s relations.
6557 { # A person&#x27;s relation to another person.
6558 &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.
6559 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
6560 &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`
6561 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
6562 &quot;source&quot;: { # The source of a field. # The source of the field.
6563 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6564 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;userTypes&quot;: [ # Output only. The user types.
6569 &quot;A String&quot;,
6570 ],
6571 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6572 },
6573 },
6574 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6575 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6576 },
6577 },
6578 ],
6579 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
6580 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
6581 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
6582 &quot;source&quot;: { # The source of a field. # The source of the field.
6583 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6584 &quot;type&quot;: &quot;A String&quot;, # The source type.
6585 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6586 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6587 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6588 &quot;userTypes&quot;: [ # Output only. The user types.
6589 &quot;A String&quot;,
6590 ],
6591 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6592 },
6593 },
6594 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6595 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6596 },
6597 &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.
6598 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
6599 },
6600 ],
6601 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
6602 { # A person&#x27;s phone number.
6603 &quot;value&quot;: &quot;A String&quot;, # The phone number.
6604 &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.
6605 &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.
6606 &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`
6607 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
6608 &quot;source&quot;: { # The source of a field. # The source of the field.
6609 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6610 &quot;type&quot;: &quot;A String&quot;, # The source type.
6611 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6612 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6613 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6614 &quot;userTypes&quot;: [ # Output only. The user types.
6615 &quot;A String&quot;,
6616 ],
6617 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6618 },
6619 },
6620 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6621 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6622 },
6623 },
6624 ],
6625 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
6626 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
6627 &quot;value&quot;: &quot;A String&quot;, # The tagline.
6628 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
6629 &quot;source&quot;: { # The source of a field. # The source of the field.
6630 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6631 &quot;type&quot;: &quot;A String&quot;, # The source type.
6632 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6633 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6634 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6635 &quot;userTypes&quot;: [ # Output only. The user types.
6636 &quot;A String&quot;,
6637 ],
6638 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6639 },
6640 },
6641 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6642 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6643 },
6644 },
6645 ],
6646 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
6647 { # A person&#x27;s gender.
6648 &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.
6649 &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`
6650 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
6651 &quot;source&quot;: { # The source of a field. # The source of the field.
6652 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6653 &quot;type&quot;: &quot;A String&quot;, # The source type.
6654 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6655 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6656 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6657 &quot;userTypes&quot;: [ # Output only. The user types.
6658 &quot;A String&quot;,
6659 ],
6660 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6661 },
6662 },
6663 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6664 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6665 },
6666 &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`
6667 },
6668 ],
6669 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
6670 { # A person&#x27;s short biography.
6671 &quot;value&quot;: &quot;A String&quot;, # The short biography.
6672 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
6673 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
6674 &quot;source&quot;: { # The source of a field. # The source of the field.
6675 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6676 &quot;type&quot;: &quot;A String&quot;, # The source type.
6677 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6678 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6679 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6680 &quot;userTypes&quot;: [ # Output only. The user types.
6681 &quot;A String&quot;,
6682 ],
6683 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6684 },
6685 },
6686 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6687 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6688 },
6689 },
6690 ],
6691 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
6692 { # A person&#x27;s miscellaneous keyword.
6693 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
6694 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
6695 &quot;source&quot;: { # The source of a field. # The source of the field.
6696 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6697 &quot;type&quot;: &quot;A String&quot;, # The source type.
6698 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6699 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6700 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6701 &quot;userTypes&quot;: [ # Output only. The user types.
6702 &quot;A String&quot;,
6703 ],
6704 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6705 },
6706 },
6707 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6708 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6709 },
6710 &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.
6711 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
6712 },
6713 ],
6714 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
6715 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
6716 &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`
6717 &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.
6718 &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.
6719 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
6720 &quot;source&quot;: { # The source of a field. # The source of the field.
6721 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6722 &quot;type&quot;: &quot;A String&quot;, # The source type.
6723 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6724 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6725 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6726 &quot;userTypes&quot;: [ # Output only. The user types.
6727 &quot;A String&quot;,
6728 ],
6729 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6730 },
6731 },
6732 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6733 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6734 },
6735 },
6736 ],
6737 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
6738 { # An identifier from an external entity related to the person.
6739 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
6740 &quot;source&quot;: { # The source of a field. # The source of the field.
6741 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6742 &quot;type&quot;: &quot;A String&quot;, # The source type.
6743 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6744 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6745 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6746 &quot;userTypes&quot;: [ # Output only. The user types.
6747 &quot;A String&quot;,
6748 ],
6749 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6750 },
6751 },
6752 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6753 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6754 },
6755 &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.
6756 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
6757 &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`
6758 },
6759 ],
6760 &quot;skills&quot;: [ # The person&#x27;s skills.
6761 { # A skill that the person has.
6762 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
6763 &quot;source&quot;: { # The source of a field. # The source of the field.
6764 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6765 &quot;type&quot;: &quot;A String&quot;, # The source type.
6766 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6767 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6768 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6769 &quot;userTypes&quot;: [ # Output only. The user types.
6770 &quot;A String&quot;,
6771 ],
6772 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6773 },
6774 },
6775 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6776 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6777 },
6778 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006779 },
6780 ],
6781 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
6782 { # 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006783 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006784 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006785 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6786 &quot;type&quot;: &quot;A String&quot;, # The source type.
6787 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6788 &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 -08006789 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6790 &quot;userTypes&quot;: [ # Output only. The user types.
6791 &quot;A String&quot;,
6792 ],
6793 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6794 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006795 },
6796 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08006797 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6798 },
6799 &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.
6800 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6801 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
6802 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006803 },
6804 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
6805 },
6806 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006807 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
6808 { # 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.
6809 &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.
6810 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006811 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006812 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6813 &quot;type&quot;: &quot;A String&quot;, # The source type.
6814 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6815 &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 -08006816 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6817 &quot;userTypes&quot;: [ # Output only. The user types.
6818 &quot;A String&quot;,
6819 ],
6820 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6821 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006822 },
6823 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08006824 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006825 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006826 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
6827 },
6828 ],
6829 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
6830 { # The name that should be used to sort the person in a list.
6831 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
6832 &quot;source&quot;: { # The source of a field. # The source of the field.
6833 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6834 &quot;type&quot;: &quot;A String&quot;, # The source type.
6835 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6836 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6837 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6838 &quot;userTypes&quot;: [ # Output only. The user types.
6839 &quot;A String&quot;,
6840 ],
6841 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6842 },
6843 },
6844 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6845 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6846 },
6847 &quot;value&quot;: &quot;A String&quot;, # The file-as value
6848 },
6849 ],
6850 &quot;clientData&quot;: [ # The person&#x27;s client data.
6851 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
6852 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
6853 &quot;source&quot;: { # The source of a field. # The source of the field.
6854 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6855 &quot;type&quot;: &quot;A String&quot;, # The source type.
6856 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6857 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6858 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6859 &quot;userTypes&quot;: [ # Output only. The user types.
6860 &quot;A String&quot;,
6861 ],
6862 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6863 },
6864 },
6865 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6866 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6867 },
6868 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
6869 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
6870 },
6871 ],
6872 &quot;events&quot;: [ # The person&#x27;s events.
6873 { # An event related to the person.
6874 &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.
6875 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6876 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
6877 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
6878 },
6879 &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`
6880 &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.
6881 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
6882 &quot;source&quot;: { # The source of a field. # The source of the field.
6883 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6884 &quot;type&quot;: &quot;A String&quot;, # The source type.
6885 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6886 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6887 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6888 &quot;userTypes&quot;: [ # Output only. The user types.
6889 &quot;A String&quot;,
6890 ],
6891 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6892 },
6893 },
6894 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6895 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6896 },
6897 },
6898 ],
6899 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
6900 { # Arbitrary user data that is populated by the end users.
6901 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
6902 &quot;source&quot;: { # The source of a field. # The source of the field.
6903 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6904 &quot;type&quot;: &quot;A String&quot;, # The source type.
6905 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6906 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6907 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6908 &quot;userTypes&quot;: [ # Output only. The user types.
6909 &quot;A String&quot;,
6910 ],
6911 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6912 },
6913 },
6914 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6915 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6916 },
6917 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
6918 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
6919 },
6920 ],
6921 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
6922 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
6923 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
6924 &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.
6925 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6926 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
6927 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
6928 },
6929 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
6930 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
6931 &quot;source&quot;: { # The source of a field. # The source of the field.
6932 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6933 &quot;type&quot;: &quot;A String&quot;, # The source type.
6934 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6935 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6936 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6937 &quot;userTypes&quot;: [ # Output only. The user types.
6938 &quot;A String&quot;,
6939 ],
6940 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6941 },
6942 },
6943 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6944 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6945 },
6946 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
6947 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
6948 &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.
6949 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
6950 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
6951 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
6952 &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.
6953 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
6954 &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.
6955 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6956 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
6957 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
6958 },
6959 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
6960 &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 Bot0d561ef2020-11-25 07:50:41 -08006961 },
6962 ],
6963 &quot;occupations&quot;: [ # The person&#x27;s occupations.
6964 { # A person&#x27;s occupation.
6965 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006966 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006967 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6968 &quot;type&quot;: &quot;A String&quot;, # The source type.
6969 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6970 &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 -08006971 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6972 &quot;userTypes&quot;: [ # Output only. The user types.
6973 &quot;A String&quot;,
6974 ],
6975 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6976 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006977 },
6978 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08006979 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006980 },
6981 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
6982 },
6983 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006984 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
6985 { # A person&#x27;s calendar URL.
6986 &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`
6987 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
6988 &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.
6989 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08006990 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08006991 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6992 &quot;type&quot;: &quot;A String&quot;, # The source type.
6993 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6994 &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 -08006995 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6996 &quot;userTypes&quot;: [ # Output only. The user types.
6997 &quot;A String&quot;,
6998 ],
6999 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7000 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007001 },
7002 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08007003 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007004 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007005 },
7006 ],
7007 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
7008 { # A person&#x27;s locale preference.
7009 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
7010 &quot;source&quot;: { # The source of a field. # The source of the field.
7011 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7012 &quot;type&quot;: &quot;A String&quot;, # The source type.
7013 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7014 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7015 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7016 &quot;userTypes&quot;: [ # Output only. The user types.
7017 &quot;A String&quot;,
7018 ],
7019 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7020 },
7021 },
7022 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7023 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7024 },
7025 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
7026 },
7027 ],
7028 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
7029 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
7030 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
7031 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
7032 },
7033 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
7034 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
7035 &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.
7036 },
7037 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
7038 &quot;source&quot;: { # The source of a field. # The source of the field.
7039 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7040 &quot;type&quot;: &quot;A String&quot;, # The source type.
7041 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7042 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7043 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7044 &quot;userTypes&quot;: [ # Output only. The user types.
7045 &quot;A String&quot;,
7046 ],
7047 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7048 },
7049 },
7050 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7051 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7052 },
7053 },
7054 ],
7055 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
7056 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
7057 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
7058 &quot;source&quot;: { # The source of a field. # The source of the field.
7059 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7060 &quot;type&quot;: &quot;A String&quot;, # The source type.
7061 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7062 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7063 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7064 &quot;userTypes&quot;: [ # Output only. The user types.
7065 &quot;A String&quot;,
7066 ],
7067 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7068 },
7069 },
7070 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7071 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7072 },
7073 &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`
7074 &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.
7075 },
7076 ],
7077 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
7078 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
7079 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
7080 &quot;source&quot;: { # The source of a field. # The source of the field.
7081 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7082 &quot;type&quot;: &quot;A String&quot;, # The source type.
7083 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7084 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7085 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7086 &quot;userTypes&quot;: [ # Output only. The user types.
7087 &quot;A String&quot;,
7088 ],
7089 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7090 },
7091 },
7092 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7093 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7094 },
7095 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
7096 &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
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007097 },
7098 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007099}
7100
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007101 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 -07007102 Allowed values
7103 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
7104 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
7105 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
7106 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007107 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
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007108 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 Kimd059ad82020-07-22 17:02:09 -07007109 x__xgafv: string, V1 error format.
7110 Allowed values
7111 1 - v1 error format
7112 2 - v2 error format
7113
7114Returns:
7115 An object of the form:
7116
7117 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007118 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
7119 { # A person&#x27;s email address.
7120 &quot;value&quot;: &quot;A String&quot;, # The email address.
7121 &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.
7122 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007123 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007124 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7125 &quot;type&quot;: &quot;A String&quot;, # The source type.
7126 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7127 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007128 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7129 &quot;userTypes&quot;: [ # Output only. The user types.
7130 &quot;A String&quot;,
7131 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007132 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007133 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007134 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007135 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08007136 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7137 },
7138 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
7139 &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`
7140 },
7141 ],
7142 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
7143 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
7144 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
7145 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
7146 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
7147 &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`
7148 &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.
7149 &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.
7150 &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.
7151 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
7152 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
7153 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
7154 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
7155 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
7156 &quot;source&quot;: { # The source of a field. # The source of the field.
7157 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7158 &quot;type&quot;: &quot;A String&quot;, # The source type.
7159 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7160 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7161 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7162 &quot;userTypes&quot;: [ # Output only. The user types.
7163 &quot;A String&quot;,
7164 ],
7165 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7166 },
7167 },
7168 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7169 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007170 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007171 },
7172 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007173 &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.
7174 &quot;interests&quot;: [ # The person&#x27;s interests.
7175 { # One of the person&#x27;s interests.
7176 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
7177 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007178 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007179 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7180 &quot;type&quot;: &quot;A String&quot;, # The source type.
7181 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7182 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007183 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7184 &quot;userTypes&quot;: [ # Output only. The user types.
7185 &quot;A String&quot;,
7186 ],
7187 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7188 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007189 },
7190 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08007191 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007192 },
7193 },
7194 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007195 &quot;locations&quot;: [ # The person&#x27;s locations.
7196 { # A person&#x27;s location.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007197 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007198 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007199 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007200 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
7201 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
7202 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
7203 &quot;source&quot;: { # The source of a field. # The source of the field.
7204 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7205 &quot;type&quot;: &quot;A String&quot;, # The source type.
7206 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7207 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7208 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7209 &quot;userTypes&quot;: [ # Output only. The user types.
7210 &quot;A String&quot;,
7211 ],
7212 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7213 },
7214 },
7215 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7216 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7217 },
7218 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007219 &quot;current&quot;: True or False, # Whether the location is the current location.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007220 },
7221 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007222 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
7223 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
7224 &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.
7225 &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`
7226 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007227 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007228 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7229 &quot;type&quot;: &quot;A String&quot;, # The source type.
7230 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7231 &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 -08007232 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7233 &quot;userTypes&quot;: [ # Output only. The user types.
7234 &quot;A String&quot;,
7235 ],
7236 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7237 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007238 },
7239 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08007240 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007241 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007242 },
7243 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007244 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
7245 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
7246 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007247 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007248 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7249 &quot;type&quot;: &quot;A String&quot;, # The source type.
7250 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7251 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007252 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7253 &quot;userTypes&quot;: [ # Output only. The user types.
7254 &quot;A String&quot;,
7255 ],
7256 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7257 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007258 },
7259 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08007260 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007261 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007262 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
7263 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
7264 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
7265 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
7266 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
7267 &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.
7268 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
7269 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
7270 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
7271 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
7272 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
7273 &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.
7274 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
7275 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
7276 },
7277 ],
7278 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
7279 { # A person&#x27;s associated URLs.
7280 &quot;value&quot;: &quot;A String&quot;, # The URL.
7281 &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.
7282 &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`
7283 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
7284 &quot;source&quot;: { # The source of a field. # The source of the field.
7285 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7286 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;userTypes&quot;: [ # Output only. The user types.
7291 &quot;A String&quot;,
7292 ],
7293 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7294 },
7295 },
7296 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7297 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7298 },
7299 },
7300 ],
7301 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
7302 { # A person&#x27;s nickname.
7303 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
7304 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
7305 &quot;source&quot;: { # The source of a field. # The source of the field.
7306 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7307 &quot;type&quot;: &quot;A String&quot;, # The source type.
7308 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7309 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7310 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7311 &quot;userTypes&quot;: [ # Output only. The user types.
7312 &quot;A String&quot;,
7313 ],
7314 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7315 },
7316 },
7317 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7318 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7319 },
7320 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007321 },
7322 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007323 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
7324 { # A person&#x27;s instant messaging client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007325 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007326 &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.
7327 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007328 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007329 &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`
7330 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007331 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007332 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7333 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;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 -08007336 &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;userTypes&quot;: [ # Output only. The user types.
7338 &quot;A String&quot;,
7339 ],
7340 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7341 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007342 },
7343 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08007344 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007345 },
7346 },
7347 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007348 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
7349 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
7350 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007351 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007352 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7353 &quot;type&quot;: &quot;A String&quot;, # The source type.
7354 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7355 &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 -08007356 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7357 &quot;userTypes&quot;: [ # Output only. The user types.
7358 &quot;A String&quot;,
7359 ],
7360 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7361 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007362 },
7363 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08007364 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007365 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007366 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007367 },
7368 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007369 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007370 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
7371 &quot;A String&quot;,
7372 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007373 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
7374 &quot;sources&quot;: [ # The sources of data for the person.
7375 { # The source of a field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007376 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7377 &quot;type&quot;: &quot;A String&quot;, # The source type.
7378 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7379 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007380 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7381 &quot;userTypes&quot;: [ # Output only. The user types.
7382 &quot;A String&quot;,
7383 ],
7384 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7385 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007386 },
7387 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007388 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
7389 &quot;A String&quot;,
7390 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007391 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007392 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007393 &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}`.
7394 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
7395 { # A person&#x27;s age range.
7396 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
7397 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007398 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007399 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7400 &quot;type&quot;: &quot;A String&quot;, # The source type.
7401 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7402 &quot;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 -08007403 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7404 &quot;userTypes&quot;: [ # Output only. The user types.
7405 &quot;A String&quot;,
7406 ],
7407 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7408 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007409 },
7410 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08007411 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007412 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007413 },
7414 ],
7415 &quot;relations&quot;: [ # The person&#x27;s relations.
7416 { # A person&#x27;s relation to another person.
7417 &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.
7418 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
7419 &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`
7420 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
7421 &quot;source&quot;: { # The source of a field. # The source of the field.
7422 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7423 &quot;type&quot;: &quot;A String&quot;, # The source type.
7424 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7425 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7426 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7427 &quot;userTypes&quot;: [ # Output only. The user types.
7428 &quot;A String&quot;,
7429 ],
7430 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7431 },
7432 },
7433 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7434 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7435 },
7436 },
7437 ],
7438 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
7439 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
7440 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
7441 &quot;source&quot;: { # The source of a field. # The source of the field.
7442 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7443 &quot;type&quot;: &quot;A String&quot;, # The source type.
7444 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7445 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7446 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7447 &quot;userTypes&quot;: [ # Output only. The user types.
7448 &quot;A String&quot;,
7449 ],
7450 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7451 },
7452 },
7453 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7454 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7455 },
7456 &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.
7457 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
7458 },
7459 ],
7460 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
7461 { # A person&#x27;s phone number.
7462 &quot;value&quot;: &quot;A String&quot;, # The phone number.
7463 &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.
7464 &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.
7465 &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`
7466 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
7467 &quot;source&quot;: { # The source of a field. # The source of the field.
7468 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7469 &quot;type&quot;: &quot;A String&quot;, # The source type.
7470 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7471 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7472 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7473 &quot;userTypes&quot;: [ # Output only. The user types.
7474 &quot;A String&quot;,
7475 ],
7476 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7477 },
7478 },
7479 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7480 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7481 },
7482 },
7483 ],
7484 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
7485 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
7486 &quot;value&quot;: &quot;A String&quot;, # The tagline.
7487 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
7488 &quot;source&quot;: { # The source of a field. # The source of the field.
7489 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7490 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;userTypes&quot;: [ # Output only. The user types.
7495 &quot;A String&quot;,
7496 ],
7497 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7498 },
7499 },
7500 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7501 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7502 },
7503 },
7504 ],
7505 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
7506 { # A person&#x27;s gender.
7507 &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.
7508 &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`
7509 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
7510 &quot;source&quot;: { # The source of a field. # The source of the field.
7511 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7512 &quot;type&quot;: &quot;A String&quot;, # The source type.
7513 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7514 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7515 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7516 &quot;userTypes&quot;: [ # Output only. The user types.
7517 &quot;A String&quot;,
7518 ],
7519 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7520 },
7521 },
7522 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7523 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7524 },
7525 &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`
7526 },
7527 ],
7528 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
7529 { # A person&#x27;s short biography.
7530 &quot;value&quot;: &quot;A String&quot;, # The short biography.
7531 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
7532 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
7533 &quot;source&quot;: { # The source of a field. # The source of the field.
7534 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7535 &quot;type&quot;: &quot;A String&quot;, # The source type.
7536 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7537 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7538 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7539 &quot;userTypes&quot;: [ # Output only. The user types.
7540 &quot;A String&quot;,
7541 ],
7542 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7543 },
7544 },
7545 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7546 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7547 },
7548 },
7549 ],
7550 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
7551 { # A person&#x27;s miscellaneous keyword.
7552 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
7553 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
7554 &quot;source&quot;: { # The source of a field. # The source of the field.
7555 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7556 &quot;type&quot;: &quot;A String&quot;, # The source type.
7557 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7558 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7559 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7560 &quot;userTypes&quot;: [ # Output only. The user types.
7561 &quot;A String&quot;,
7562 ],
7563 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7564 },
7565 },
7566 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7567 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7568 },
7569 &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.
7570 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
7571 },
7572 ],
7573 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
7574 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
7575 &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`
7576 &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.
7577 &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.
7578 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
7579 &quot;source&quot;: { # The source of a field. # The source of the field.
7580 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7581 &quot;type&quot;: &quot;A String&quot;, # The source type.
7582 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7583 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7584 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7585 &quot;userTypes&quot;: [ # Output only. The user types.
7586 &quot;A String&quot;,
7587 ],
7588 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7589 },
7590 },
7591 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7592 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7593 },
7594 },
7595 ],
7596 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
7597 { # An identifier from an external entity related to the person.
7598 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
7599 &quot;source&quot;: { # The source of a field. # The source of the field.
7600 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7601 &quot;type&quot;: &quot;A String&quot;, # The source type.
7602 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7603 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7604 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7605 &quot;userTypes&quot;: [ # Output only. The user types.
7606 &quot;A String&quot;,
7607 ],
7608 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7609 },
7610 },
7611 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7612 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7613 },
7614 &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.
7615 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
7616 &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`
7617 },
7618 ],
7619 &quot;skills&quot;: [ # The person&#x27;s skills.
7620 { # A skill that the person has.
7621 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
7622 &quot;source&quot;: { # The source of a field. # The source of the field.
7623 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7624 &quot;type&quot;: &quot;A String&quot;, # The source type.
7625 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7626 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7627 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7628 &quot;userTypes&quot;: [ # Output only. The user types.
7629 &quot;A String&quot;,
7630 ],
7631 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7632 },
7633 },
7634 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7635 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7636 },
7637 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007638 },
7639 ],
7640 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
7641 { # 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007642 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007643 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007644 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7645 &quot;type&quot;: &quot;A String&quot;, # The source type.
7646 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7647 &quot;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 -08007648 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7649 &quot;userTypes&quot;: [ # Output only. The user types.
7650 &quot;A String&quot;,
7651 ],
7652 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7653 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007654 },
7655 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08007656 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7657 },
7658 &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.
7659 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7660 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
7661 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007662 },
7663 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
7664 },
7665 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007666 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
7667 { # 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.
7668 &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.
7669 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007670 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007671 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7672 &quot;type&quot;: &quot;A String&quot;, # The source type.
7673 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7674 &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 -08007675 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7676 &quot;userTypes&quot;: [ # Output only. The user types.
7677 &quot;A String&quot;,
7678 ],
7679 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7680 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007681 },
7682 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08007683 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007684 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007685 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
7686 },
7687 ],
7688 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
7689 { # The name that should be used to sort the person in a list.
7690 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
7691 &quot;source&quot;: { # The source of a field. # The source of the field.
7692 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7693 &quot;type&quot;: &quot;A String&quot;, # The source type.
7694 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7695 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7696 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7697 &quot;userTypes&quot;: [ # Output only. The user types.
7698 &quot;A String&quot;,
7699 ],
7700 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7701 },
7702 },
7703 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7704 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7705 },
7706 &quot;value&quot;: &quot;A String&quot;, # The file-as value
7707 },
7708 ],
7709 &quot;clientData&quot;: [ # The person&#x27;s client data.
7710 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
7711 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
7712 &quot;source&quot;: { # The source of a field. # The source of the field.
7713 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7714 &quot;type&quot;: &quot;A String&quot;, # The source type.
7715 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7716 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7717 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7718 &quot;userTypes&quot;: [ # Output only. The user types.
7719 &quot;A String&quot;,
7720 ],
7721 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7722 },
7723 },
7724 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7725 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7726 },
7727 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
7728 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
7729 },
7730 ],
7731 &quot;events&quot;: [ # The person&#x27;s events.
7732 { # An event related to the person.
7733 &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.
7734 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7735 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
7736 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
7737 },
7738 &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`
7739 &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.
7740 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
7741 &quot;source&quot;: { # The source of a field. # The source of the field.
7742 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7743 &quot;type&quot;: &quot;A String&quot;, # The source type.
7744 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7745 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7746 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7747 &quot;userTypes&quot;: [ # Output only. The user types.
7748 &quot;A String&quot;,
7749 ],
7750 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7751 },
7752 },
7753 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7754 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7755 },
7756 },
7757 ],
7758 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
7759 { # Arbitrary user data that is populated by the end users.
7760 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
7761 &quot;source&quot;: { # The source of a field. # The source of the field.
7762 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7763 &quot;type&quot;: &quot;A String&quot;, # The source type.
7764 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7765 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7766 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7767 &quot;userTypes&quot;: [ # Output only. The user types.
7768 &quot;A String&quot;,
7769 ],
7770 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7771 },
7772 },
7773 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7774 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7775 },
7776 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
7777 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
7778 },
7779 ],
7780 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
7781 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
7782 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
7783 &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.
7784 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7785 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
7786 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
7787 },
7788 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
7789 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
7790 &quot;source&quot;: { # The source of a field. # The source of the field.
7791 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7792 &quot;type&quot;: &quot;A String&quot;, # The source type.
7793 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7794 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7795 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7796 &quot;userTypes&quot;: [ # Output only. The user types.
7797 &quot;A String&quot;,
7798 ],
7799 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7800 },
7801 },
7802 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7803 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7804 },
7805 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
7806 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
7807 &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.
7808 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
7809 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
7810 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
7811 &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.
7812 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
7813 &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.
7814 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7815 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
7816 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
7817 },
7818 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
7819 &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 Bot0d561ef2020-11-25 07:50:41 -08007820 },
7821 ],
7822 &quot;occupations&quot;: [ # The person&#x27;s occupations.
7823 { # A person&#x27;s occupation.
7824 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007825 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007826 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7827 &quot;type&quot;: &quot;A String&quot;, # The source type.
7828 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7829 &quot;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 -08007830 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7831 &quot;userTypes&quot;: [ # Output only. The user types.
7832 &quot;A String&quot;,
7833 ],
7834 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7835 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007836 },
7837 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08007838 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007839 },
7840 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
7841 },
7842 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007843 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
7844 { # A person&#x27;s calendar URL.
7845 &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`
7846 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
7847 &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.
7848 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007849 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007850 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7851 &quot;type&quot;: &quot;A String&quot;, # The source type.
7852 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7853 &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 -08007854 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7855 &quot;userTypes&quot;: [ # Output only. The user types.
7856 &quot;A String&quot;,
7857 ],
7858 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7859 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007860 },
7861 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08007862 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007863 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007864 },
7865 ],
7866 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
7867 { # A person&#x27;s locale preference.
7868 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
7869 &quot;source&quot;: { # The source of a field. # The source of the field.
7870 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7871 &quot;type&quot;: &quot;A String&quot;, # The source type.
7872 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7873 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7874 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7875 &quot;userTypes&quot;: [ # Output only. The user types.
7876 &quot;A String&quot;,
7877 ],
7878 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7879 },
7880 },
7881 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7882 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7883 },
7884 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
7885 },
7886 ],
7887 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
7888 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
7889 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
7890 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
7891 },
7892 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
7893 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
7894 &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.
7895 },
7896 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
7897 &quot;source&quot;: { # The source of a field. # The source of the field.
7898 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7899 &quot;type&quot;: &quot;A String&quot;, # The source type.
7900 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7901 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7902 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7903 &quot;userTypes&quot;: [ # Output only. The user types.
7904 &quot;A String&quot;,
7905 ],
7906 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7907 },
7908 },
7909 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7910 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7911 },
7912 },
7913 ],
7914 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
7915 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
7916 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
7917 &quot;source&quot;: { # The source of a field. # The source of the field.
7918 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7919 &quot;type&quot;: &quot;A String&quot;, # The source type.
7920 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7921 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7922 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7923 &quot;userTypes&quot;: [ # Output only. The user types.
7924 &quot;A String&quot;,
7925 ],
7926 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7927 },
7928 },
7929 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7930 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7931 },
7932 &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`
7933 &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.
7934 },
7935 ],
7936 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
7937 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
7938 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
7939 &quot;source&quot;: { # The source of a field. # The source of the field.
7940 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7941 &quot;type&quot;: &quot;A String&quot;, # The source type.
7942 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7943 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7944 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7945 &quot;userTypes&quot;: [ # Output only. The user types.
7946 &quot;A String&quot;,
7947 ],
7948 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7949 },
7950 },
7951 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7953 },
7954 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
7955 &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
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007956 },
7957 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007958 }</pre>
Dan O'Mearadd494642020-05-01 07:42:23 -07007959</div>
7960
7961<div class="method">
7962 <code class="details" id="updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -07007963 <pre>Update a contact&#x27;s photo.
Dan O'Mearadd494642020-05-01 07:42:23 -07007964
7965Args:
7966 resourceName: string, Required. Person resource name (required)
7967 body: object, The request body.
7968 The object takes the form of:
7969
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007970{ # A request to update an existing contact&#x27;s photo. All requests must have a valid photo format: JPEG or PNG.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007971 &quot;photoBytes&quot;: &quot;A String&quot;, # Required. Raw photo bytes
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007972 &quot;personFields&quot;: &quot;A String&quot;, # Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to empty if not set, which will skip the post mutate get. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007973 &quot;sources&quot;: [ # Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007974 &quot;A String&quot;,
7975 ],
Dan O'Mearadd494642020-05-01 07:42:23 -07007976 }
7977
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07007978 x__xgafv: string, V1 error format.
7979 Allowed values
7980 1 - v1 error format
7981 2 - v2 error format
7982
7983Returns:
7984 An object of the form:
7985
Bu Sun Kim65020912020-05-20 12:08:20 -07007986 { # The response for updating a contact&#x27;s photo.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007987 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The updated person, if person_fields is set in the UpdateContactPhotoRequest; otherwise this will be unset.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007988 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
7989 { # A person&#x27;s email address.
7990 &quot;value&quot;: &quot;A String&quot;, # The email address.
7991 &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.
7992 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007993 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007994 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7995 &quot;type&quot;: &quot;A String&quot;, # The source type.
7996 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7997 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007998 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7999 &quot;userTypes&quot;: [ # Output only. The user types.
8000 &quot;A String&quot;,
8001 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008002 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008003 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008004 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008005 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08008006 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8007 },
8008 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
8009 &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`
8010 },
8011 ],
8012 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
8013 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
8014 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
8015 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
8016 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
8017 &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`
8018 &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.
8019 &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.
8020 &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.
8021 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
8022 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
8023 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
8024 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
8025 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
8026 &quot;source&quot;: { # The source of a field. # The source of the field.
8027 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8028 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;userTypes&quot;: [ # Output only. The user types.
8033 &quot;A String&quot;,
8034 ],
8035 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8036 },
8037 },
8038 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8039 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008040 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008041 },
8042 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008043 &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.
8044 &quot;interests&quot;: [ # The person&#x27;s interests.
8045 { # One of the person&#x27;s interests.
8046 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
8047 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008048 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008049 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8050 &quot;type&quot;: &quot;A String&quot;, # The source type.
8051 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8052 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008053 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8054 &quot;userTypes&quot;: [ # Output only. The user types.
8055 &quot;A String&quot;,
8056 ],
8057 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8058 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008059 },
8060 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08008061 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008062 },
8063 },
8064 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008065 &quot;locations&quot;: [ # The person&#x27;s locations.
8066 { # A person&#x27;s location.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008067 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008068 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008069 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008070 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
8071 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
8072 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
8073 &quot;source&quot;: { # The source of a field. # The source of the field.
8074 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8075 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;userTypes&quot;: [ # Output only. The user types.
8080 &quot;A String&quot;,
8081 ],
8082 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8083 },
8084 },
8085 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8086 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8087 },
8088 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008089 &quot;current&quot;: True or False, # Whether the location is the current location.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008090 },
8091 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008092 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
8093 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
8094 &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.
8095 &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`
8096 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008097 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008098 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8099 &quot;type&quot;: &quot;A String&quot;, # The source type.
8100 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8101 &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 -08008102 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8103 &quot;userTypes&quot;: [ # Output only. The user types.
8104 &quot;A String&quot;,
8105 ],
8106 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8107 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008108 },
8109 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08008110 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008111 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008112 },
8113 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008114 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
8115 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
8116 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008117 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008118 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8119 &quot;type&quot;: &quot;A String&quot;, # The source type.
8120 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8121 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008122 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8123 &quot;userTypes&quot;: [ # Output only. The user types.
8124 &quot;A String&quot;,
8125 ],
8126 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8127 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008128 },
8129 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008130 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008131 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008132 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
8133 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
8134 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
8135 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
8136 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
8137 &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.
8138 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
8139 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
8140 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
8141 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
8142 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
8143 &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.
8144 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
8145 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
8146 },
8147 ],
8148 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
8149 { # A person&#x27;s associated URLs.
8150 &quot;value&quot;: &quot;A String&quot;, # The URL.
8151 &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.
8152 &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`
8153 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
8154 &quot;source&quot;: { # The source of a field. # The source of the field.
8155 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8156 &quot;type&quot;: &quot;A String&quot;, # The source type.
8157 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8158 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8159 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8160 &quot;userTypes&quot;: [ # Output only. The user types.
8161 &quot;A String&quot;,
8162 ],
8163 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8164 },
8165 },
8166 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8167 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8168 },
8169 },
8170 ],
8171 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
8172 { # A person&#x27;s nickname.
8173 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
8174 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
8175 &quot;source&quot;: { # The source of a field. # The source of the field.
8176 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8177 &quot;type&quot;: &quot;A String&quot;, # The source type.
8178 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8179 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8180 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8181 &quot;userTypes&quot;: [ # Output only. The user types.
8182 &quot;A String&quot;,
8183 ],
8184 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8185 },
8186 },
8187 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8188 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8189 },
8190 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008191 },
8192 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008193 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
8194 { # A person&#x27;s instant messaging client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008195 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008196 &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.
8197 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008198 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008199 &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`
8200 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008201 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008202 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8203 &quot;type&quot;: &quot;A String&quot;, # The source type.
8204 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8205 &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 -08008206 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8207 &quot;userTypes&quot;: [ # Output only. The user types.
8208 &quot;A String&quot;,
8209 ],
8210 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8211 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008212 },
8213 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08008214 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008215 },
8216 },
8217 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008218 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
8219 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
8220 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008221 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008222 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8223 &quot;type&quot;: &quot;A String&quot;, # The source type.
8224 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8225 &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 -08008226 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8227 &quot;userTypes&quot;: [ # Output only. The user types.
8228 &quot;A String&quot;,
8229 ],
8230 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8231 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008232 },
8233 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08008234 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008235 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008236 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008237 },
8238 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008239 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008240 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
8241 &quot;A String&quot;,
8242 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008243 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
8244 &quot;sources&quot;: [ # The sources of data for the person.
8245 { # The source of a field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008246 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8247 &quot;type&quot;: &quot;A String&quot;, # The source type.
8248 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8249 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008250 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8251 &quot;userTypes&quot;: [ # Output only. The user types.
8252 &quot;A String&quot;,
8253 ],
8254 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8255 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008256 },
8257 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008258 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
8259 &quot;A String&quot;,
8260 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008261 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008262 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008263 &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}`.
8264 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
8265 { # A person&#x27;s age range.
8266 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
8267 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008268 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008269 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8270 &quot;type&quot;: &quot;A String&quot;, # The source type.
8271 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8272 &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 -08008273 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8274 &quot;userTypes&quot;: [ # Output only. The user types.
8275 &quot;A String&quot;,
8276 ],
8277 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8278 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008279 },
8280 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08008281 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008282 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008283 },
8284 ],
8285 &quot;relations&quot;: [ # The person&#x27;s relations.
8286 { # A person&#x27;s relation to another person.
8287 &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.
8288 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
8289 &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`
8290 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
8291 &quot;source&quot;: { # The source of a field. # The source of the field.
8292 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8293 &quot;type&quot;: &quot;A String&quot;, # The source type.
8294 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8295 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8296 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8297 &quot;userTypes&quot;: [ # Output only. The user types.
8298 &quot;A String&quot;,
8299 ],
8300 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8301 },
8302 },
8303 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8304 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8305 },
8306 },
8307 ],
8308 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
8309 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
8310 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
8311 &quot;source&quot;: { # The source of a field. # The source of the field.
8312 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8313 &quot;type&quot;: &quot;A String&quot;, # The source type.
8314 &quot;etag&quot;: &quot;A String&quot;, # **Only 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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8316 &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;userTypes&quot;: [ # Output only. The user types.
8318 &quot;A String&quot;,
8319 ],
8320 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8321 },
8322 },
8323 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8324 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8325 },
8326 &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.
8327 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
8328 },
8329 ],
8330 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
8331 { # A person&#x27;s phone number.
8332 &quot;value&quot;: &quot;A String&quot;, # The phone number.
8333 &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.
8334 &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.
8335 &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`
8336 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
8337 &quot;source&quot;: { # The source of a field. # The source of the field.
8338 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8339 &quot;type&quot;: &quot;A String&quot;, # The source type.
8340 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8341 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8342 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8343 &quot;userTypes&quot;: [ # Output only. The user types.
8344 &quot;A String&quot;,
8345 ],
8346 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8347 },
8348 },
8349 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8350 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8351 },
8352 },
8353 ],
8354 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
8355 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
8356 &quot;value&quot;: &quot;A String&quot;, # The tagline.
8357 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
8358 &quot;source&quot;: { # The source of a field. # The source of the field.
8359 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8360 &quot;type&quot;: &quot;A String&quot;, # The source type.
8361 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8362 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8363 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8364 &quot;userTypes&quot;: [ # Output only. The user types.
8365 &quot;A String&quot;,
8366 ],
8367 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8368 },
8369 },
8370 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8371 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8372 },
8373 },
8374 ],
8375 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
8376 { # A person&#x27;s gender.
8377 &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.
8378 &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`
8379 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
8380 &quot;source&quot;: { # The source of a field. # The source of the field.
8381 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8382 &quot;type&quot;: &quot;A String&quot;, # The source type.
8383 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8384 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8385 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8386 &quot;userTypes&quot;: [ # Output only. The user types.
8387 &quot;A String&quot;,
8388 ],
8389 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8390 },
8391 },
8392 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8393 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8394 },
8395 &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`
8396 },
8397 ],
8398 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
8399 { # A person&#x27;s short biography.
8400 &quot;value&quot;: &quot;A String&quot;, # The short biography.
8401 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
8402 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
8403 &quot;source&quot;: { # The source of a field. # The source of the field.
8404 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8405 &quot;type&quot;: &quot;A String&quot;, # The source type.
8406 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8407 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8408 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8409 &quot;userTypes&quot;: [ # Output only. The user types.
8410 &quot;A String&quot;,
8411 ],
8412 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8413 },
8414 },
8415 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8416 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8417 },
8418 },
8419 ],
8420 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
8421 { # A person&#x27;s miscellaneous keyword.
8422 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
8423 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
8424 &quot;source&quot;: { # The source of a field. # The source of the field.
8425 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8426 &quot;type&quot;: &quot;A String&quot;, # The source type.
8427 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8428 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8429 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8430 &quot;userTypes&quot;: [ # Output only. The user types.
8431 &quot;A String&quot;,
8432 ],
8433 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8434 },
8435 },
8436 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8437 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8438 },
8439 &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.
8440 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
8441 },
8442 ],
8443 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
8444 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
8445 &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`
8446 &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.
8447 &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.
8448 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
8449 &quot;source&quot;: { # The source of a field. # The source of the field.
8450 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8451 &quot;type&quot;: &quot;A String&quot;, # The source type.
8452 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8453 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8454 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8455 &quot;userTypes&quot;: [ # Output only. The user types.
8456 &quot;A String&quot;,
8457 ],
8458 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8459 },
8460 },
8461 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8462 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8463 },
8464 },
8465 ],
8466 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
8467 { # An identifier from an external entity related to the person.
8468 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
8469 &quot;source&quot;: { # The source of a field. # The source of the field.
8470 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8471 &quot;type&quot;: &quot;A String&quot;, # The source type.
8472 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8473 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8474 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8475 &quot;userTypes&quot;: [ # Output only. The user types.
8476 &quot;A String&quot;,
8477 ],
8478 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8479 },
8480 },
8481 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8482 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8483 },
8484 &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.
8485 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
8486 &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`
8487 },
8488 ],
8489 &quot;skills&quot;: [ # The person&#x27;s skills.
8490 { # A skill that the person has.
8491 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
8492 &quot;source&quot;: { # The source of a field. # The source of the field.
8493 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8494 &quot;type&quot;: &quot;A String&quot;, # The source type.
8495 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8496 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8497 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8498 &quot;userTypes&quot;: [ # Output only. The user types.
8499 &quot;A String&quot;,
8500 ],
8501 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8502 },
8503 },
8504 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8505 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8506 },
8507 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008508 },
8509 ],
8510 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
8511 { # 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008512 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008513 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008514 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8515 &quot;type&quot;: &quot;A String&quot;, # The source type.
8516 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8517 &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 -08008518 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8519 &quot;userTypes&quot;: [ # Output only. The user types.
8520 &quot;A String&quot;,
8521 ],
8522 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8523 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008524 },
8525 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08008526 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8527 },
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 birthday.
8529 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
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;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008532 },
8533 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
8534 },
8535 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008536 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
8537 { # 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.
8538 &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.
8539 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008540 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008541 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8542 &quot;type&quot;: &quot;A String&quot;, # The source type.
8543 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8544 &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 -08008545 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8546 &quot;userTypes&quot;: [ # Output only. The user types.
8547 &quot;A String&quot;,
8548 ],
8549 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8550 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008551 },
8552 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08008553 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008554 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008555 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
8556 },
8557 ],
8558 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
8559 { # The name that should be used to sort the person in a list.
8560 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
8561 &quot;source&quot;: { # The source of a field. # The source of the field.
8562 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8563 &quot;type&quot;: &quot;A String&quot;, # The source type.
8564 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8565 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8566 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8567 &quot;userTypes&quot;: [ # Output only. The user types.
8568 &quot;A String&quot;,
8569 ],
8570 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8571 },
8572 },
8573 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8574 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8575 },
8576 &quot;value&quot;: &quot;A String&quot;, # The file-as value
8577 },
8578 ],
8579 &quot;clientData&quot;: [ # The person&#x27;s client data.
8580 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
8581 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
8582 &quot;source&quot;: { # The source of a field. # The source of the field.
8583 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8584 &quot;type&quot;: &quot;A String&quot;, # The source type.
8585 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8586 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8587 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8588 &quot;userTypes&quot;: [ # Output only. The user types.
8589 &quot;A String&quot;,
8590 ],
8591 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8592 },
8593 },
8594 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8595 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8596 },
8597 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
8598 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
8599 },
8600 ],
8601 &quot;events&quot;: [ # The person&#x27;s events.
8602 { # An event related to the person.
8603 &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.
8604 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8605 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
8606 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
8607 },
8608 &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`
8609 &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.
8610 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
8611 &quot;source&quot;: { # The source of a field. # The source of the field.
8612 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8613 &quot;type&quot;: &quot;A String&quot;, # The source type.
8614 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8615 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8616 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8617 &quot;userTypes&quot;: [ # Output only. The user types.
8618 &quot;A String&quot;,
8619 ],
8620 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8621 },
8622 },
8623 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8624 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8625 },
8626 },
8627 ],
8628 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
8629 { # Arbitrary user data that is populated by the end users.
8630 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
8631 &quot;source&quot;: { # The source of a field. # The source of the field.
8632 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8633 &quot;type&quot;: &quot;A String&quot;, # The source type.
8634 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8635 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8636 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8637 &quot;userTypes&quot;: [ # Output only. The user types.
8638 &quot;A String&quot;,
8639 ],
8640 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8641 },
8642 },
8643 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8645 },
8646 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
8647 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
8648 },
8649 ],
8650 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
8651 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
8652 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
8653 &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.
8654 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8655 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
8656 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
8657 },
8658 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
8659 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
8660 &quot;source&quot;: { # The source of a field. # The source of the field.
8661 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8662 &quot;type&quot;: &quot;A String&quot;, # The source type.
8663 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8664 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8665 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8666 &quot;userTypes&quot;: [ # Output only. The user types.
8667 &quot;A String&quot;,
8668 ],
8669 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8670 },
8671 },
8672 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8673 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8674 },
8675 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
8676 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
8677 &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.
8678 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
8679 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
8680 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
8681 &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.
8682 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
8683 &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.
8684 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8685 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
8686 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
8687 },
8688 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
8689 &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 Bot0d561ef2020-11-25 07:50:41 -08008690 },
8691 ],
8692 &quot;occupations&quot;: [ # The person&#x27;s occupations.
8693 { # A person&#x27;s occupation.
8694 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008695 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008696 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8697 &quot;type&quot;: &quot;A String&quot;, # The source type.
8698 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8699 &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 -08008700 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8701 &quot;userTypes&quot;: [ # Output only. The user types.
8702 &quot;A String&quot;,
8703 ],
8704 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8705 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008706 },
8707 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008708 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008709 },
8710 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
8711 },
8712 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008713 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
8714 { # A person&#x27;s calendar URL.
8715 &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`
8716 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
8717 &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.
8718 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008719 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008720 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8721 &quot;type&quot;: &quot;A String&quot;, # The source type.
8722 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8723 &quot;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 -08008724 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8725 &quot;userTypes&quot;: [ # Output only. The user types.
8726 &quot;A String&quot;,
8727 ],
8728 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8729 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008730 },
8731 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -08008732 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008733 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008734 },
8735 ],
8736 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
8737 { # A person&#x27;s locale preference.
8738 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
8739 &quot;source&quot;: { # The source of a field. # The source of the field.
8740 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8741 &quot;type&quot;: &quot;A String&quot;, # The source type.
8742 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8743 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8744 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8745 &quot;userTypes&quot;: [ # Output only. The user types.
8746 &quot;A String&quot;,
8747 ],
8748 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8749 },
8750 },
8751 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8752 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8753 },
8754 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
8755 },
8756 ],
8757 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
8758 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
8759 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
8760 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
8761 },
8762 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
8763 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
8764 &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.
8765 },
8766 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
8767 &quot;source&quot;: { # The source of a field. # The source of the field.
8768 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8769 &quot;type&quot;: &quot;A String&quot;, # The source type.
8770 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8771 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8772 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8773 &quot;userTypes&quot;: [ # Output only. The user types.
8774 &quot;A String&quot;,
8775 ],
8776 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8777 },
8778 },
8779 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8780 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8781 },
8782 },
8783 ],
8784 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
8785 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
8786 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
8787 &quot;source&quot;: { # The source of a field. # The source of the field.
8788 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8789 &quot;type&quot;: &quot;A String&quot;, # The source type.
8790 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8791 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8792 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8793 &quot;userTypes&quot;: [ # Output only. The user types.
8794 &quot;A String&quot;,
8795 ],
8796 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8797 },
8798 },
8799 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8800 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8801 },
8802 &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`
8803 &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.
8804 },
8805 ],
8806 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
8807 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
8808 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
8809 &quot;source&quot;: { # The source of a field. # The source of the field.
8810 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8811 &quot;type&quot;: &quot;A String&quot;, # The source type.
8812 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8813 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8814 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8815 &quot;userTypes&quot;: [ # Output only. The user types.
8816 &quot;A String&quot;,
8817 ],
8818 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8819 },
8820 },
8821 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8823 },
8824 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
8825 &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
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008826 },
8827 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07008828 },
Dan O'Mearadd494642020-05-01 07:42:23 -07008829 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07008830</div>
8831
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08008832</body></html>