blob: 23ccf83a4d939754f964914811207349c523d798 [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 Automation Bot0bf565c2020-12-09 08:56:03 -080084 <code><a href="#list">list(syncToken=None, pageSize=None, requestSyncToken=None, pageToken=None, readMask=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -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.</p>
86<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>
89<h3>Method Details</h3>
90<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070091 <code class="details" id="close">close()</code>
92 <pre>Close httplib2 connections.</pre>
93</div>
94
95<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070096 <code class="details" id="copyOtherContactToMyContactsGroup">copyOtherContactToMyContactsGroup(resourceName, body=None, x__xgafv=None)</code>
97 <pre>Copies an &quot;Other contact&quot; to a new contact in the user&#x27;s &quot;myContacts&quot; group
98
99Args:
100 resourceName: string, Required. The resource name of the &quot;Other contact&quot; to copy. (required)
101 body: object, The request body.
102 The object takes the form of:
103
104{ # A request to copy an &quot;Other contact&quot; to my contacts group.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700105 &quot;sources&quot;: [ # Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700106 &quot;A String&quot;,
107 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800108 &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
109 &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
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700110 }
111
112 x__xgafv: string, V1 error format.
113 Allowed values
114 1 - v1 error format
115 2 - v2 error format
116
117Returns:
118 An object of the form:
119
120 { # 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 Bot0bf565c2020-12-09 08:56:03 -0800121 &quot;clientData&quot;: [ # The person&#x27;s client data.
122 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
123 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
124 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
125 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
126 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700127 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800128 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
129 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800130 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
131 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700132 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800133 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700134 &quot;userTypes&quot;: [ # Output only. The user types.
135 &quot;A String&quot;,
136 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700137 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700138 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800139 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800140 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800141 },
142 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800143 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
144 { # A person&#x27;s age range.
145 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
146 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
147 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800149 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800150 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
151 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800152 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
153 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800154 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800155 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800156 &quot;userTypes&quot;: [ # Output only. The user types.
157 &quot;A String&quot;,
158 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800159 },
160 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700161 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700162 },
163 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800164 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
165 { # A person&#x27;s associated URLs.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800166 &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.
167 &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`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800168 &quot;value&quot;: &quot;A String&quot;, # The URL.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800169 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800170 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
171 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800172 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800173 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
174 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800175 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
176 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800177 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800178 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800179 &quot;userTypes&quot;: [ # Output only. The user types.
180 &quot;A String&quot;,
181 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800182 },
183 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800184 },
185 },
186 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800187 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
188 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
189 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800190 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
191 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800192 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800193 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
194 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800195 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
196 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800197 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800198 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800199 &quot;userTypes&quot;: [ # Output only. The user types.
200 &quot;A String&quot;,
201 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800202 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800203 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800204 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800205 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800206 },
207 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800208 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
209 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
210 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
211 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
212 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800213 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800214 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
215 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800216 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
217 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800218 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800219 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800220 &quot;userTypes&quot;: [ # Output only. The user types.
221 &quot;A String&quot;,
222 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800223 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800224 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800225 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800226 &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.
227 &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`
228 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800229 },
230 ],
231 &quot;relations&quot;: [ # The person&#x27;s relations.
232 { # A person&#x27;s relation to another person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800233 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800234 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
235 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800236 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800237 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
238 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800239 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
240 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800241 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800242 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800243 &quot;userTypes&quot;: [ # Output only. The user types.
244 &quot;A String&quot;,
245 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800246 },
247 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800248 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800249 &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.
250 &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`
251 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800252 },
253 ],
254 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
255 { # A person&#x27;s miscellaneous keyword.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800256 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800257 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
258 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800259 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800260 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
261 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800262 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
263 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800264 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800265 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800266 &quot;userTypes&quot;: [ # Output only. The user types.
267 &quot;A String&quot;,
268 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800269 },
270 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800271 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800272 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800273 &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.
274 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
275 },
276 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800277 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
278 { # A person&#x27;s short biography.
279 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
280 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
281 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
282 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800283 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800284 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
285 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800286 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
287 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800288 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800289 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800290 &quot;userTypes&quot;: [ # Output only. The user types.
291 &quot;A String&quot;,
292 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800293 },
294 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800295 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800296 &quot;value&quot;: &quot;A String&quot;, # The short biography.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800297 },
298 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800299 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
300 { # Arbitrary user data that is populated by the end users.
301 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
302 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
303 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800304 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800305 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
306 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800307 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
308 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800309 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800310 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800311 &quot;userTypes&quot;: [ # Output only. The user types.
312 &quot;A String&quot;,
313 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800314 },
315 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800316 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800317 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
318 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800319 },
320 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800321 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800322 &quot;skills&quot;: [ # The person&#x27;s skills.
323 { # A skill that the person has.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800324 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800325 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800326 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
327 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800328 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800329 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
330 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800331 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
332 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800333 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800334 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800335 &quot;userTypes&quot;: [ # Output only. The user types.
336 &quot;A String&quot;,
337 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800338 },
339 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800340 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800341 },
342 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800343 &quot;locations&quot;: [ # The person&#x27;s locations.
344 { # A person&#x27;s location.
345 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
346 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
347 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
348 &quot;current&quot;: True or False, # Whether the location is the current location.
349 &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`
350 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
351 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
352 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800353 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800354 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
355 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800356 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
357 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800358 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800359 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800360 &quot;userTypes&quot;: [ # Output only. The user types.
361 &quot;A String&quot;,
362 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800363 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800364 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800365 },
366 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
367 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
368 },
369 ],
370 &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}`.
371 &quot;occupations&quot;: [ # The person&#x27;s occupations.
372 { # A person&#x27;s occupation.
373 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
374 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800375 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800376 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800377 &quot;source&quot;: { # The source of a field. # The source of the field.
378 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
379 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
380 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
381 &quot;type&quot;: &quot;A String&quot;, # The source type.
382 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
383 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
384 &quot;userTypes&quot;: [ # Output only. The user types.
385 &quot;A String&quot;,
386 ],
387 },
388 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800389 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800390 },
391 ],
392 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
393 { # The name that should be used to sort the person in a list.
394 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
395 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
396 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
397 &quot;source&quot;: { # The source of a field. # The source of the field.
398 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
399 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
400 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
401 &quot;type&quot;: &quot;A String&quot;, # The source type.
402 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
403 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
404 &quot;userTypes&quot;: [ # Output only. The user types.
405 &quot;A String&quot;,
406 ],
407 },
408 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800409 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800410 &quot;value&quot;: &quot;A String&quot;, # The file-as value
411 },
412 ],
413 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
414 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
415 &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.
416 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
417 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
418 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
419 &quot;source&quot;: { # The source of a field. # The source of the field.
420 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
421 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
422 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
423 &quot;type&quot;: &quot;A String&quot;, # The source type.
424 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
425 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
426 &quot;userTypes&quot;: [ # Output only. The user types.
427 &quot;A String&quot;,
428 ],
429 },
430 },
431 },
432 &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`
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800433 },
434 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800435 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
436 { # 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.
437 &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.
438 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800439 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
440 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800441 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800442 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
443 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800444 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
445 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800446 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800447 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800448 &quot;userTypes&quot;: [ # Output only. The user types.
449 &quot;A String&quot;,
450 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800451 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800452 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800453 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800454 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
455 },
456 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800457 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
458 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
459 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
460 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
461 },
462 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800463 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800464 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800465 },
466 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800467 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
468 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800469 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800470 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
471 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800472 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
473 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800474 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800475 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800476 &quot;userTypes&quot;: [ # Output only. The user types.
477 &quot;A String&quot;,
478 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800479 },
480 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800481 },
482 },
483 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800484 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
485 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
486 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800487 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
488 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800489 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800490 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
491 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800492 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
493 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800494 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800495 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800496 &quot;userTypes&quot;: [ # Output only. The user types.
497 &quot;A String&quot;,
498 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800499 },
500 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800501 },
502 &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
503 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
504 },
505 ],
506 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
507 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
508 &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`
509 &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.
510 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800511 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
512 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800513 &quot;source&quot;: { # The source of a field. # The source of the field.
514 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
515 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
516 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
517 &quot;type&quot;: &quot;A String&quot;, # The source type.
518 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
519 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
520 &quot;userTypes&quot;: [ # Output only. The user types.
521 &quot;A String&quot;,
522 ],
523 },
524 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800525 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800526 },
527 ],
528 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
529 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
530 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
531 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
532 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
533 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
534 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
535 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
536 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
537 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
538 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
539 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
540 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
541 &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.
542 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
543 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
544 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
545 &quot;source&quot;: { # The source of a field. # The source of the field.
546 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
547 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
548 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
549 &quot;type&quot;: &quot;A String&quot;, # The source type.
550 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
551 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
552 &quot;userTypes&quot;: [ # Output only. The user types.
553 &quot;A String&quot;,
554 ],
555 },
556 },
557 },
558 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
559 &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.
560 },
561 ],
562 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
563 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
564 &quot;A String&quot;,
565 ],
566 &quot;sources&quot;: [ # The sources of data for the person.
567 { # The source of a field.
568 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
569 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
570 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
571 &quot;type&quot;: &quot;A String&quot;, # The source type.
572 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
573 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
574 &quot;userTypes&quot;: [ # Output only. The user types.
575 &quot;A String&quot;,
576 ],
577 },
578 },
579 ],
580 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
581 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
582 &quot;A String&quot;,
583 ],
584 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
585 },
586 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
587 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
588 { # A person&#x27;s nickname.
589 &quot;value&quot;: &quot;A String&quot;, # The nickname.
590 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
591 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
592 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
593 &quot;source&quot;: { # The source of a field. # The source of the field.
594 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
595 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
596 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
597 &quot;type&quot;: &quot;A String&quot;, # The source type.
598 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
599 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
600 &quot;userTypes&quot;: [ # Output only. The user types.
601 &quot;A String&quot;,
602 ],
603 },
604 },
605 },
606 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
607 },
608 ],
609 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
610 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
611 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
612 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
613 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
614 &quot;source&quot;: { # The source of a field. # The source of the field.
615 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
616 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
617 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
618 &quot;type&quot;: &quot;A String&quot;, # The source type.
619 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
620 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
621 &quot;userTypes&quot;: [ # Output only. The user types.
622 &quot;A String&quot;,
623 ],
624 },
625 },
626 },
627 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
628 &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.
629 },
630 ],
631 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
632 { # A person&#x27;s email address.
633 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
634 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
635 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
636 &quot;source&quot;: { # The source of a field. # The source of the field.
637 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
638 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
639 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
640 &quot;type&quot;: &quot;A String&quot;, # The source type.
641 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
642 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
643 &quot;userTypes&quot;: [ # Output only. The user types.
644 &quot;A String&quot;,
645 ],
646 },
647 },
648 },
649 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
650 &quot;value&quot;: &quot;A String&quot;, # The email address.
651 &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.
652 &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`
653 },
654 ],
655 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
656 { # A person&#x27;s locale preference.
657 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
658 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
659 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
660 &quot;source&quot;: { # The source of a field. # The source of the field.
661 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
662 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
663 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
664 &quot;type&quot;: &quot;A String&quot;, # The source type.
665 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
666 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
667 &quot;userTypes&quot;: [ # Output only. The user types.
668 &quot;A String&quot;,
669 ],
670 },
671 },
672 },
673 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
674 },
675 ],
676 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
677 { # A person&#x27;s phone number.
678 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
679 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
680 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
681 &quot;source&quot;: { # The source of a field. # The source of the field.
682 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
683 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
684 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
685 &quot;type&quot;: &quot;A String&quot;, # The source type.
686 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
687 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
688 &quot;userTypes&quot;: [ # Output only. The user types.
689 &quot;A String&quot;,
690 ],
691 },
692 },
693 },
694 &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.
695 &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.
696 &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`
697 &quot;value&quot;: &quot;A String&quot;, # The phone number.
698 },
699 ],
700 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
701 { # 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.
702 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
703 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
704 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
705 &quot;source&quot;: { # The source of a field. # The source of the field.
706 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
707 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
708 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
709 &quot;type&quot;: &quot;A String&quot;, # The source type.
710 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
711 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
712 &quot;userTypes&quot;: [ # Output only. The user types.
713 &quot;A String&quot;,
714 ],
715 },
716 },
717 },
718 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
719 &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.
720 &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.
721 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
722 &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.
723 },
724 },
725 ],
726 &quot;events&quot;: [ # The person&#x27;s events.
727 { # An event related to the person.
728 &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`
729 &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.
730 &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.
731 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
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 },
734 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
735 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
736 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
737 &quot;source&quot;: { # The source of a field. # The source of the field.
738 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
739 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
740 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
741 &quot;type&quot;: &quot;A String&quot;, # The source type.
742 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
743 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
744 &quot;userTypes&quot;: [ # Output only. The user types.
745 &quot;A String&quot;,
746 ],
747 },
748 },
749 },
750 &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.
751 },
752 ],
753 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
754 { # A person&#x27;s instant messaging client.
755 &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`
756 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
757 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
758 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
759 &quot;source&quot;: { # The source of a field. # The source of the field.
760 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
761 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
762 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
763 &quot;type&quot;: &quot;A String&quot;, # The source type.
764 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
765 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
766 &quot;userTypes&quot;: [ # Output only. The user types.
767 &quot;A String&quot;,
768 ],
769 },
770 },
771 },
772 &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`
773 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
774 &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.
775 &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.
776 },
777 ],
778 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
779 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
780 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
781 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
782 &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`
783 &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.
784 &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.
785 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
786 &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.
787 },
788 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
789 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
790 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
791 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
792 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
793 &quot;source&quot;: { # The source of a field. # The source of the field.
794 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;type&quot;: &quot;A String&quot;, # The source type.
798 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
799 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
800 &quot;userTypes&quot;: [ # Output only. The user types.
801 &quot;A String&quot;,
802 ],
803 },
804 },
805 },
806 &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.
807 &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.
808 &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.
809 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
810 &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.
811 },
812 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
813 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
814 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
815 &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.
816 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
817 },
818 ],
819 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
820 { # An identifier from an external entity related to the person.
821 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
822 &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.
823 &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`
824 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
825 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
826 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
827 &quot;source&quot;: { # The source of a field. # The source of the field.
828 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
829 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
830 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
831 &quot;type&quot;: &quot;A String&quot;, # The source type.
832 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
833 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
834 &quot;userTypes&quot;: [ # Output only. The user types.
835 &quot;A String&quot;,
836 ],
837 },
838 },
839 },
840 },
841 ],
842 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
843 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
844 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
845 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
846 &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.
847 &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.
848 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
849 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
850 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
851 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
852 &quot;source&quot;: { # The source of a field. # The source of the field.
853 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
854 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
855 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
856 &quot;type&quot;: &quot;A String&quot;, # The source type.
857 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
858 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
859 &quot;userTypes&quot;: [ # Output only. The user types.
860 &quot;A String&quot;,
861 ],
862 },
863 },
864 },
865 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
866 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
867 &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.
868 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
869 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
870 &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`
871 },
872 ],
873 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
874 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
875 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
876 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
877 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
878 &quot;source&quot;: { # The source of a field. # The source of the field.
879 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
880 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
881 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
882 &quot;type&quot;: &quot;A String&quot;, # The source type.
883 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
884 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
885 &quot;userTypes&quot;: [ # Output only. The user types.
886 &quot;A String&quot;,
887 ],
888 },
889 },
890 },
891 &quot;value&quot;: &quot;A String&quot;, # The tagline.
892 },
893 ],
894 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
895 { # A person&#x27;s gender.
896 &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`
897 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
898 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
899 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
900 &quot;source&quot;: { # The source of a field. # The source of the field.
901 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
902 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
903 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
904 &quot;type&quot;: &quot;A String&quot;, # The source type.
905 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
906 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
907 &quot;userTypes&quot;: [ # Output only. The user types.
908 &quot;A String&quot;,
909 ],
910 },
911 },
912 },
913 &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.
914 &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`
915 },
916 ],
917 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
918 { # A person&#x27;s calendar URL.
919 &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`
920 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
921 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
922 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
923 &quot;source&quot;: { # The source of a field. # The source of the field.
924 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
925 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
926 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
927 &quot;type&quot;: &quot;A String&quot;, # The source type.
928 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
929 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
930 &quot;userTypes&quot;: [ # Output only. The user types.
931 &quot;A String&quot;,
932 ],
933 },
934 },
935 },
936 &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.
937 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
938 },
939 ],
940 &quot;interests&quot;: [ # The person&#x27;s interests.
941 { # One of the person&#x27;s interests.
942 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
943 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
944 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
945 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
946 &quot;source&quot;: { # The source of a field. # The source of the field.
947 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
948 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
949 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
950 &quot;type&quot;: &quot;A String&quot;, # The source type.
951 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
952 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
953 &quot;userTypes&quot;: [ # Output only. The user types.
954 &quot;A String&quot;,
955 ],
956 },
957 },
958 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800959 },
960 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700961 }</pre>
962</div>
963
964<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800965 <code class="details" id="list">list(syncToken=None, pageSize=None, requestSyncToken=None, pageToken=None, readMask=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700966 <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.
967
968Args:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800969 syncToken: string, Optional. A sync token, received from a previous `ListOtherContacts` call. Provide this to retrieve only the resources changed since the last request. Sync requests that specify `sync_token` have an additional rate limit. When syncing, all other parameters provided to `ListOtherContacts` must match the call that provided the sync token.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800970 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 Automation Bot0bf565c2020-12-09 08:56:03 -0800971 requestSyncToken: boolean, Optional. Whether the response should include `next_sync_token`, which can be used to get all changes since the last request. For subsequent sync requests use the `sync_token` param instead. Initial sync requests that specify `request_sync_token` have an additional rate limit.
972 pageToken: string, Optional. A page token, received from a previous `ListOtherContacts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListOtherContacts` must match the call that provided the page token.
973 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 * names * phoneNumbers
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700974 x__xgafv: string, V1 error format.
975 Allowed values
976 1 - v1 error format
977 2 - v2 error format
978
979Returns:
980 An object of the form:
981
982 { # The response to a request for the authenticated user&#x27;s &quot;Other contacts&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800983 &quot;nextSyncToken&quot;: &quot;A String&quot;, # A token, which can be sent as `sync_token` to retrieve changes since the last request. Request must set `request_sync_token` to return the sync token.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700984 &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.
985 { # 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 Bot0bf565c2020-12-09 08:56:03 -0800986 &quot;clientData&quot;: [ # The person&#x27;s client data.
987 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
988 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
989 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
990 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
991 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700992 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800993 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
994 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800995 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
996 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700997 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800998 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700999 &quot;userTypes&quot;: [ # Output only. The user types.
1000 &quot;A String&quot;,
1001 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001002 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001003 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001004 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001005 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001006 },
1007 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001008 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1009 { # A person&#x27;s age range.
1010 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
1011 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
1012 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1013 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001014 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001015 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1016 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001017 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1018 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001019 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001020 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001021 &quot;userTypes&quot;: [ # Output only. The user types.
1022 &quot;A String&quot;,
1023 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001024 },
1025 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001026 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001027 },
1028 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001029 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
1030 { # A person&#x27;s associated URLs.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001031 &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.
1032 &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`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001033 &quot;value&quot;: &quot;A String&quot;, # The URL.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001034 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001035 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1036 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001037 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001038 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1039 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001040 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1041 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001042 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001043 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001044 &quot;userTypes&quot;: [ # Output only. The user types.
1045 &quot;A String&quot;,
1046 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001047 },
1048 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001049 },
1050 },
1051 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001052 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
1053 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
1054 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001055 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1056 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001057 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001058 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1059 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001060 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1061 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001062 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001063 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001064 &quot;userTypes&quot;: [ # Output only. The user types.
1065 &quot;A String&quot;,
1066 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001067 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001068 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001069 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001070 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001071 },
1072 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001073 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
1074 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
1075 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
1076 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1077 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001078 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001079 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1080 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001081 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1082 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001083 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001084 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001085 &quot;userTypes&quot;: [ # Output only. The user types.
1086 &quot;A String&quot;,
1087 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001088 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001089 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001090 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001091 &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.
1092 &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`
1093 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001094 },
1095 ],
1096 &quot;relations&quot;: [ # The person&#x27;s relations.
1097 { # A person&#x27;s relation to another person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001098 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001099 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1100 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001101 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001102 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1103 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001104 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1105 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001106 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001107 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001108 &quot;userTypes&quot;: [ # Output only. The user types.
1109 &quot;A String&quot;,
1110 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001111 },
1112 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001113 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001114 &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.
1115 &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`
1116 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001117 },
1118 ],
1119 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
1120 { # A person&#x27;s miscellaneous keyword.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001121 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001122 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1123 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001124 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001125 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1126 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001127 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1128 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001129 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001130 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001131 &quot;userTypes&quot;: [ # Output only. The user types.
1132 &quot;A String&quot;,
1133 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001134 },
1135 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001136 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001137 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001138 &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.
1139 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
1140 },
1141 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001142 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
1143 { # A person&#x27;s short biography.
1144 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
1145 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
1146 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1147 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001148 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001149 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1150 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001151 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1152 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001153 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001154 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001155 &quot;userTypes&quot;: [ # Output only. The user types.
1156 &quot;A String&quot;,
1157 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001158 },
1159 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001160 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001161 &quot;value&quot;: &quot;A String&quot;, # The short biography.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001162 },
1163 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001164 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
1165 { # Arbitrary user data that is populated by the end users.
1166 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
1167 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1168 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001169 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001170 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1171 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001172 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1173 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001174 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001175 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001176 &quot;userTypes&quot;: [ # Output only. The user types.
1177 &quot;A String&quot;,
1178 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001179 },
1180 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001181 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001182 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
1183 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001184 },
1185 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001186 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001187 &quot;skills&quot;: [ # The person&#x27;s skills.
1188 { # A skill that the person has.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001189 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001190 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001191 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1192 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001193 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001194 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1195 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001196 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1197 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001198 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001199 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001200 &quot;userTypes&quot;: [ # Output only. The user types.
1201 &quot;A String&quot;,
1202 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001203 },
1204 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001205 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001206 },
1207 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001208 &quot;locations&quot;: [ # The person&#x27;s locations.
1209 { # A person&#x27;s location.
1210 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
1211 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
1212 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
1213 &quot;current&quot;: True or False, # Whether the location is the current location.
1214 &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`
1215 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
1216 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1217 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001218 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001219 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1220 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001221 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1222 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001223 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001224 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001225 &quot;userTypes&quot;: [ # Output only. The user types.
1226 &quot;A String&quot;,
1227 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001228 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001229 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001230 },
1231 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
1232 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
1233 },
1234 ],
1235 &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}`.
1236 &quot;occupations&quot;: [ # The person&#x27;s occupations.
1237 { # A person&#x27;s occupation.
1238 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
1239 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001240 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001241 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001242 &quot;source&quot;: { # The source of a field. # The source of the field.
1243 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1244 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1245 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1246 &quot;type&quot;: &quot;A String&quot;, # The source type.
1247 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1248 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1249 &quot;userTypes&quot;: [ # Output only. The user types.
1250 &quot;A String&quot;,
1251 ],
1252 },
1253 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001254 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001255 },
1256 ],
1257 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
1258 { # The name that should be used to sort the person in a list.
1259 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
1260 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1261 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1262 &quot;source&quot;: { # The source of a field. # The source of the field.
1263 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;type&quot;: &quot;A String&quot;, # The source type.
1267 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1268 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1269 &quot;userTypes&quot;: [ # Output only. The user types.
1270 &quot;A String&quot;,
1271 ],
1272 },
1273 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001274 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001275 &quot;value&quot;: &quot;A String&quot;, # The file-as value
1276 },
1277 ],
1278 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
1279 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
1280 &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.
1281 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
1282 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1283 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1284 &quot;source&quot;: { # The source of a field. # The source of the field.
1285 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1286 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1287 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1288 &quot;type&quot;: &quot;A String&quot;, # The source type.
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 ],
1294 },
1295 },
1296 },
1297 &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`
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001298 },
1299 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001300 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
1301 { # 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.
1302 &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.
1303 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001304 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1305 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001306 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001307 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1308 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001309 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1310 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001311 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001312 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001313 &quot;userTypes&quot;: [ # Output only. The user types.
1314 &quot;A String&quot;,
1315 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001316 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001317 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001318 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001319 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
1320 },
1321 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001322 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
1323 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
1324 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
1325 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
1326 },
1327 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001328 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001329 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001330 },
1331 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001332 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1333 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001334 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001335 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1336 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001337 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1338 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001339 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001340 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001341 &quot;userTypes&quot;: [ # Output only. The user types.
1342 &quot;A String&quot;,
1343 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001344 },
1345 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001346 },
1347 },
1348 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001349 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
1350 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
1351 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001352 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1353 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001354 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001355 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1356 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001357 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1358 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001359 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001360 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001361 &quot;userTypes&quot;: [ # Output only. The user types.
1362 &quot;A String&quot;,
1363 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001364 },
1365 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001366 },
1367 &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
1368 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
1369 },
1370 ],
1371 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
1372 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
1373 &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`
1374 &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.
1375 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001376 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1377 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001378 &quot;source&quot;: { # The source of a field. # The source of the field.
1379 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1380 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1381 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1382 &quot;type&quot;: &quot;A String&quot;, # The source type.
1383 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1384 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1385 &quot;userTypes&quot;: [ # Output only. The user types.
1386 &quot;A String&quot;,
1387 ],
1388 },
1389 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001390 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001391 },
1392 ],
1393 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
1394 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
1395 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
1396 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
1397 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
1398 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
1399 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
1400 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
1401 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
1402 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
1403 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
1404 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
1405 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
1406 &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.
1407 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
1408 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1409 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1410 &quot;source&quot;: { # The source of a field. # The source of the field.
1411 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1412 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1413 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1414 &quot;type&quot;: &quot;A String&quot;, # The source type.
1415 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1416 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1417 &quot;userTypes&quot;: [ # Output only. The user types.
1418 &quot;A String&quot;,
1419 ],
1420 },
1421 },
1422 },
1423 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
1424 &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.
1425 },
1426 ],
1427 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
1428 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
1429 &quot;A String&quot;,
1430 ],
1431 &quot;sources&quot;: [ # The sources of data for the person.
1432 { # The source of a field.
1433 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1434 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1435 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1436 &quot;type&quot;: &quot;A String&quot;, # The source type.
1437 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1438 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1439 &quot;userTypes&quot;: [ # Output only. The user types.
1440 &quot;A String&quot;,
1441 ],
1442 },
1443 },
1444 ],
1445 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
1446 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
1447 &quot;A String&quot;,
1448 ],
1449 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
1450 },
1451 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
1452 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
1453 { # A person&#x27;s nickname.
1454 &quot;value&quot;: &quot;A String&quot;, # The nickname.
1455 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
1456 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1457 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1458 &quot;source&quot;: { # The source of a field. # The source of the field.
1459 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1460 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1461 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1462 &quot;type&quot;: &quot;A String&quot;, # The source type.
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 },
1470 },
1471 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
1472 },
1473 ],
1474 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
1475 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
1476 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
1477 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1478 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1479 &quot;source&quot;: { # The source of a field. # The source of the field.
1480 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1481 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1482 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1483 &quot;type&quot;: &quot;A String&quot;, # The source type.
1484 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1485 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1486 &quot;userTypes&quot;: [ # Output only. The user types.
1487 &quot;A String&quot;,
1488 ],
1489 },
1490 },
1491 },
1492 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
1493 &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.
1494 },
1495 ],
1496 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
1497 { # A person&#x27;s email address.
1498 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
1499 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1500 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1501 &quot;source&quot;: { # The source of a field. # The source of the field.
1502 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1503 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1504 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1505 &quot;type&quot;: &quot;A String&quot;, # The source type.
1506 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1507 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1508 &quot;userTypes&quot;: [ # Output only. The user types.
1509 &quot;A String&quot;,
1510 ],
1511 },
1512 },
1513 },
1514 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
1515 &quot;value&quot;: &quot;A String&quot;, # The email address.
1516 &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.
1517 &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`
1518 },
1519 ],
1520 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
1521 { # A person&#x27;s locale preference.
1522 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
1523 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1524 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1525 &quot;source&quot;: { # The source of a field. # The source of the field.
1526 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1527 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1528 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1529 &quot;type&quot;: &quot;A String&quot;, # The source type.
1530 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1531 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1532 &quot;userTypes&quot;: [ # Output only. The user types.
1533 &quot;A String&quot;,
1534 ],
1535 },
1536 },
1537 },
1538 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
1539 },
1540 ],
1541 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
1542 { # A person&#x27;s phone number.
1543 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
1544 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1545 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1546 &quot;source&quot;: { # The source of a field. # The source of the field.
1547 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1548 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1549 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1550 &quot;type&quot;: &quot;A String&quot;, # The source type.
1551 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1552 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1553 &quot;userTypes&quot;: [ # Output only. The user types.
1554 &quot;A String&quot;,
1555 ],
1556 },
1557 },
1558 },
1559 &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.
1560 &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.
1561 &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`
1562 &quot;value&quot;: &quot;A String&quot;, # The phone number.
1563 },
1564 ],
1565 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
1566 { # 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.
1567 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
1568 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1569 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1570 &quot;source&quot;: { # The source of a field. # The source of the field.
1571 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1572 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1573 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1574 &quot;type&quot;: &quot;A String&quot;, # The source type.
1575 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1576 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1577 &quot;userTypes&quot;: [ # Output only. The user types.
1578 &quot;A String&quot;,
1579 ],
1580 },
1581 },
1582 },
1583 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
1584 &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.
1585 &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.
1586 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1587 &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.
1588 },
1589 },
1590 ],
1591 &quot;events&quot;: [ # The person&#x27;s events.
1592 { # An event related to the person.
1593 &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`
1594 &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.
1595 &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.
1596 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1597 &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.
1598 },
1599 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
1600 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1602 &quot;source&quot;: { # The source of a field. # The source of the field.
1603 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1604 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1605 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1606 &quot;type&quot;: &quot;A String&quot;, # The source type.
1607 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1608 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1609 &quot;userTypes&quot;: [ # Output only. The user types.
1610 &quot;A String&quot;,
1611 ],
1612 },
1613 },
1614 },
1615 &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.
1616 },
1617 ],
1618 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
1619 { # A person&#x27;s instant messaging client.
1620 &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`
1621 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
1622 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1623 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1624 &quot;source&quot;: { # The source of a field. # The source of the field.
1625 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1626 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1627 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1628 &quot;type&quot;: &quot;A String&quot;, # The source type.
1629 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1630 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1631 &quot;userTypes&quot;: [ # Output only. The user types.
1632 &quot;A String&quot;,
1633 ],
1634 },
1635 },
1636 },
1637 &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`
1638 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
1639 &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.
1640 &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.
1641 },
1642 ],
1643 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
1644 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
1645 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
1646 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
1647 &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`
1648 &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.
1649 &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.
1650 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1651 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
1652 },
1653 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
1654 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
1655 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
1656 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1657 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1658 &quot;source&quot;: { # The source of a field. # The source of the field.
1659 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1660 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1661 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1662 &quot;type&quot;: &quot;A String&quot;, # The source type.
1663 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1664 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1665 &quot;userTypes&quot;: [ # Output only. The user types.
1666 &quot;A String&quot;,
1667 ],
1668 },
1669 },
1670 },
1671 &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.
1672 &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.
1673 &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.
1674 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1675 &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.
1676 },
1677 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
1678 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
1679 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
1680 &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.
1681 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
1682 },
1683 ],
1684 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
1685 { # An identifier from an external entity related to the person.
1686 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
1687 &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.
1688 &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`
1689 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
1690 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1692 &quot;source&quot;: { # The source of a field. # The source of the field.
1693 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1694 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1695 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1696 &quot;type&quot;: &quot;A String&quot;, # The source type.
1697 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1698 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1699 &quot;userTypes&quot;: [ # Output only. The user types.
1700 &quot;A String&quot;,
1701 ],
1702 },
1703 },
1704 },
1705 },
1706 ],
1707 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1708 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1709 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1710 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1711 &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.
1712 &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.
1713 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1714 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
1715 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1716 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1717 &quot;source&quot;: { # The source of a field. # The source of the field.
1718 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1719 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1720 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1721 &quot;type&quot;: &quot;A String&quot;, # The source type.
1722 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1723 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1724 &quot;userTypes&quot;: [ # Output only. The user types.
1725 &quot;A String&quot;,
1726 ],
1727 },
1728 },
1729 },
1730 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1731 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1732 &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.
1733 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1734 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1735 &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`
1736 },
1737 ],
1738 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
1739 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
1740 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
1741 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1742 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1743 &quot;source&quot;: { # The source of a field. # The source of the field.
1744 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1745 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1746 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1747 &quot;type&quot;: &quot;A String&quot;, # The source type.
1748 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1749 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1750 &quot;userTypes&quot;: [ # Output only. The user types.
1751 &quot;A String&quot;,
1752 ],
1753 },
1754 },
1755 },
1756 &quot;value&quot;: &quot;A String&quot;, # The tagline.
1757 },
1758 ],
1759 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
1760 { # A person&#x27;s gender.
1761 &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`
1762 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
1763 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1764 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1765 &quot;source&quot;: { # The source of a field. # The source of the field.
1766 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1767 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1768 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1769 &quot;type&quot;: &quot;A String&quot;, # The source type.
1770 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1771 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1772 &quot;userTypes&quot;: [ # Output only. The user types.
1773 &quot;A String&quot;,
1774 ],
1775 },
1776 },
1777 },
1778 &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.
1779 &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`
1780 },
1781 ],
1782 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
1783 { # A person&#x27;s calendar URL.
1784 &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`
1785 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
1786 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1787 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1788 &quot;source&quot;: { # The source of a field. # The source of the field.
1789 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1790 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1791 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1792 &quot;type&quot;: &quot;A String&quot;, # The source type.
1793 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1794 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1795 &quot;userTypes&quot;: [ # Output only. The user types.
1796 &quot;A String&quot;,
1797 ],
1798 },
1799 },
1800 },
1801 &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.
1802 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
1803 },
1804 ],
1805 &quot;interests&quot;: [ # The person&#x27;s interests.
1806 { # One of the person&#x27;s interests.
1807 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
1808 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
1809 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1810 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1811 &quot;source&quot;: { # The source of a field. # The source of the field.
1812 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1813 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1814 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1815 &quot;type&quot;: &quot;A String&quot;, # The source type.
1816 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1817 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1818 &quot;userTypes&quot;: [ # Output only. The user types.
1819 &quot;A String&quot;,
1820 ],
1821 },
1822 },
1823 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001824 },
1825 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001826 },
1827 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001828 &quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001829 }</pre>
1830</div>
1831
1832<div class="method">
1833 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
1834 <pre>Retrieves the next page of results.
1835
1836Args:
1837 previous_request: The request for the previous page. (required)
1838 previous_response: The response from the request for the previous page. (required)
1839
1840Returns:
1841 A request object that you can call &#x27;execute()&#x27; on to request the next
1842 page. Returns None if there are no more items in the collection.
1843 </pre>
1844</div>
1845
1846</body></html>