blob: a2b7963e47340b58575f8b344e49f1e2d1caf499 [file] [log] [blame]
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="people_v1.html">People API</a> . <a href="people_v1.otherContacts.html">otherContacts</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070081 <code><a href="#copyOtherContactToMyContactsGroup">copyOtherContactToMyContactsGroup(resourceName, body=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Copies an "Other contact" to a new contact in the user's "myContacts" group</p>
83<p class="toc_element">
yoshi-code-bot07708072021-07-20 00:20:24 -070084 <code><a href="#list">list(pageSize=None, pageToken=None, readMask=None, requestSyncToken=None, sources=None, syncToken=None, x__xgafv=None)</a></code></p>
yoshi-code-bota36e3b12021-07-27 00:20:26 -070085<p class="firstline">List all "Other contacts", that is contacts that are not in a contact group. "Other contacts" are typically auto created contacts from interactions. Sync tokens expire 7 days after the full sync. A request with an expired sync token will result in a 410 error. In the case of such an error clients should make a full sync request without a `sync_token`. The first page of a full sync request has an additional quota. If the quota is exceeded, a 429 error will be returned. This quota is fixed and can not be increased. When the `sync_token` is specified, resources deleted since the last sync will be returned as a person with `PersonMetadata.deleted` set to true. When the `page_token` or `sync_token` is specified, all other request parameters must match the first call. Writes may have a propagation delay of several minutes for sync requests. Incremental syncs are not intended for read-after-write use cases. See example usage at [List the user's other contacts that have changed](/people/v1/other-contacts#list_the_users_other_contacts_that_have_changed).</p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070086<p class="toc_element">
87 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
88<p class="firstline">Retrieves the next page of results.</p>
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080089<p class="toc_element">
90 <code><a href="#search">search(pageSize=None, query=None, readMask=None, x__xgafv=None)</a></code></p>
yoshi-code-bot33237a82021-06-09 00:26:03 -070091<p class="firstline">Provides a list of contacts in the authenticated user's other contacts that matches the search query. The query matches on a contact's `names`, `emailAddresses`, and `phoneNumbers` fields that are from the OTHER_CONTACT source. **IMPORTANT**: Before searching, clients should send a warmup request with an empty query to update the cache. See https://developers.google.com/people/v1/other-contacts#search_the_users_other_contacts</p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070092<h3>Method Details</h3>
93<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070094 <code class="details" id="close">close()</code>
95 <pre>Close httplib2 connections.</pre>
96</div>
97
98<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070099 <code class="details" id="copyOtherContactToMyContactsGroup">copyOtherContactToMyContactsGroup(resourceName, body=None, x__xgafv=None)</code>
100 <pre>Copies an &quot;Other contact&quot; to a new contact in the user&#x27;s &quot;myContacts&quot; group
101
102Args:
103 resourceName: string, Required. The resource name of the &quot;Other contact&quot; to copy. (required)
104 body: object, The request body.
105 The object takes the form of:
106
107{ # A request to copy an &quot;Other contact&quot; to my contacts group.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800108 &quot;copyMask&quot;: &quot;A String&quot;, # Required. A field mask to restrict which fields are copied into the new contact. Valid values are: * emailAddresses * names * phoneNumbers
109 &quot;readMask&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 the copy mask with metadata and membership 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
110 &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.
111 &quot;A String&quot;,
112 ],
113}
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700114
115 x__xgafv: string, V1 error format.
116 Allowed values
117 1 - v1 error format
118 2 - v2 error format
119
120Returns:
121 An object of the form:
122
123 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800124 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
125 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
126 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
127 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
128 &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.
129 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
130 &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.
131 &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.
132 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700133 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800134 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800135 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
136 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800137 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
138 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
139 &quot;userTypes&quot;: [ # Output only. The user types.
140 &quot;A String&quot;,
141 ],
142 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800143 &quot;type&quot;: &quot;A String&quot;, # The source type.
144 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800145 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700146 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800147 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
148 },
149 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
150 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
151 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
152 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
153 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800154 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800155 ],
156 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
157 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
158 { # A person&#x27;s age range.
159 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
160 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700161 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800162 &quot;source&quot;: { # The source of a field. # The source of the field.
163 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
164 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
165 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
166 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
167 &quot;userTypes&quot;: [ # Output only. The user types.
168 &quot;A String&quot;,
169 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800170 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800171 &quot;type&quot;: &quot;A String&quot;, # The source type.
172 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800173 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700174 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800175 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
176 },
177 },
178 ],
179 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
180 { # A person&#x27;s short biography.
181 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
182 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700183 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800184 &quot;source&quot;: { # The source of a field. # The source of the field.
185 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
186 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
187 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
188 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
189 &quot;userTypes&quot;: [ # Output only. The user types.
190 &quot;A String&quot;,
191 ],
192 },
193 &quot;type&quot;: &quot;A String&quot;, # The source type.
194 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
195 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700196 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800197 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
198 },
199 &quot;value&quot;: &quot;A String&quot;, # The short biography.
200 },
201 ],
202 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
203 { # 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.
204 &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.
205 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
206 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
207 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
208 },
209 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700210 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800211 &quot;source&quot;: { # The source of a field. # The source of the field.
212 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
213 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
214 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
215 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
216 &quot;userTypes&quot;: [ # Output only. The user types.
217 &quot;A String&quot;,
218 ],
219 },
220 &quot;type&quot;: &quot;A String&quot;, # The source type.
221 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
222 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700223 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800224 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
225 },
226 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
227 },
228 ],
229 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
230 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
231 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700232 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800233 &quot;source&quot;: { # The source of a field. # The source of the field.
234 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
235 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
236 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
237 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
238 &quot;userTypes&quot;: [ # Output only. The user types.
239 &quot;A String&quot;,
240 ],
241 },
242 &quot;type&quot;: &quot;A String&quot;, # The source type.
243 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
244 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700245 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800246 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
247 },
248 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
249 },
250 ],
251 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
252 { # A person&#x27;s calendar URL.
253 &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.
254 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700255 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800256 &quot;source&quot;: { # The source of a field. # The source of the field.
257 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
258 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
259 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
260 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
261 &quot;userTypes&quot;: [ # Output only. The user types.
262 &quot;A String&quot;,
263 ],
264 },
265 &quot;type&quot;: &quot;A String&quot;, # The source type.
266 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
267 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700268 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800269 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
270 },
271 &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`
272 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
273 },
274 ],
275 &quot;clientData&quot;: [ # The person&#x27;s client data.
276 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
277 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
278 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700279 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800280 &quot;source&quot;: { # The source of a field. # The source of the field.
281 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
282 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
283 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
284 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
285 &quot;userTypes&quot;: [ # Output only. The user types.
286 &quot;A String&quot;,
287 ],
288 },
289 &quot;type&quot;: &quot;A String&quot;, # The source type.
290 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
291 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700292 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800293 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
294 },
295 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
296 },
297 ],
298 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
299 { # 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.
300 &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.
301 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700302 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800303 &quot;source&quot;: { # The source of a field. # The source of the field.
304 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
305 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
306 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
307 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
308 &quot;userTypes&quot;: [ # Output only. The user types.
309 &quot;A String&quot;,
310 ],
311 },
312 &quot;type&quot;: &quot;A String&quot;, # The source type.
313 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
314 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700315 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800316 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
317 },
318 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
319 },
320 ],
yoshi-code-bot07708072021-07-20 00:20:24 -0700321 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800322 { # A person&#x27;s email address.
323 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
324 &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.
325 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700326 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800327 &quot;source&quot;: { # The source of a field. # The source of the field.
328 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
329 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
330 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
331 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
332 &quot;userTypes&quot;: [ # Output only. The user types.
333 &quot;A String&quot;,
334 ],
335 },
336 &quot;type&quot;: &quot;A String&quot;, # The source type.
337 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
338 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700339 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800340 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
341 },
342 &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`
343 &quot;value&quot;: &quot;A String&quot;, # The email address.
344 },
345 ],
346 &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.
347 &quot;events&quot;: [ # The person&#x27;s events.
348 { # An event related to the person.
349 &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.
350 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
351 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
352 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
353 },
354 &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.
355 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700356 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800357 &quot;source&quot;: { # The source of a field. # The source of the field.
358 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
359 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
360 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
361 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
362 &quot;userTypes&quot;: [ # Output only. The user types.
363 &quot;A String&quot;,
364 ],
365 },
366 &quot;type&quot;: &quot;A String&quot;, # The source type.
367 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
368 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700369 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800370 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
371 },
372 &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`
373 },
374 ],
375 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
376 { # An identifier from an external entity related to the person.
377 &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.
378 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700379 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800380 &quot;source&quot;: { # The source of a field. # The source of the field.
381 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
382 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
383 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
384 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
385 &quot;userTypes&quot;: [ # Output only. The user types.
386 &quot;A String&quot;,
387 ],
388 },
389 &quot;type&quot;: &quot;A String&quot;, # The source type.
390 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
391 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700392 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800393 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
394 },
395 &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`
396 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
397 },
398 ],
399 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
400 { # The name that should be used to sort the person in a list.
401 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700402 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800403 &quot;source&quot;: { # The source of a field. # The source of the field.
404 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
405 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
406 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
407 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
408 &quot;userTypes&quot;: [ # Output only. The user types.
409 &quot;A String&quot;,
410 ],
411 },
412 &quot;type&quot;: &quot;A String&quot;, # The source type.
413 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
414 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700415 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800416 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
417 },
418 &quot;value&quot;: &quot;A String&quot;, # The file-as value
419 },
420 ],
421 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
422 { # A person&#x27;s gender.
423 &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`
424 &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.
425 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700426 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800427 &quot;source&quot;: { # The source of a field. # The source of the field.
428 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
429 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
430 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
431 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
432 &quot;userTypes&quot;: [ # Output only. The user types.
433 &quot;A String&quot;,
434 ],
435 },
436 &quot;type&quot;: &quot;A String&quot;, # The source type.
437 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
438 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700439 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800440 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
441 },
442 &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`
443 },
444 ],
445 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
446 { # A person&#x27;s instant messaging client.
447 &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.
448 &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.
449 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700450 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800451 &quot;source&quot;: { # The source of a field. # The source of the field.
452 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
453 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
454 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
455 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
456 &quot;userTypes&quot;: [ # Output only. The user types.
457 &quot;A String&quot;,
458 ],
459 },
460 &quot;type&quot;: &quot;A String&quot;, # The source type.
461 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
462 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700463 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800464 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
465 },
466 &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`
467 &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`
468 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
469 },
470 ],
471 &quot;interests&quot;: [ # The person&#x27;s interests.
472 { # One of the person&#x27;s interests.
473 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700474 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800475 &quot;source&quot;: { # The source of a field. # The source of the field.
476 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
477 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
478 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
479 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
480 &quot;userTypes&quot;: [ # Output only. The user types.
481 &quot;A String&quot;,
482 ],
483 },
484 &quot;type&quot;: &quot;A String&quot;, # The source type.
485 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
486 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700487 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800488 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
489 },
490 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
491 },
492 ],
493 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
494 { # A person&#x27;s locale preference.
495 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700496 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800497 &quot;source&quot;: { # The source of a field. # The source of the field.
498 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
499 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
500 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
501 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
502 &quot;userTypes&quot;: [ # Output only. The user types.
503 &quot;A String&quot;,
504 ],
505 },
506 &quot;type&quot;: &quot;A String&quot;, # The source type.
507 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
508 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700509 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800510 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
511 },
512 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
513 },
514 ],
515 &quot;locations&quot;: [ # The person&#x27;s locations.
516 { # A person&#x27;s location.
517 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
518 &quot;current&quot;: True or False, # Whether the location is the current location.
519 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
520 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
521 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
522 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700523 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800524 &quot;source&quot;: { # The source of a field. # The source of the field.
525 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
526 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
527 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
528 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
529 &quot;userTypes&quot;: [ # Output only. The user types.
530 &quot;A String&quot;,
531 ],
532 },
533 &quot;type&quot;: &quot;A String&quot;, # The source type.
534 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
535 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700536 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800537 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 },
539 &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`
540 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
541 },
542 ],
543 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
544 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
545 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
546 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
547 &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.
548 },
yoshi-code-bot33237a82021-06-09 00:26:03 -0700549 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
550 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800551 },
552 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700553 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800554 &quot;source&quot;: { # The source of a field. # The source of the field.
555 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
556 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
557 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
558 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
559 &quot;userTypes&quot;: [ # Output only. The user types.
560 &quot;A String&quot;,
561 ],
562 },
563 &quot;type&quot;: &quot;A String&quot;, # The source type.
564 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
565 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700566 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800567 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
568 },
569 },
570 ],
571 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -0700572 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800573 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
574 &quot;A String&quot;,
575 ],
576 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -0700577 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800578 &quot;A String&quot;,
579 ],
580 &quot;sources&quot;: [ # The sources of data for the person.
581 { # The source of a field.
582 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
583 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
584 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
585 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
586 &quot;userTypes&quot;: [ # Output only. The user types.
587 &quot;A String&quot;,
588 ],
589 },
590 &quot;type&quot;: &quot;A String&quot;, # The source type.
591 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800592 },
593 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800594 },
595 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
596 { # A person&#x27;s miscellaneous keyword.
597 &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.
598 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700599 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800600 &quot;source&quot;: { # The source of a field. # The source of the field.
601 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
602 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
603 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
604 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
605 &quot;userTypes&quot;: [ # Output only. The user types.
606 &quot;A String&quot;,
607 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800608 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800609 &quot;type&quot;: &quot;A String&quot;, # The source type.
610 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800611 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700612 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800613 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800614 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800615 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
616 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
617 },
618 ],
619 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
620 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
621 &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
622 &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
623 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
624 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
625 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
626 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
627 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700628 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800629 &quot;source&quot;: { # The source of a field. # The source of the field.
630 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
631 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
632 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
633 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
634 &quot;userTypes&quot;: [ # Output only. The user types.
635 &quot;A String&quot;,
636 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800637 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800638 &quot;type&quot;: &quot;A String&quot;, # The source type.
639 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800640 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700641 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800642 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800643 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800644 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
645 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
646 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
647 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
648 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
649 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
650 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
651 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
652 },
653 ],
654 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
655 { # A person&#x27;s nickname.
656 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700657 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800658 &quot;source&quot;: { # The source of a field. # The source of the field.
659 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
660 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
661 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
662 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
663 &quot;userTypes&quot;: [ # Output only. The user types.
664 &quot;A String&quot;,
665 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800666 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800667 &quot;type&quot;: &quot;A String&quot;, # The source type.
668 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800669 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700670 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800671 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800672 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800673 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
674 &quot;value&quot;: &quot;A String&quot;, # The nickname.
675 },
676 ],
677 &quot;occupations&quot;: [ # The person&#x27;s occupations.
678 { # A person&#x27;s occupation.
679 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700680 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800681 &quot;source&quot;: { # The source of a field. # The source of the field.
682 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
683 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
684 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
685 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
686 &quot;userTypes&quot;: [ # Output only. The user types.
687 &quot;A String&quot;,
688 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800689 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800690 &quot;type&quot;: &quot;A String&quot;, # The source type.
691 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800692 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700693 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800694 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800695 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800696 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
697 },
698 ],
699 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
700 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
701 &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.
702 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
703 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
704 &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.
705 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
706 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
707 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
708 },
709 &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.
710 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
711 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
712 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700713 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800714 &quot;source&quot;: { # The source of a field. # The source of the field.
715 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
716 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
717 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
718 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
719 &quot;userTypes&quot;: [ # Output only. The user types.
720 &quot;A String&quot;,
721 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800722 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800723 &quot;type&quot;: &quot;A String&quot;, # The source type.
724 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800725 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700726 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800727 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800728 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800729 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
730 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
731 &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.
732 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
733 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
734 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
735 },
736 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
737 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
738 &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`
739 },
740 ],
yoshi-code-bot07708072021-07-20 00:20:24 -0700741 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800742 { # A person&#x27;s phone number.
743 &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.
744 &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.
745 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700746 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800747 &quot;source&quot;: { # The source of a field. # The source of the field.
748 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
749 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
750 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
751 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
752 &quot;userTypes&quot;: [ # Output only. The user types.
753 &quot;A String&quot;,
754 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800755 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800756 &quot;type&quot;: &quot;A String&quot;, # The source type.
757 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800758 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700759 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800760 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800761 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800762 &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`
763 &quot;value&quot;: &quot;A String&quot;, # The phone number.
764 },
765 ],
766 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
767 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
768 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
769 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700770 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800771 &quot;source&quot;: { # The source of a field. # The source of the field.
772 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
773 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
774 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
775 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
776 &quot;userTypes&quot;: [ # Output only. The user types.
777 &quot;A String&quot;,
778 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800779 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800780 &quot;type&quot;: &quot;A String&quot;, # The source type.
781 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800782 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700783 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800784 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800785 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800786 &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
787 },
788 ],
789 &quot;relations&quot;: [ # The person&#x27;s relations.
790 { # A person&#x27;s relation to another person.
791 &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.
792 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700793 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800794 &quot;source&quot;: { # The source of a field. # The source of the field.
795 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
796 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
797 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
798 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
799 &quot;userTypes&quot;: [ # Output only. The user types.
800 &quot;A String&quot;,
801 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800802 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800803 &quot;type&quot;: &quot;A String&quot;, # The source type.
804 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800805 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700806 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800807 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800808 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800809 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
810 &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`
811 },
812 ],
813 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
814 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
815 &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.
816 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700817 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800818 &quot;source&quot;: { # The source of a field. # The source of the field.
819 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
820 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
821 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
822 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
823 &quot;userTypes&quot;: [ # Output only. The user types.
824 &quot;A String&quot;,
825 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800826 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800827 &quot;type&quot;: &quot;A String&quot;, # The source type.
828 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800829 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700830 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800831 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800832 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800833 &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`
834 },
835 ],
836 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
837 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
838 &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.
839 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700840 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800841 &quot;source&quot;: { # The source of a field. # The source of the field.
842 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
843 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
844 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
845 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
846 &quot;userTypes&quot;: [ # Output only. The user types.
847 &quot;A String&quot;,
848 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800849 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800850 &quot;type&quot;: &quot;A String&quot;, # The source type.
851 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800852 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700853 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800854 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800855 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800856 &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`
857 },
858 ],
859 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
860 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
861 &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.
862 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700863 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800864 &quot;source&quot;: { # The source of a field. # The source of the field.
865 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
866 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
867 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
868 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
869 &quot;userTypes&quot;: [ # Output only. The user types.
870 &quot;A String&quot;,
871 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800872 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800873 &quot;type&quot;: &quot;A String&quot;, # The source type.
874 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800875 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700876 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800877 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800878 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800879 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
880 },
881 ],
882 &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}`.
883 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
884 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
885 &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.
886 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700887 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800888 &quot;source&quot;: { # The source of a field. # The source of the field.
889 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
890 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
891 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
892 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
893 &quot;userTypes&quot;: [ # Output only. The user types.
894 &quot;A String&quot;,
895 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800896 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800897 &quot;type&quot;: &quot;A String&quot;, # The source type.
898 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800899 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700900 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800901 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800902 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800903 &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`
904 &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.
905 },
906 ],
907 &quot;skills&quot;: [ # The person&#x27;s skills.
908 { # A skill that the person has.
909 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700910 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800911 &quot;source&quot;: { # The source of a field. # The source of the field.
912 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
913 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
914 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
915 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
916 &quot;userTypes&quot;: [ # Output only. The user types.
917 &quot;A String&quot;,
918 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800919 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800920 &quot;type&quot;: &quot;A String&quot;, # The source type.
921 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800922 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700923 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800924 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800925 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800926 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
927 },
928 ],
929 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
930 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
931 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700932 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800933 &quot;source&quot;: { # The source of a field. # The source of the field.
934 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
935 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
936 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
937 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
938 &quot;userTypes&quot;: [ # Output only. The user types.
939 &quot;A String&quot;,
940 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800941 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800942 &quot;type&quot;: &quot;A String&quot;, # The source type.
943 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800944 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700945 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800946 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A 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 -0800947 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800948 &quot;value&quot;: &quot;A String&quot;, # The tagline.
949 },
950 ],
951 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
952 { # A person&#x27;s associated URLs.
953 &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.
954 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700955 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800956 &quot;source&quot;: { # The source of a field. # The source of the field.
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;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
961 &quot;userTypes&quot;: [ # Output only. The user types.
962 &quot;A String&quot;,
963 ],
964 },
965 &quot;type&quot;: &quot;A String&quot;, # The source type.
966 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
967 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700968 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800969 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
970 },
971 &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`
972 &quot;value&quot;: &quot;A String&quot;, # The URL.
973 },
974 ],
975 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
976 { # Arbitrary user data that is populated by the end users.
977 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
978 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700979 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800980 &quot;source&quot;: { # The source of a field. # The source of the field.
981 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
982 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
983 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
984 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
985 &quot;userTypes&quot;: [ # Output only. The user types.
986 &quot;A String&quot;,
987 ],
988 },
989 &quot;type&quot;: &quot;A String&quot;, # The source type.
990 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
991 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700992 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800993 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
994 },
995 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
996 },
997 ],
998}</pre>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700999</div>
1000
1001<div class="method">
yoshi-code-bot07708072021-07-20 00:20:24 -07001002 <code class="details" id="list">list(pageSize=None, pageToken=None, readMask=None, requestSyncToken=None, sources=None, syncToken=None, x__xgafv=None)</code>
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001003 <pre>List all &quot;Other contacts&quot;, that is contacts that are not in a contact group. &quot;Other contacts&quot; are typically auto created contacts from interactions. Sync tokens expire 7 days after the full sync. A request with an expired sync token will result in a 410 error. In the case of such an error clients should make a full sync request without a `sync_token`. The first page of a full sync request has an additional quota. If the quota is exceeded, a 429 error will be returned. This quota is fixed and can not be increased. When the `sync_token` is specified, resources deleted since the last sync will be returned as a person with `PersonMetadata.deleted` set to true. When the `page_token` or `sync_token` is specified, all other request parameters must match the first call. Writes may have a propagation delay of several minutes for sync requests. Incremental syncs are not intended for read-after-write use cases. See example usage at [List the user&#x27;s other contacts that have changed](/people/v1/other-contacts#list_the_users_other_contacts_that_have_changed).
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001004
1005Args:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001006 pageSize: integer, Optional. The number of &quot;Other contacts&quot; to include in the response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
yoshi-code-bot07708072021-07-20 00:20:24 -07001007 pageToken: string, Optional. A page token, received from a previous response `next_page_token`. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `otherContacts.list` must match the first call that provided the page token.
yoshi-code-bot3e4b5db2021-08-10 00:22:29 -07001008 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. What values are valid depend on what ReadSourceType is used. If READ_SOURCE_TYPE_CONTACT is used, valid values are: * emailAddresses * metadata * names * phoneNumbers * photos If READ_SOURCE_TYPE_PROFILE is used, valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
yoshi-code-bot07708072021-07-20 00:20:24 -07001009 requestSyncToken: boolean, Optional. Whether the response should return `next_sync_token` on the last page of results. It can be used to get incremental changes since the last request by setting it on the request `sync_token`. More details about sync behavior at `otherContacts.list`.
yoshi-code-bot3e4b5db2021-08-10 00:22:29 -07001010 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT if not set. (repeated)
yoshi-code-bot07708072021-07-20 00:20:24 -07001011 Allowed values
1012 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
1013 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
1014 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
1015 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
1016 syncToken: string, Optional. A sync token, received from a previous response `next_sync_token` Provide this to retrieve only the resources changed since the last request. When syncing, all other parameters provided to `otherContacts.list` must match the first call that provided the sync token. More details about sync behavior at `otherContacts.list`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001017 x__xgafv: string, V1 error format.
1018 Allowed values
1019 1 - v1 error format
1020 2 - v2 error format
1021
1022Returns:
1023 An object of the form:
1024
1025 { # The response to a request for the authenticated user&#x27;s &quot;Other contacts&quot;.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001026 &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.
1027 &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.
1028 &quot;otherContacts&quot;: [ # The list of &quot;Other contacts&quot; returned as Person resources. &quot;Other contacts&quot; support a limited subset of fields. See ListOtherContactsRequest.request_mask for more detailed information.
1029 { # 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.
1030 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1031 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1032 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1033 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1034 &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.
1035 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1036 &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.
1037 &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.
1038 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001039 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001040 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001041 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1042 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001043 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1044 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1045 &quot;userTypes&quot;: [ # Output only. The user types.
1046 &quot;A String&quot;,
1047 ],
1048 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001049 &quot;type&quot;: &quot;A String&quot;, # The source type.
1050 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001051 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001052 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001053 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1054 },
1055 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1056 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1057 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1058 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1059 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001060 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001061 ],
1062 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
1063 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1064 { # A person&#x27;s age range.
1065 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
1066 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001067 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001068 &quot;source&quot;: { # The source of a field. # The source of the field.
1069 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1070 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1071 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1072 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1073 &quot;userTypes&quot;: [ # Output only. The user types.
1074 &quot;A String&quot;,
1075 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001076 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001077 &quot;type&quot;: &quot;A String&quot;, # The source type.
1078 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001079 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001080 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001081 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001082 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001083 },
1084 ],
1085 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
1086 { # A person&#x27;s short biography.
1087 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
1088 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001089 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001090 &quot;source&quot;: { # The source of a field. # The source of the field.
1091 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1092 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1093 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1094 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1095 &quot;userTypes&quot;: [ # Output only. The user types.
1096 &quot;A String&quot;,
1097 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001098 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001099 &quot;type&quot;: &quot;A String&quot;, # The source type.
1100 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001101 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001102 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001103 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001104 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001105 &quot;value&quot;: &quot;A String&quot;, # The short biography.
1106 },
1107 ],
1108 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
1109 { # 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.
1110 &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.
1111 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
1112 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
1113 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001114 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001115 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001116 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001117 &quot;source&quot;: { # The source of a field. # The source of the field.
1118 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1119 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1120 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1121 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1122 &quot;userTypes&quot;: [ # Output only. The user types.
1123 &quot;A String&quot;,
1124 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001125 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001126 &quot;type&quot;: &quot;A String&quot;, # The source type.
1127 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001128 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001129 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001130 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001131 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001132 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
1133 },
1134 ],
1135 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
1136 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
1137 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001138 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001139 &quot;source&quot;: { # The source of a field. # The source of the field.
1140 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1141 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1142 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1143 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1144 &quot;userTypes&quot;: [ # Output only. The user types.
1145 &quot;A String&quot;,
1146 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001147 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001148 &quot;type&quot;: &quot;A String&quot;, # The source type.
1149 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001150 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001151 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001152 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001153 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001154 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
1155 },
1156 ],
1157 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
1158 { # A person&#x27;s calendar URL.
1159 &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.
1160 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001161 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001162 &quot;source&quot;: { # The source of a field. # The source of the field.
1163 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1164 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1165 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1166 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1167 &quot;userTypes&quot;: [ # Output only. The user types.
1168 &quot;A String&quot;,
1169 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001170 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001171 &quot;type&quot;: &quot;A String&quot;, # The source type.
1172 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001173 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001174 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001175 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001176 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001177 &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`
1178 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
1179 },
1180 ],
1181 &quot;clientData&quot;: [ # The person&#x27;s client data.
1182 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
1183 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
1184 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001185 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001186 &quot;source&quot;: { # The source of a field. # The source of the field.
1187 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1188 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1189 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1190 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1191 &quot;userTypes&quot;: [ # Output only. The user types.
1192 &quot;A String&quot;,
1193 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001194 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001195 &quot;type&quot;: &quot;A String&quot;, # The source type.
1196 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001197 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001198 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001199 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001200 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001201 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
1202 },
1203 ],
1204 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
1205 { # 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.
1206 &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.
1207 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001208 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001209 &quot;source&quot;: { # The source of a field. # The source of the field.
1210 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1211 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1212 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1213 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1214 &quot;userTypes&quot;: [ # Output only. The user types.
1215 &quot;A String&quot;,
1216 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001217 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001218 &quot;type&quot;: &quot;A String&quot;, # The source type.
1219 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001220 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001221 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001222 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001223 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001224 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
1225 },
1226 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07001227 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001228 { # A person&#x27;s email address.
1229 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
1230 &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.
1231 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001232 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001233 &quot;source&quot;: { # The source of a field. # The source of the field.
1234 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1235 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1236 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1237 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1238 &quot;userTypes&quot;: [ # Output only. The user types.
1239 &quot;A String&quot;,
1240 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001241 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001242 &quot;type&quot;: &quot;A String&quot;, # The source type.
1243 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001244 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001245 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001246 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001247 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001248 &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`
1249 &quot;value&quot;: &quot;A String&quot;, # The email address.
1250 },
1251 ],
1252 &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.
1253 &quot;events&quot;: [ # The person&#x27;s events.
1254 { # An event related to the person.
1255 &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.
1256 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
1257 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
1258 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001259 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001260 &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.
1261 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001262 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001263 &quot;source&quot;: { # The source of a field. # The source of the field.
1264 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1265 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1266 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1267 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1268 &quot;userTypes&quot;: [ # Output only. The user types.
1269 &quot;A String&quot;,
1270 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001271 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001272 &quot;type&quot;: &quot;A String&quot;, # The source type.
1273 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001274 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001275 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001276 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001277 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001278 &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`
1279 },
1280 ],
1281 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
1282 { # An identifier from an external entity related to the person.
1283 &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.
1284 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001285 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001286 &quot;source&quot;: { # The source of a field. # The source of the field.
1287 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1288 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1289 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1290 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1291 &quot;userTypes&quot;: [ # Output only. The user types.
1292 &quot;A String&quot;,
1293 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001294 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001295 &quot;type&quot;: &quot;A String&quot;, # The source type.
1296 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001297 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001298 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001299 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001300 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001301 &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`
1302 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
1303 },
1304 ],
1305 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
1306 { # The name that should be used to sort the person in a list.
1307 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001308 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001309 &quot;source&quot;: { # The source of a field. # The source of the field.
1310 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1311 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1312 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1313 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1314 &quot;userTypes&quot;: [ # Output only. The user types.
1315 &quot;A String&quot;,
1316 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001317 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001318 &quot;type&quot;: &quot;A String&quot;, # The source type.
1319 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001320 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001321 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001322 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001323 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001324 &quot;value&quot;: &quot;A String&quot;, # The file-as value
1325 },
1326 ],
1327 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
1328 { # A person&#x27;s gender.
1329 &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`
1330 &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.
1331 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001332 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001333 &quot;source&quot;: { # The source of a field. # The source of the field.
1334 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1335 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1336 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1337 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1338 &quot;userTypes&quot;: [ # Output only. The user types.
1339 &quot;A String&quot;,
1340 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001341 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001342 &quot;type&quot;: &quot;A String&quot;, # The source type.
1343 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001344 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001345 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001346 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001347 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001348 &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`
1349 },
1350 ],
1351 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
1352 { # A person&#x27;s instant messaging client.
1353 &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.
1354 &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.
1355 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001356 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001357 &quot;source&quot;: { # The source of a field. # The source of the field.
1358 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1359 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1360 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1361 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1362 &quot;userTypes&quot;: [ # Output only. The user types.
1363 &quot;A String&quot;,
1364 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001365 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001366 &quot;type&quot;: &quot;A String&quot;, # The source type.
1367 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001368 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001369 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001370 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1371 },
1372 &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`
1373 &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`
1374 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
1375 },
1376 ],
1377 &quot;interests&quot;: [ # The person&#x27;s interests.
1378 { # One of the person&#x27;s interests.
1379 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001380 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001381 &quot;source&quot;: { # The source of a field. # The source of the field.
1382 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1383 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1384 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1385 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1386 &quot;userTypes&quot;: [ # Output only. The user types.
1387 &quot;A String&quot;,
1388 ],
1389 },
1390 &quot;type&quot;: &quot;A String&quot;, # The source type.
1391 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1392 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001393 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001394 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1395 },
1396 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
1397 },
1398 ],
1399 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
1400 { # A person&#x27;s locale preference.
1401 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001402 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001403 &quot;source&quot;: { # The source of a field. # The source of the field.
1404 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1405 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1406 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1407 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1408 &quot;userTypes&quot;: [ # Output only. The user types.
1409 &quot;A String&quot;,
1410 ],
1411 },
1412 &quot;type&quot;: &quot;A String&quot;, # The source type.
1413 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1414 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001415 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001416 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1417 },
1418 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
1419 },
1420 ],
1421 &quot;locations&quot;: [ # The person&#x27;s locations.
1422 { # A person&#x27;s location.
1423 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
1424 &quot;current&quot;: True or False, # Whether the location is the current location.
1425 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
1426 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
1427 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
1428 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001429 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001430 &quot;source&quot;: { # The source of a field. # The source of the field.
1431 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1432 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1433 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1434 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1435 &quot;userTypes&quot;: [ # Output only. The user types.
1436 &quot;A String&quot;,
1437 ],
1438 },
1439 &quot;type&quot;: &quot;A String&quot;, # The source type.
1440 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1441 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001442 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001443 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1444 },
1445 &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`
1446 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
1447 },
1448 ],
1449 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
1450 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
1451 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
1452 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
1453 &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.
1454 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07001455 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
1456 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001457 },
1458 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001459 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001460 &quot;source&quot;: { # The source of a field. # The source of the field.
1461 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1462 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1463 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1464 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1465 &quot;userTypes&quot;: [ # Output only. The user types.
1466 &quot;A String&quot;,
1467 ],
1468 },
1469 &quot;type&quot;: &quot;A String&quot;, # The source type.
1470 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1471 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001472 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001473 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1474 },
1475 },
1476 ],
1477 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07001478 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001479 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
1480 &quot;A String&quot;,
1481 ],
1482 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07001483 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001484 &quot;A String&quot;,
1485 ],
1486 &quot;sources&quot;: [ # The sources of data for the person.
1487 { # The source of a field.
1488 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1489 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1490 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1491 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1492 &quot;userTypes&quot;: [ # Output only. The user types.
1493 &quot;A String&quot;,
1494 ],
1495 },
1496 &quot;type&quot;: &quot;A String&quot;, # The source type.
1497 &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 -08001498 },
1499 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001500 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001501 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
1502 { # A person&#x27;s miscellaneous keyword.
1503 &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.
1504 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001505 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001506 &quot;source&quot;: { # The source of a field. # The source of the field.
1507 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1508 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1509 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1510 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1511 &quot;userTypes&quot;: [ # Output only. The user types.
1512 &quot;A String&quot;,
1513 ],
1514 },
1515 &quot;type&quot;: &quot;A String&quot;, # The source type.
1516 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1517 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001518 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001519 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1520 },
1521 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
1522 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
1523 },
1524 ],
1525 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
1526 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
1527 &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.
1528 &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.
1529 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
1530 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
1531 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
1532 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
1533 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001534 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001535 &quot;source&quot;: { # The source of a field. # The source of the field.
1536 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1537 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1538 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1539 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1540 &quot;userTypes&quot;: [ # Output only. The user types.
1541 &quot;A String&quot;,
1542 ],
1543 },
1544 &quot;type&quot;: &quot;A String&quot;, # The source type.
1545 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1546 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001547 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001548 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1549 },
1550 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
1551 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
1552 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
1553 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
1554 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
1555 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
1556 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
1557 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
1558 },
1559 ],
1560 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
1561 { # A person&#x27;s nickname.
1562 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001563 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001564 &quot;source&quot;: { # The source of a field. # The source of the field.
1565 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1566 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1567 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1568 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1569 &quot;userTypes&quot;: [ # Output only. The user types.
1570 &quot;A String&quot;,
1571 ],
1572 },
1573 &quot;type&quot;: &quot;A String&quot;, # The source type.
1574 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1575 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001576 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001577 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1578 },
1579 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
1580 &quot;value&quot;: &quot;A String&quot;, # The nickname.
1581 },
1582 ],
1583 &quot;occupations&quot;: [ # The person&#x27;s occupations.
1584 { # A person&#x27;s occupation.
1585 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001586 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001587 &quot;source&quot;: { # The source of a field. # The source of the field.
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;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1592 &quot;userTypes&quot;: [ # Output only. The user types.
1593 &quot;A String&quot;,
1594 ],
1595 },
1596 &quot;type&quot;: &quot;A String&quot;, # The source type.
1597 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1598 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001599 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001600 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1601 },
1602 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
1603 },
1604 ],
1605 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
1606 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
1607 &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.
1608 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
1609 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
1610 &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.
1611 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
1612 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
1613 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1614 },
1615 &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.
1616 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
1617 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
1618 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001619 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001620 &quot;source&quot;: { # The source of a field. # The source of the field.
1621 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1622 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1623 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1624 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1625 &quot;userTypes&quot;: [ # Output only. The user types.
1626 &quot;A String&quot;,
1627 ],
1628 },
1629 &quot;type&quot;: &quot;A String&quot;, # The source type.
1630 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1631 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001632 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001633 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1634 },
1635 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
1636 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
1637 &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.
1638 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
1639 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
1640 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1641 },
1642 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
1643 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
1644 &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`
1645 },
1646 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07001647 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001648 { # A person&#x27;s phone number.
1649 &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.
1650 &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.
1651 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001652 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001653 &quot;source&quot;: { # The source of a field. # The source of the field.
1654 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1655 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1656 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1657 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1658 &quot;userTypes&quot;: [ # Output only. The user types.
1659 &quot;A String&quot;,
1660 ],
1661 },
1662 &quot;type&quot;: &quot;A String&quot;, # The source type.
1663 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1664 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001665 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001666 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1667 },
1668 &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`
1669 &quot;value&quot;: &quot;A String&quot;, # The phone number.
1670 },
1671 ],
1672 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
1673 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
1674 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
1675 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001676 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001677 &quot;source&quot;: { # The source of a field. # The source of the field.
1678 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1679 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1680 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1681 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1682 &quot;userTypes&quot;: [ # Output only. The user types.
1683 &quot;A String&quot;,
1684 ],
1685 },
1686 &quot;type&quot;: &quot;A String&quot;, # The source type.
1687 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1688 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001689 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001690 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1691 },
1692 &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
1693 },
1694 ],
1695 &quot;relations&quot;: [ # The person&#x27;s relations.
1696 { # A person&#x27;s relation to another person.
1697 &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.
1698 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001699 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001700 &quot;source&quot;: { # The source of a field. # The source of the field.
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;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1703 &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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1705 &quot;userTypes&quot;: [ # Output only. The user types.
1706 &quot;A String&quot;,
1707 ],
1708 },
1709 &quot;type&quot;: &quot;A String&quot;, # The source type.
1710 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1711 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001712 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001713 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1714 },
1715 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
1716 &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`
1717 },
1718 ],
1719 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
1720 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
1721 &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.
1722 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001723 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001724 &quot;source&quot;: { # The source of a field. # The source of the field.
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;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1727 &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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1729 &quot;userTypes&quot;: [ # Output only. The user types.
1730 &quot;A String&quot;,
1731 ],
1732 },
1733 &quot;type&quot;: &quot;A String&quot;, # The source type.
1734 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1735 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001736 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001737 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1738 },
1739 &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`
1740 },
1741 ],
1742 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
1743 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
1744 &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.
1745 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001746 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001747 &quot;source&quot;: { # The source of a field. # The source of the field.
1748 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1749 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1750 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1751 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1752 &quot;userTypes&quot;: [ # Output only. The user types.
1753 &quot;A String&quot;,
1754 ],
1755 },
1756 &quot;type&quot;: &quot;A String&quot;, # The source type.
1757 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1758 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001759 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001760 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1761 },
1762 &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`
1763 },
1764 ],
1765 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
1766 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
1767 &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.
1768 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001769 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001770 &quot;source&quot;: { # The source of a field. # The source of the field.
1771 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1772 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1773 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1774 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1775 &quot;userTypes&quot;: [ # Output only. The user types.
1776 &quot;A String&quot;,
1777 ],
1778 },
1779 &quot;type&quot;: &quot;A String&quot;, # The source type.
1780 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1781 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001782 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001783 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1784 },
1785 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
1786 },
1787 ],
1788 &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}`.
1789 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
1790 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
1791 &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.
1792 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001793 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001794 &quot;source&quot;: { # The source of a field. # The source of the field.
1795 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1796 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1797 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1798 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1799 &quot;userTypes&quot;: [ # Output only. The user types.
1800 &quot;A String&quot;,
1801 ],
1802 },
1803 &quot;type&quot;: &quot;A String&quot;, # The source type.
1804 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1805 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001806 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001807 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1808 },
1809 &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`
1810 &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.
1811 },
1812 ],
1813 &quot;skills&quot;: [ # The person&#x27;s skills.
1814 { # A skill that the person has.
1815 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001816 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001817 &quot;source&quot;: { # The source of a field. # The source of the field.
1818 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1819 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1820 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1821 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1822 &quot;userTypes&quot;: [ # Output only. The user types.
1823 &quot;A String&quot;,
1824 ],
1825 },
1826 &quot;type&quot;: &quot;A String&quot;, # The source type.
1827 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1828 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001829 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001830 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1831 },
1832 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
1833 },
1834 ],
1835 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
1836 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
1837 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001838 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001839 &quot;source&quot;: { # The source of a field. # The source of the field.
1840 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1841 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1842 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1843 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1844 &quot;userTypes&quot;: [ # Output only. The user types.
1845 &quot;A String&quot;,
1846 ],
1847 },
1848 &quot;type&quot;: &quot;A String&quot;, # The source type.
1849 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1850 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001851 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001852 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1853 },
1854 &quot;value&quot;: &quot;A String&quot;, # The tagline.
1855 },
1856 ],
1857 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
1858 { # A person&#x27;s associated URLs.
1859 &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.
1860 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001861 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001862 &quot;source&quot;: { # The source of a field. # The source of the field.
1863 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1864 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1865 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1866 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1867 &quot;userTypes&quot;: [ # Output only. The user types.
1868 &quot;A String&quot;,
1869 ],
1870 },
1871 &quot;type&quot;: &quot;A String&quot;, # The source type.
1872 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1873 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001874 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001875 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1876 },
1877 &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`
1878 &quot;value&quot;: &quot;A String&quot;, # The URL.
1879 },
1880 ],
1881 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
1882 { # Arbitrary user data that is populated by the end users.
1883 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
1884 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001885 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001886 &quot;source&quot;: { # The source of a field. # The source of the field.
1887 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1888 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1889 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1890 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1891 &quot;userTypes&quot;: [ # Output only. The user types.
1892 &quot;A String&quot;,
1893 ],
1894 },
1895 &quot;type&quot;: &quot;A String&quot;, # The source type.
1896 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1897 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001898 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001899 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1900 },
1901 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
1902 },
1903 ],
1904 },
1905 ],
yoshi-code-bot3dd15272021-04-21 15:07:48 -07001906 &quot;totalSize&quot;: 42, # The total number of other contacts in the list without pagination.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001907}</pre>
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001908</div>
1909
1910<div class="method">
1911 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
1912 <pre>Retrieves the next page of results.
1913
1914Args:
1915 previous_request: The request for the previous page. (required)
1916 previous_response: The response from the request for the previous page. (required)
1917
1918Returns:
1919 A request object that you can call &#x27;execute()&#x27; on to request the next
1920 page. Returns None if there are no more items in the collection.
1921 </pre>
1922</div>
1923
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001924<div class="method">
1925 <code class="details" id="search">search(pageSize=None, query=None, readMask=None, x__xgafv=None)</code>
yoshi-code-bot33237a82021-06-09 00:26:03 -07001926 <pre>Provides a list of contacts in the authenticated user&#x27;s other contacts that matches the search query. The query matches on a contact&#x27;s `names`, `emailAddresses`, and `phoneNumbers` fields that are from the OTHER_CONTACT source. **IMPORTANT**: Before searching, clients should send a warmup request with an empty query to update the cache. See https://developers.google.com/people/v1/other-contacts#search_the_users_other_contacts
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001927
1928Args:
yoshi-code-bot04bafe12021-06-29 00:20:25 -07001929 pageSize: integer, Optional. The number of results to return. Defaults to 10 if field is not set, or set to 0. Values greater than 30 will be capped to 30.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001930 query: string, Required. The plain-text query for the request. The query is used to match prefix phrases of the fields on a person. For example, a person with name &quot;foo name&quot; matches queries such as &quot;f&quot;, &quot;fo&quot;, &quot;foo&quot;, &quot;foo n&quot;, &quot;nam&quot;, etc., but not &quot;oo n&quot;.
yoshi-code-bot04bafe12021-06-29 00:20:25 -07001931 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: * emailAddresses * metadata * names * phoneNumbers
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001932 x__xgafv: string, V1 error format.
1933 Allowed values
1934 1 - v1 error format
1935 2 - v2 error format
1936
1937Returns:
1938 An object of the form:
1939
1940 { # The response to a search request for the authenticated user, given a query.
1941 &quot;results&quot;: [ # The results of the request.
1942 { # A result of a search query.
1943 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The matched Person.
1944 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1945 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1946 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1947 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1948 &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.
1949 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1950 &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.
1951 &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.
1952 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001953 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001954 &quot;source&quot;: { # The source of a field. # The source of the field.
1955 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1956 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1957 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1958 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1959 &quot;userTypes&quot;: [ # Output only. The user types.
1960 &quot;A String&quot;,
1961 ],
1962 },
1963 &quot;type&quot;: &quot;A String&quot;, # The source type.
1964 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1965 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001966 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001967 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1968 },
1969 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1970 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1971 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1972 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1973 &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`
1974 },
1975 ],
1976 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
1977 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1978 { # A person&#x27;s age range.
1979 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
1980 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001981 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001982 &quot;source&quot;: { # The source of a field. # The source of the field.
1983 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1984 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1985 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1986 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1987 &quot;userTypes&quot;: [ # Output only. The user types.
1988 &quot;A String&quot;,
1989 ],
1990 },
1991 &quot;type&quot;: &quot;A String&quot;, # The source type.
1992 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1993 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07001994 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001995 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1996 },
1997 },
1998 ],
1999 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
2000 { # A person&#x27;s short biography.
2001 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
2002 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002003 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002004 &quot;source&quot;: { # The source of a field. # The source of the field.
2005 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2006 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2007 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2008 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2009 &quot;userTypes&quot;: [ # Output only. The user types.
2010 &quot;A String&quot;,
2011 ],
2012 },
2013 &quot;type&quot;: &quot;A String&quot;, # The source type.
2014 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2015 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002016 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002017 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2018 },
2019 &quot;value&quot;: &quot;A String&quot;, # The short biography.
2020 },
2021 ],
2022 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
2023 { # 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.
2024 &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.
2025 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
2026 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
2027 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2028 },
2029 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002030 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002031 &quot;source&quot;: { # The source of a field. # The source of the field.
2032 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2033 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2034 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2035 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2036 &quot;userTypes&quot;: [ # Output only. The user types.
2037 &quot;A String&quot;,
2038 ],
2039 },
2040 &quot;type&quot;: &quot;A String&quot;, # The source type.
2041 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2042 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002043 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002044 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2045 },
2046 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
2047 },
2048 ],
2049 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2050 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2051 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002052 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002053 &quot;source&quot;: { # The source of a field. # The source of the field.
2054 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2055 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2056 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2057 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2058 &quot;userTypes&quot;: [ # Output only. The user types.
2059 &quot;A String&quot;,
2060 ],
2061 },
2062 &quot;type&quot;: &quot;A String&quot;, # The source type.
2063 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2064 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002065 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002066 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2067 },
2068 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
2069 },
2070 ],
2071 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
2072 { # A person&#x27;s calendar URL.
2073 &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.
2074 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002075 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002076 &quot;source&quot;: { # The source of a field. # The source of the field.
2077 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2078 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2079 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2080 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2081 &quot;userTypes&quot;: [ # Output only. The user types.
2082 &quot;A String&quot;,
2083 ],
2084 },
2085 &quot;type&quot;: &quot;A String&quot;, # The source type.
2086 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2087 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002088 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002089 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2090 },
2091 &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`
2092 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
2093 },
2094 ],
2095 &quot;clientData&quot;: [ # The person&#x27;s client data.
2096 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
2097 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
2098 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002099 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002100 &quot;source&quot;: { # The source of a field. # The source of the field.
2101 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2102 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2103 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2104 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2105 &quot;userTypes&quot;: [ # Output only. The user types.
2106 &quot;A String&quot;,
2107 ],
2108 },
2109 &quot;type&quot;: &quot;A String&quot;, # The source type.
2110 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2111 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002112 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002113 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2114 },
2115 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
2116 },
2117 ],
2118 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
2119 { # 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.
2120 &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.
2121 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002122 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002123 &quot;source&quot;: { # The source of a field. # The source of the field.
2124 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2125 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2126 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2127 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2128 &quot;userTypes&quot;: [ # Output only. The user types.
2129 &quot;A String&quot;,
2130 ],
2131 },
2132 &quot;type&quot;: &quot;A String&quot;, # The source type.
2133 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2134 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002135 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002136 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2137 },
2138 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
2139 },
2140 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07002141 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002142 { # A person&#x27;s email address.
2143 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
2144 &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.
2145 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002146 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002147 &quot;source&quot;: { # The source of a field. # The source of the field.
2148 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2149 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2150 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2151 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2152 &quot;userTypes&quot;: [ # Output only. The user types.
2153 &quot;A String&quot;,
2154 ],
2155 },
2156 &quot;type&quot;: &quot;A String&quot;, # The source type.
2157 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2158 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002159 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002160 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2161 },
2162 &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`
2163 &quot;value&quot;: &quot;A String&quot;, # The email address.
2164 },
2165 ],
2166 &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.
2167 &quot;events&quot;: [ # The person&#x27;s events.
2168 { # An event related to the person.
2169 &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.
2170 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
2171 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
2172 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2173 },
2174 &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.
2175 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002176 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002177 &quot;source&quot;: { # The source of a field. # The source of the field.
2178 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2179 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2180 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2181 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2182 &quot;userTypes&quot;: [ # Output only. The user types.
2183 &quot;A String&quot;,
2184 ],
2185 },
2186 &quot;type&quot;: &quot;A String&quot;, # The source type.
2187 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2188 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002189 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002190 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 },
2192 &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`
2193 },
2194 ],
2195 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
2196 { # An identifier from an external entity related to the person.
2197 &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.
2198 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002199 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002200 &quot;source&quot;: { # The source of a field. # The source of the field.
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;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2205 &quot;userTypes&quot;: [ # Output only. The user types.
2206 &quot;A String&quot;,
2207 ],
2208 },
2209 &quot;type&quot;: &quot;A String&quot;, # The source type.
2210 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2211 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002212 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002213 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2214 },
2215 &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`
2216 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
2217 },
2218 ],
2219 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
2220 { # The name that should be used to sort the person in a list.
2221 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002222 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002223 &quot;source&quot;: { # The source of a field. # The source of the field.
2224 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2225 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2226 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2227 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2228 &quot;userTypes&quot;: [ # Output only. The user types.
2229 &quot;A String&quot;,
2230 ],
2231 },
2232 &quot;type&quot;: &quot;A String&quot;, # The source type.
2233 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2234 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002235 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002236 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 },
2238 &quot;value&quot;: &quot;A String&quot;, # The file-as value
2239 },
2240 ],
2241 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
2242 { # A person&#x27;s gender.
2243 &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`
2244 &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.
2245 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002246 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002247 &quot;source&quot;: { # The source of a field. # The source of the field.
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;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2252 &quot;userTypes&quot;: [ # Output only. The user types.
2253 &quot;A String&quot;,
2254 ],
2255 },
2256 &quot;type&quot;: &quot;A String&quot;, # The source type.
2257 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2258 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002259 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002260 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2261 },
2262 &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`
2263 },
2264 ],
2265 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
2266 { # A person&#x27;s instant messaging client.
2267 &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.
2268 &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.
2269 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002270 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002271 &quot;source&quot;: { # The source of a field. # The source of the field.
2272 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2273 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2274 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2275 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2276 &quot;userTypes&quot;: [ # Output only. The user types.
2277 &quot;A String&quot;,
2278 ],
2279 },
2280 &quot;type&quot;: &quot;A String&quot;, # The source type.
2281 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2282 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002283 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002284 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2285 },
2286 &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`
2287 &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`
2288 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
2289 },
2290 ],
2291 &quot;interests&quot;: [ # The person&#x27;s interests.
2292 { # One of the person&#x27;s interests.
2293 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002294 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002295 &quot;source&quot;: { # The source of a field. # The source of the field.
2296 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2297 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2298 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2299 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2300 &quot;userTypes&quot;: [ # Output only. The user types.
2301 &quot;A String&quot;,
2302 ],
2303 },
2304 &quot;type&quot;: &quot;A String&quot;, # The source type.
2305 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2306 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002307 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002308 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2309 },
2310 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
2311 },
2312 ],
2313 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
2314 { # A person&#x27;s locale preference.
2315 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002316 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002317 &quot;source&quot;: { # The source of a field. # The source of the field.
2318 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2319 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2320 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2321 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2322 &quot;userTypes&quot;: [ # Output only. The user types.
2323 &quot;A String&quot;,
2324 ],
2325 },
2326 &quot;type&quot;: &quot;A String&quot;, # The source type.
2327 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2328 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002329 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002330 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2331 },
2332 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
2333 },
2334 ],
2335 &quot;locations&quot;: [ # The person&#x27;s locations.
2336 { # A person&#x27;s location.
2337 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
2338 &quot;current&quot;: True or False, # Whether the location is the current location.
2339 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
2340 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
2341 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
2342 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002343 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002344 &quot;source&quot;: { # The source of a field. # The source of the field.
2345 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2346 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2347 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2348 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2349 &quot;userTypes&quot;: [ # Output only. The user types.
2350 &quot;A String&quot;,
2351 ],
2352 },
2353 &quot;type&quot;: &quot;A String&quot;, # The source type.
2354 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2355 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002356 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002357 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2358 },
2359 &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`
2360 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
2361 },
2362 ],
2363 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
2364 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
2365 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
2366 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
2367 &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.
2368 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07002369 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
2370 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002371 },
2372 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002373 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002374 &quot;source&quot;: { # The source of a field. # The source of the field.
2375 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2376 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2377 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2378 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2379 &quot;userTypes&quot;: [ # Output only. The user types.
2380 &quot;A String&quot;,
2381 ],
2382 },
2383 &quot;type&quot;: &quot;A String&quot;, # The source type.
2384 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2385 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002386 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002387 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2388 },
2389 },
2390 ],
2391 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07002392 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002393 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
2394 &quot;A String&quot;,
2395 ],
2396 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07002397 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002398 &quot;A String&quot;,
2399 ],
2400 &quot;sources&quot;: [ # The sources of data for the person.
2401 { # The source of a field.
2402 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2403 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2404 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2405 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2406 &quot;userTypes&quot;: [ # Output only. The user types.
2407 &quot;A String&quot;,
2408 ],
2409 },
2410 &quot;type&quot;: &quot;A String&quot;, # The source type.
2411 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2412 },
2413 ],
2414 },
2415 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
2416 { # A person&#x27;s miscellaneous keyword.
2417 &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.
2418 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002419 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002420 &quot;source&quot;: { # The source of a field. # The source of the field.
2421 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2422 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2423 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2424 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2425 &quot;userTypes&quot;: [ # Output only. The user types.
2426 &quot;A String&quot;,
2427 ],
2428 },
2429 &quot;type&quot;: &quot;A String&quot;, # The source type.
2430 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2431 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002432 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002433 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2434 },
2435 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
2436 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
2437 },
2438 ],
2439 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
2440 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
2441 &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.
2442 &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.
2443 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
2444 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
2445 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
2446 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
2447 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002448 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002449 &quot;source&quot;: { # The source of a field. # The source of the field.
2450 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2451 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2452 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2453 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2454 &quot;userTypes&quot;: [ # Output only. The user types.
2455 &quot;A String&quot;,
2456 ],
2457 },
2458 &quot;type&quot;: &quot;A String&quot;, # The source type.
2459 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2460 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002461 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002462 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2463 },
2464 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
2465 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
2466 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
2467 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
2468 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
2469 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
2470 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
2471 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
2472 },
2473 ],
2474 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
2475 { # A person&#x27;s nickname.
2476 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002477 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002478 &quot;source&quot;: { # The source of a field. # The source of the field.
2479 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2480 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2481 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2482 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2483 &quot;userTypes&quot;: [ # Output only. The user types.
2484 &quot;A String&quot;,
2485 ],
2486 },
2487 &quot;type&quot;: &quot;A String&quot;, # The source type.
2488 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2489 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002490 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002491 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2492 },
2493 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
2494 &quot;value&quot;: &quot;A String&quot;, # The nickname.
2495 },
2496 ],
2497 &quot;occupations&quot;: [ # The person&#x27;s occupations.
2498 { # A person&#x27;s occupation.
2499 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002500 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002501 &quot;source&quot;: { # The source of a field. # The source of the field.
2502 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2503 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2504 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2505 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2506 &quot;userTypes&quot;: [ # Output only. The user types.
2507 &quot;A String&quot;,
2508 ],
2509 },
2510 &quot;type&quot;: &quot;A String&quot;, # The source type.
2511 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2512 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002513 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002514 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2515 },
2516 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
2517 },
2518 ],
2519 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
2520 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
2521 &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.
2522 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
2523 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
2524 &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.
2525 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
2526 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
2527 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2528 },
2529 &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.
2530 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
2531 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
2532 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002533 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002534 &quot;source&quot;: { # The source of a field. # The source of the field.
2535 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2536 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2537 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2538 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2539 &quot;userTypes&quot;: [ # Output only. The user types.
2540 &quot;A String&quot;,
2541 ],
2542 },
2543 &quot;type&quot;: &quot;A String&quot;, # The source type.
2544 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2545 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002546 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002547 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2548 },
2549 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
2550 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
2551 &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.
2552 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
2553 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
2554 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2555 },
2556 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
2557 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
2558 &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`
2559 },
2560 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07002561 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002562 { # A person&#x27;s phone number.
2563 &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.
2564 &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.
2565 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002566 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002567 &quot;source&quot;: { # The source of a field. # The source of the field.
2568 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2569 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2570 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2571 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2572 &quot;userTypes&quot;: [ # Output only. The user types.
2573 &quot;A String&quot;,
2574 ],
2575 },
2576 &quot;type&quot;: &quot;A String&quot;, # The source type.
2577 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2578 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002579 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002580 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2581 },
2582 &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`
2583 &quot;value&quot;: &quot;A String&quot;, # The phone number.
2584 },
2585 ],
2586 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
2587 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
2588 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
2589 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002590 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002591 &quot;source&quot;: { # The source of a field. # The source of the field.
2592 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2593 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2594 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2595 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2596 &quot;userTypes&quot;: [ # Output only. The user types.
2597 &quot;A String&quot;,
2598 ],
2599 },
2600 &quot;type&quot;: &quot;A String&quot;, # The source type.
2601 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2602 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002603 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002604 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2605 },
2606 &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
2607 },
2608 ],
2609 &quot;relations&quot;: [ # The person&#x27;s relations.
2610 { # A person&#x27;s relation to another person.
2611 &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.
2612 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002613 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002614 &quot;source&quot;: { # The source of a field. # The source of the field.
2615 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2616 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2617 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2618 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2619 &quot;userTypes&quot;: [ # Output only. The user types.
2620 &quot;A String&quot;,
2621 ],
2622 },
2623 &quot;type&quot;: &quot;A String&quot;, # The source type.
2624 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2625 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002626 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002627 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2628 },
2629 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
2630 &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`
2631 },
2632 ],
2633 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
2634 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
2635 &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.
2636 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002637 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002638 &quot;source&quot;: { # The source of a field. # The source of the field.
2639 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2640 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2641 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2642 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2643 &quot;userTypes&quot;: [ # Output only. The user types.
2644 &quot;A String&quot;,
2645 ],
2646 },
2647 &quot;type&quot;: &quot;A String&quot;, # The source type.
2648 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2649 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002650 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002651 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2652 },
2653 &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`
2654 },
2655 ],
2656 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
2657 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
2658 &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.
2659 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002660 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002661 &quot;source&quot;: { # The source of a field. # The source of the field.
2662 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2663 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2664 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2665 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2666 &quot;userTypes&quot;: [ # Output only. The user types.
2667 &quot;A String&quot;,
2668 ],
2669 },
2670 &quot;type&quot;: &quot;A String&quot;, # The source type.
2671 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2672 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002673 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002674 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2675 },
2676 &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`
2677 },
2678 ],
2679 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
2680 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
2681 &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.
2682 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002683 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002684 &quot;source&quot;: { # The source of a field. # The source of the field.
2685 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2686 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2687 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2688 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2689 &quot;userTypes&quot;: [ # Output only. The user types.
2690 &quot;A String&quot;,
2691 ],
2692 },
2693 &quot;type&quot;: &quot;A String&quot;, # The source type.
2694 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2695 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002696 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002697 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2698 },
2699 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
2700 },
2701 ],
2702 &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}`.
2703 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
2704 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
2705 &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.
2706 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002707 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002708 &quot;source&quot;: { # The source of a field. # The source of the field.
2709 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2710 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2711 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2712 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2713 &quot;userTypes&quot;: [ # Output only. The user types.
2714 &quot;A String&quot;,
2715 ],
2716 },
2717 &quot;type&quot;: &quot;A String&quot;, # The source type.
2718 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2719 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002720 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002721 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2722 },
2723 &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`
2724 &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.
2725 },
2726 ],
2727 &quot;skills&quot;: [ # The person&#x27;s skills.
2728 { # A skill that the person has.
2729 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002730 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002731 &quot;source&quot;: { # The source of a field. # The source of the field.
2732 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2733 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2734 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2735 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2736 &quot;userTypes&quot;: [ # Output only. The user types.
2737 &quot;A String&quot;,
2738 ],
2739 },
2740 &quot;type&quot;: &quot;A String&quot;, # The source type.
2741 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2742 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002743 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002744 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2745 },
2746 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
2747 },
2748 ],
2749 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
2750 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
2751 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002752 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002753 &quot;source&quot;: { # The source of a field. # The source of the field.
2754 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2755 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2756 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2757 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2758 &quot;userTypes&quot;: [ # Output only. The user types.
2759 &quot;A String&quot;,
2760 ],
2761 },
2762 &quot;type&quot;: &quot;A String&quot;, # The source type.
2763 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2764 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002765 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002766 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2767 },
2768 &quot;value&quot;: &quot;A String&quot;, # The tagline.
2769 },
2770 ],
2771 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
2772 { # A person&#x27;s associated URLs.
2773 &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.
2774 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002775 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002776 &quot;source&quot;: { # The source of a field. # The source of the field.
2777 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2778 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2779 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2780 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2781 &quot;userTypes&quot;: [ # Output only. The user types.
2782 &quot;A String&quot;,
2783 ],
2784 },
2785 &quot;type&quot;: &quot;A String&quot;, # The source type.
2786 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2787 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002788 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002789 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2790 },
2791 &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`
2792 &quot;value&quot;: &quot;A String&quot;, # The URL.
2793 },
2794 ],
2795 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
2796 { # Arbitrary user data that is populated by the end users.
2797 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
2798 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002799 &quot;primary&quot;: True or False, # True if the field is the primary field for the person.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002800 &quot;source&quot;: { # The source of a field. # The source of the field.
2801 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2802 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2803 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2804 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2805 &quot;userTypes&quot;: [ # Output only. The user types.
2806 &quot;A String&quot;,
2807 ],
2808 },
2809 &quot;type&quot;: &quot;A String&quot;, # The source type.
2810 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2811 },
yoshi-code-bota36e3b12021-07-27 00:20:26 -07002812 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08002813 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2814 },
2815 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
2816 },
2817 ],
2818 },
2819 },
2820 ],
2821}</pre>
2822</div>
2823
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002824</body></html>