blob: db2421bceb85039c84be96aaeacbbb899e11d16a [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">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070084 <code><a href="#list">list(readMask=None, pageToken=None, pageSize=None, requestSyncToken=None, syncToken=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 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700108 &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
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700109 &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
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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700121 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
122 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700123 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
124 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
125 &quot;source&quot;: { # The source of a field. # The source of the field.
126 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
127 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
128 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
129 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
130 &quot;userTypes&quot;: [ # Output only. The user types.
131 &quot;A String&quot;,
132 ],
133 },
134 &quot;type&quot;: &quot;A String&quot;, # The source type.
135 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
136 },
137 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
138 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700139 &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.
140 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700141 },
142 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700143 &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}`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700144 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
145 { # A person&#x27;s age range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700146 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700147 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
148 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700149 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700150 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700151 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700152 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700153 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700154 &quot;userTypes&quot;: [ # Output only. The user types.
155 &quot;A String&quot;,
156 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700157 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700158 &quot;type&quot;: &quot;A String&quot;, # The source type.
159 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700160 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700161 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
162 },
163 },
164 ],
165 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
166 { # The name that should be used to sort the person in a list.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700167 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700168 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700169 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700170 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700171 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700172 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700173 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700174 &quot;userTypes&quot;: [ # Output only. The user types.
175 &quot;A String&quot;,
176 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700177 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700178 &quot;type&quot;: &quot;A String&quot;, # The source type.
179 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700180 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700181 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
182 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700183 &quot;value&quot;: &quot;A String&quot;, # The file-as value
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700184 },
185 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700186 &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.
187 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
188 { # Arbitrary user data that is populated by the end users.
189 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
190 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
191 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
192 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700193 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700194 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700195 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700196 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700197 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700198 &quot;userTypes&quot;: [ # Output only. The user types.
199 &quot;A String&quot;,
200 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700201 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700202 &quot;type&quot;: &quot;A String&quot;, # The source type.
203 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700204 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700205 &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 -0700206 },
207 },
208 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700209 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
210 { # A person&#x27;s associated URLs.
211 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700212 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700213 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700214 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700215 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700216 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700217 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700218 &quot;userTypes&quot;: [ # Output only. The user types.
219 &quot;A String&quot;,
220 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700221 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700222 &quot;type&quot;: &quot;A String&quot;, # The source type.
223 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700224 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700225 &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 -0700226 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700227 &quot;value&quot;: &quot;A String&quot;, # The URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700228 &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`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700229 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700230 },
231 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700232 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
233 { # A person&#x27;s instant messaging client.
234 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
235 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700236 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700237 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700238 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700239 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700240 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700241 &quot;userTypes&quot;: [ # Output only. The user types.
242 &quot;A String&quot;,
243 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700244 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700245 &quot;type&quot;: &quot;A String&quot;, # The source type.
246 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700247 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700248 &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 -0700249 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700250 &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`
251 &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.
252 &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`
253 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
254 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700255 },
256 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700257 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700258 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
259 &quot;sources&quot;: [ # The sources of data for the person.
260 { # The source of a field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700261 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700262 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700263 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700264 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700265 &quot;userTypes&quot;: [ # Output only. The user types.
266 &quot;A String&quot;,
267 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700268 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700269 &quot;type&quot;: &quot;A String&quot;, # The source type.
270 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700271 },
272 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700273 &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.
274 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
275 &quot;A String&quot;,
276 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700277 &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.
278 &quot;A String&quot;,
279 ],
280 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700281 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
282 { # 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.
283 &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.
284 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
285 &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.
286 &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.
287 },
288 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
289 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
290 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700291 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700292 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700293 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700294 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700295 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700296 &quot;userTypes&quot;: [ # Output only. The user types.
297 &quot;A String&quot;,
298 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700299 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700300 &quot;type&quot;: &quot;A String&quot;, # The source type.
301 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700302 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700303 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
304 },
305 },
306 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700307 &quot;clientData&quot;: [ # The person&#x27;s client data.
308 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
309 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
310 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
311 &quot;source&quot;: { # The source of a field. # The source of the field.
312 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
313 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
314 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
315 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
316 &quot;userTypes&quot;: [ # Output only. The user types.
317 &quot;A String&quot;,
318 ],
319 },
320 &quot;type&quot;: &quot;A String&quot;, # The source type.
321 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
322 },
323 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
324 },
325 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
326 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
327 },
328 ],
329 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
330 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
331 &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`
332 &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.
333 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
334 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
335 &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.
336 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
337 &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.
338 &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.
339 },
340 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
341 &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.
342 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
343 &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.
344 &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.
345 },
346 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
347 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
348 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
349 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
350 &quot;source&quot;: { # The source of a field. # The source of the field.
351 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
352 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
353 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
354 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
355 &quot;userTypes&quot;: [ # Output only. The user types.
356 &quot;A String&quot;,
357 ],
358 },
359 &quot;type&quot;: &quot;A String&quot;, # The source type.
360 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
361 },
362 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
363 },
364 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
365 &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.
366 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
367 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
368 },
369 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700370 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
371 { # A person&#x27;s nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700372 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700373 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700374 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700375 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700376 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700377 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700378 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700379 &quot;userTypes&quot;: [ # Output only. The user types.
380 &quot;A String&quot;,
381 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700382 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700383 &quot;type&quot;: &quot;A String&quot;, # The source type.
384 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700385 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700386 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
387 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700388 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700389 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
390 },
391 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700392 &quot;occupations&quot;: [ # The person&#x27;s occupations.
393 { # A person&#x27;s occupation.
394 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
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;source&quot;: { # The source of a field. # The source of the field.
397 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
398 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
399 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
400 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
401 &quot;userTypes&quot;: [ # Output only. The user types.
402 &quot;A String&quot;,
403 ],
404 },
405 &quot;type&quot;: &quot;A String&quot;, # The source type.
406 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
407 },
408 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
409 },
410 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
411 },
412 ],
413 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
414 { # A person&#x27;s phone number.
415 &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.
416 &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.
417 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
418 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
419 &quot;source&quot;: { # The source of a field. # The source of the field.
420 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
423 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
424 &quot;userTypes&quot;: [ # Output only. The user types.
425 &quot;A String&quot;,
426 ],
427 },
428 &quot;type&quot;: &quot;A String&quot;, # The source type.
429 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
430 },
431 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
432 },
433 &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`
434 &quot;value&quot;: &quot;A String&quot;, # The phone number.
435 },
436 ],
437 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
438 { # 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.
439 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
440 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
441 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
442 &quot;source&quot;: { # The source of a field. # The source of the field.
443 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
444 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
445 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
446 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
447 &quot;userTypes&quot;: [ # Output only. The user types.
448 &quot;A String&quot;,
449 ],
450 },
451 &quot;type&quot;: &quot;A String&quot;, # The source type.
452 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
453 },
454 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
455 },
456 &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.
457 },
458 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700459 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
460 { # A person&#x27;s email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700461 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
462 &quot;value&quot;: &quot;A String&quot;, # The email address.
463 &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`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700464 &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.
465 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700466 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700467 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700468 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700469 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700470 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700471 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700472 &quot;userTypes&quot;: [ # Output only. The user types.
473 &quot;A String&quot;,
474 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700475 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700476 &quot;type&quot;: &quot;A String&quot;, # The source type.
477 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700478 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700479 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
480 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700481 },
482 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700483 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
484 &quot;relations&quot;: [ # The person&#x27;s relations.
485 { # A person&#x27;s relation to another person.
486 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
487 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
488 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
489 &quot;source&quot;: { # The source of a field. # The source of the field.
490 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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.
492 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
493 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
494 &quot;userTypes&quot;: [ # Output only. The user types.
495 &quot;A String&quot;,
496 ],
497 },
498 &quot;type&quot;: &quot;A String&quot;, # The source type.
499 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
500 },
501 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
502 },
503 &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.
504 &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`
505 },
506 ],
507 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
508 { # A person&#x27;s miscellaneous keyword.
509 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
510 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
511 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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;source&quot;: { # The source of a field. # The source of the field.
513 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
514 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
515 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
516 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
517 &quot;userTypes&quot;: [ # Output only. The user types.
518 &quot;A String&quot;,
519 ],
520 },
521 &quot;type&quot;: &quot;A String&quot;, # The source type.
522 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
523 },
524 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
525 },
526 &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.
527 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
528 },
529 ],
530 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
531 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
532 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
533 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
534 &quot;source&quot;: { # The source of a field. # The source of the field.
535 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
536 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
537 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
538 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
539 &quot;userTypes&quot;: [ # Output only. The user types.
540 &quot;A String&quot;,
541 ],
542 },
543 &quot;type&quot;: &quot;A String&quot;, # The source type.
544 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
545 },
546 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
547 },
548 &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`
549 &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.
550 },
551 ],
552 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
553 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
554 &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.
555 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
556 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
557 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
558 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
559 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
560 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
561 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
562 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
563 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
564 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
565 &quot;source&quot;: { # The source of a field. # The source of the field.
566 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
567 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
568 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
569 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
570 &quot;userTypes&quot;: [ # Output only. The user types.
571 &quot;A String&quot;,
572 ],
573 },
574 &quot;type&quot;: &quot;A String&quot;, # The source type.
575 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
576 },
577 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
578 },
579 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
580 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
581 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
582 &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.
583 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
584 },
585 ],
586 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
587 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
588 &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.
589 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
590 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
591 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
592 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
593 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
594 &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`
595 &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.
596 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
597 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
598 &quot;source&quot;: { # The source of a field. # The source of the field.
599 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
600 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
601 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
602 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
603 &quot;userTypes&quot;: [ # Output only. The user types.
604 &quot;A String&quot;,
605 ],
606 },
607 &quot;type&quot;: &quot;A String&quot;, # The source type.
608 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
609 },
610 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
611 },
612 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
613 &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.
614 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
615 },
616 ],
617 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
618 { # A person&#x27;s gender.
619 &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.
620 &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`
621 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
622 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
623 &quot;source&quot;: { # The source of a field. # The source of the field.
624 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
625 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
626 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
627 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
628 &quot;userTypes&quot;: [ # Output only. The user types.
629 &quot;A String&quot;,
630 ],
631 },
632 &quot;type&quot;: &quot;A String&quot;, # The source type.
633 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
634 },
635 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
636 },
637 &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`
638 },
639 ],
640 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
641 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
642 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
643 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
644 &quot;source&quot;: { # The source of a field. # The source of the field.
645 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
646 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
647 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
648 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
649 &quot;userTypes&quot;: [ # Output only. The user types.
650 &quot;A String&quot;,
651 ],
652 },
653 &quot;type&quot;: &quot;A String&quot;, # The source type.
654 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
655 },
656 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
657 },
658 &quot;value&quot;: &quot;A String&quot;, # The tagline.
659 },
660 ],
661 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
662 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
663 &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.
664 &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`
665 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
666 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
667 &quot;source&quot;: { # The source of a field. # The source of the field.
668 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
669 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
670 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
671 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
672 &quot;userTypes&quot;: [ # Output only. The user types.
673 &quot;A String&quot;,
674 ],
675 },
676 &quot;type&quot;: &quot;A String&quot;, # The source type.
677 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
678 },
679 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
680 },
681 &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.
682 },
683 ],
684 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
685 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
686 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
687 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
688 &quot;source&quot;: { # The source of a field. # The source of the field.
689 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
690 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
691 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
692 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
693 &quot;userTypes&quot;: [ # Output only. The user types.
694 &quot;A String&quot;,
695 ],
696 },
697 &quot;type&quot;: &quot;A String&quot;, # The source type.
698 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
699 },
700 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
701 },
702 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
703 &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
704 },
705 ],
706 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
707 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
708 &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.
709 &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`
710 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
711 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
712 &quot;source&quot;: { # The source of a field. # The source of the field.
713 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
714 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
715 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
716 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
717 &quot;userTypes&quot;: [ # Output only. The user types.
718 &quot;A String&quot;,
719 ],
720 },
721 &quot;type&quot;: &quot;A String&quot;, # The source type.
722 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
723 },
724 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
725 },
726 },
727 ],
728 &quot;interests&quot;: [ # The person&#x27;s interests.
729 { # One of the person&#x27;s interests.
730 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
731 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
732 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
733 &quot;source&quot;: { # The source of a field. # The source of the field.
734 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
735 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
736 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
737 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
738 &quot;userTypes&quot;: [ # Output only. The user types.
739 &quot;A String&quot;,
740 ],
741 },
742 &quot;type&quot;: &quot;A String&quot;, # The source type.
743 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
744 },
745 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
746 },
747 },
748 ],
749 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
750 { # A person&#x27;s locale preference.
751 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
752 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
753 &quot;source&quot;: { # The source of a field. # The source of the field.
754 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
755 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
756 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
757 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
758 &quot;userTypes&quot;: [ # Output only. The user types.
759 &quot;A String&quot;,
760 ],
761 },
762 &quot;type&quot;: &quot;A String&quot;, # The source type.
763 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
764 },
765 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
766 },
767 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
768 },
769 ],
770 &quot;events&quot;: [ # The person&#x27;s events.
771 { # An event related to the person.
772 &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.
773 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
774 &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.
775 &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.
776 },
777 &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`
778 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
779 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
780 &quot;source&quot;: { # The source of a field. # The source of the field.
781 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
782 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
783 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
784 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
785 &quot;userTypes&quot;: [ # Output only. The user types.
786 &quot;A String&quot;,
787 ],
788 },
789 &quot;type&quot;: &quot;A String&quot;, # The source type.
790 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
791 },
792 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
793 },
794 &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.
795 },
796 ],
797 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
798 { # A person&#x27;s calendar URL.
799 &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.
800 &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`
801 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
802 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
803 &quot;source&quot;: { # The source of a field. # The source of the field.
804 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
805 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
806 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
807 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
808 &quot;userTypes&quot;: [ # Output only. The user types.
809 &quot;A String&quot;,
810 ],
811 },
812 &quot;type&quot;: &quot;A String&quot;, # The source type.
813 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
814 },
815 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
816 },
817 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
818 },
819 ],
820 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
821 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
822 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
823 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
824 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
825 &quot;source&quot;: { # The source of a field. # The source of the field.
826 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
827 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
828 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
829 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
830 &quot;userTypes&quot;: [ # Output only. The user types.
831 &quot;A String&quot;,
832 ],
833 },
834 &quot;type&quot;: &quot;A String&quot;, # The source type.
835 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
836 },
837 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
838 },
839 },
840 ],
841 &quot;skills&quot;: [ # The person&#x27;s skills.
842 { # A skill that the person has.
843 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
844 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
845 &quot;source&quot;: { # The source of a field. # The source of the field.
846 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
847 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
848 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
849 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
850 &quot;userTypes&quot;: [ # Output only. The user types.
851 &quot;A String&quot;,
852 ],
853 },
854 &quot;type&quot;: &quot;A String&quot;, # The source type.
855 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
856 },
857 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
858 },
859 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
860 },
861 ],
862 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
863 { # An identifier from an external entity related to the person.
864 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
865 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
866 &quot;source&quot;: { # The source of a field. # The source of the field.
867 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
868 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
869 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
870 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
871 &quot;userTypes&quot;: [ # Output only. The user types.
872 &quot;A String&quot;,
873 ],
874 },
875 &quot;type&quot;: &quot;A String&quot;, # The source type.
876 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
877 },
878 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
879 },
880 &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`
881 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
882 &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.
883 },
884 ],
885 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
886 { # A person&#x27;s short biography.
887 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
888 &quot;value&quot;: &quot;A String&quot;, # The short biography.
889 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
890 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
891 &quot;source&quot;: { # The source of a field. # The source of the field.
892 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
893 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
894 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
895 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
896 &quot;userTypes&quot;: [ # Output only. The user types.
897 &quot;A String&quot;,
898 ],
899 },
900 &quot;type&quot;: &quot;A String&quot;, # The source type.
901 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
902 },
903 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
904 },
905 },
906 ],
907 &quot;locations&quot;: [ # The person&#x27;s locations.
908 { # A person&#x27;s location.
909 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
910 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
911 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
912 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
913 &quot;source&quot;: { # The source of a field. # The source of the field.
914 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
915 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
916 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
917 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
918 &quot;userTypes&quot;: [ # Output only. The user types.
919 &quot;A String&quot;,
920 ],
921 },
922 &quot;type&quot;: &quot;A String&quot;, # The source type.
923 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
924 },
925 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
926 },
927 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
928 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
929 &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`
930 &quot;current&quot;: True or False, # Whether the location is the current location.
931 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
932 },
933 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700934 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
935 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700936 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
937 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
938 &quot;source&quot;: { # The source of a field. # The source of the field.
939 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
940 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
941 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
942 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
943 &quot;userTypes&quot;: [ # Output only. The user types.
944 &quot;A String&quot;,
945 ],
946 },
947 &quot;type&quot;: &quot;A String&quot;, # The source type.
948 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
949 },
950 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
951 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700952 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
953 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
954 },
955 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
956 &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.
957 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
958 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700959 },
960 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700961 }</pre>
962</div>
963
964<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700965 <code class="details" id="list">list(readMask=None, pageToken=None, pageSize=None, requestSyncToken=None, syncToken=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:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700969 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 Kim673ec5c2020-11-16 11:05:03 -0700970 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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700971 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.
972 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700973 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.
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;.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700983 &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.
984 &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 -0700985 &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.
986 { # 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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700987 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
988 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700989 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
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;source&quot;: { # The source of a field. # The source of the field.
992 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
993 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
994 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
995 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
996 &quot;userTypes&quot;: [ # Output only. The user types.
997 &quot;A String&quot;,
998 ],
999 },
1000 &quot;type&quot;: &quot;A String&quot;, # The source type.
1001 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1002 },
1003 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1004 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001005 &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.
1006 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001007 },
1008 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001009 &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}`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001010 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1011 { # A person&#x27;s age range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001012 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001013 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
1014 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001015 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001016 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001017 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001018 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001019 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001020 &quot;userTypes&quot;: [ # Output only. The user types.
1021 &quot;A String&quot;,
1022 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001023 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001024 &quot;type&quot;: &quot;A String&quot;, # The source type.
1025 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001026 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001027 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1028 },
1029 },
1030 ],
1031 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
1032 { # The name that should be used to sort the person in a list.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001033 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001034 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001035 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001036 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001037 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001038 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001039 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001040 &quot;userTypes&quot;: [ # Output only. The user types.
1041 &quot;A String&quot;,
1042 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001043 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001044 &quot;type&quot;: &quot;A String&quot;, # The source type.
1045 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001046 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001047 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1048 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001049 &quot;value&quot;: &quot;A String&quot;, # The file-as value
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001050 },
1051 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001052 &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.
1053 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
1054 { # Arbitrary user data that is populated by the end users.
1055 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
1056 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
1057 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
1058 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001059 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001060 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001061 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001062 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001063 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001064 &quot;userTypes&quot;: [ # Output only. The user types.
1065 &quot;A String&quot;,
1066 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001067 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001068 &quot;type&quot;: &quot;A String&quot;, # The source type.
1069 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001070 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001071 &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 -07001072 },
1073 },
1074 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001075 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
1076 { # A person&#x27;s associated URLs.
1077 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001078 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001079 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001080 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001081 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001082 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001083 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001084 &quot;userTypes&quot;: [ # Output only. The user types.
1085 &quot;A String&quot;,
1086 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001087 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001088 &quot;type&quot;: &quot;A String&quot;, # The source type.
1089 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001090 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001091 &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 -07001092 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001093 &quot;value&quot;: &quot;A String&quot;, # The URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001094 &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`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001095 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001096 },
1097 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001098 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
1099 { # A person&#x27;s instant messaging client.
1100 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
1101 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001102 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001103 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001104 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001105 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001106 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001107 &quot;userTypes&quot;: [ # Output only. The user types.
1108 &quot;A String&quot;,
1109 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001110 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001111 &quot;type&quot;: &quot;A String&quot;, # The source type.
1112 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001113 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001114 &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 -07001115 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001116 &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`
1117 &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.
1118 &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`
1119 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
1120 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001121 },
1122 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001123 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001124 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
1125 &quot;sources&quot;: [ # The sources of data for the person.
1126 { # The source of a field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001127 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001128 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001129 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001130 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001131 &quot;userTypes&quot;: [ # Output only. The user types.
1132 &quot;A String&quot;,
1133 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001134 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001135 &quot;type&quot;: &quot;A String&quot;, # The source type.
1136 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001137 },
1138 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001139 &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.
1140 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
1141 &quot;A String&quot;,
1142 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001143 &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.
1144 &quot;A String&quot;,
1145 ],
1146 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001147 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
1148 { # 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.
1149 &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.
1150 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1151 &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.
1152 &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.
1153 },
1154 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
1155 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
1156 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001157 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001158 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001159 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001160 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001161 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001162 &quot;userTypes&quot;: [ # Output only. The user types.
1163 &quot;A String&quot;,
1164 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001165 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001166 &quot;type&quot;: &quot;A String&quot;, # The source type.
1167 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001168 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001169 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1170 },
1171 },
1172 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001173 &quot;clientData&quot;: [ # The person&#x27;s client data.
1174 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
1175 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
1176 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1177 &quot;source&quot;: { # The source of a field. # The source of the field.
1178 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1179 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1180 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1181 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1182 &quot;userTypes&quot;: [ # Output only. The user types.
1183 &quot;A String&quot;,
1184 ],
1185 },
1186 &quot;type&quot;: &quot;A String&quot;, # The source type.
1187 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1188 },
1189 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1190 },
1191 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
1192 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
1193 },
1194 ],
1195 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
1196 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
1197 &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`
1198 &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.
1199 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
1200 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
1201 &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.
1202 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1203 &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.
1204 &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.
1205 },
1206 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
1207 &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.
1208 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1209 &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.
1210 &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.
1211 },
1212 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
1213 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
1214 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
1215 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1216 &quot;source&quot;: { # The source of a field. # The source of the field.
1217 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1218 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1219 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1220 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1221 &quot;userTypes&quot;: [ # Output only. The user types.
1222 &quot;A String&quot;,
1223 ],
1224 },
1225 &quot;type&quot;: &quot;A String&quot;, # The source type.
1226 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1227 },
1228 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1229 },
1230 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
1231 &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.
1232 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
1233 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
1234 },
1235 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001236 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
1237 { # A person&#x27;s nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001238 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001239 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001240 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001241 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001242 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001243 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001244 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001245 &quot;userTypes&quot;: [ # Output only. The user types.
1246 &quot;A String&quot;,
1247 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001248 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001249 &quot;type&quot;: &quot;A String&quot;, # The source type.
1250 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001251 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001252 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1253 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001254 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001255 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
1256 },
1257 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001258 &quot;occupations&quot;: [ # The person&#x27;s occupations.
1259 { # A person&#x27;s occupation.
1260 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
1261 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1262 &quot;source&quot;: { # The source of a field. # The source of the field.
1263 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1266 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1267 &quot;userTypes&quot;: [ # Output only. The user types.
1268 &quot;A String&quot;,
1269 ],
1270 },
1271 &quot;type&quot;: &quot;A String&quot;, # The source type.
1272 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1273 },
1274 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1275 },
1276 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
1277 },
1278 ],
1279 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
1280 { # A person&#x27;s phone number.
1281 &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.
1282 &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.
1283 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
1284 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1285 &quot;source&quot;: { # The source of a field. # The source of the field.
1286 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1287 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1288 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1289 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1290 &quot;userTypes&quot;: [ # Output only. The user types.
1291 &quot;A String&quot;,
1292 ],
1293 },
1294 &quot;type&quot;: &quot;A String&quot;, # The source type.
1295 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1296 },
1297 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1298 },
1299 &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`
1300 &quot;value&quot;: &quot;A String&quot;, # The phone number.
1301 },
1302 ],
1303 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
1304 { # 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.
1305 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
1306 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
1307 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1308 &quot;source&quot;: { # The source of a field. # The source of the field.
1309 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1310 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1311 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1312 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1313 &quot;userTypes&quot;: [ # Output only. The user types.
1314 &quot;A String&quot;,
1315 ],
1316 },
1317 &quot;type&quot;: &quot;A String&quot;, # The source type.
1318 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1319 },
1320 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1321 },
1322 &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.
1323 },
1324 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001325 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
1326 { # A person&#x27;s email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001327 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
1328 &quot;value&quot;: &quot;A String&quot;, # The email address.
1329 &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`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001330 &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.
1331 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001332 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001333 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001334 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001335 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001336 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001337 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001338 &quot;userTypes&quot;: [ # Output only. The user types.
1339 &quot;A String&quot;,
1340 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001341 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001342 &quot;type&quot;: &quot;A String&quot;, # The source type.
1343 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001344 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001345 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1346 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001347 },
1348 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001349 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
1350 &quot;relations&quot;: [ # The person&#x27;s relations.
1351 { # A person&#x27;s relation to another person.
1352 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
1353 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
1354 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1355 &quot;source&quot;: { # The source of a field. # The source of the field.
1356 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1357 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1358 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1359 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1360 &quot;userTypes&quot;: [ # Output only. The user types.
1361 &quot;A String&quot;,
1362 ],
1363 },
1364 &quot;type&quot;: &quot;A String&quot;, # The source type.
1365 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1366 },
1367 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1368 },
1369 &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.
1370 &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`
1371 },
1372 ],
1373 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
1374 { # A person&#x27;s miscellaneous keyword.
1375 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
1376 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
1377 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1378 &quot;source&quot;: { # The source of a field. # The source of the field.
1379 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1382 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1383 &quot;userTypes&quot;: [ # Output only. The user types.
1384 &quot;A String&quot;,
1385 ],
1386 },
1387 &quot;type&quot;: &quot;A String&quot;, # The source type.
1388 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1389 },
1390 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1391 },
1392 &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.
1393 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
1394 },
1395 ],
1396 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
1397 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
1398 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
1399 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1400 &quot;source&quot;: { # The source of a field. # The source of the field.
1401 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1402 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1403 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1404 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1405 &quot;userTypes&quot;: [ # Output only. The user types.
1406 &quot;A String&quot;,
1407 ],
1408 },
1409 &quot;type&quot;: &quot;A String&quot;, # The source type.
1410 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1411 },
1412 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1413 },
1414 &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`
1415 &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.
1416 },
1417 ],
1418 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
1419 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
1420 &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.
1421 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
1422 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
1423 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
1424 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
1425 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
1426 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
1427 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
1428 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
1429 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
1430 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1431 &quot;source&quot;: { # The source of a field. # The source of the field.
1432 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1433 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1434 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1435 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1436 &quot;userTypes&quot;: [ # Output only. The user types.
1437 &quot;A String&quot;,
1438 ],
1439 },
1440 &quot;type&quot;: &quot;A String&quot;, # The source type.
1441 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1442 },
1443 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1444 },
1445 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
1446 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
1447 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
1448 &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.
1449 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
1450 },
1451 ],
1452 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1453 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1454 &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.
1455 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1456 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1457 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1458 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1459 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1460 &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`
1461 &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.
1462 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
1463 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1464 &quot;source&quot;: { # The source of a field. # The source of the field.
1465 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1466 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1467 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1468 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1469 &quot;userTypes&quot;: [ # Output only. The user types.
1470 &quot;A String&quot;,
1471 ],
1472 },
1473 &quot;type&quot;: &quot;A String&quot;, # The source type.
1474 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1475 },
1476 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1477 },
1478 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1479 &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.
1480 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1481 },
1482 ],
1483 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
1484 { # A person&#x27;s gender.
1485 &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.
1486 &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`
1487 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
1488 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1489 &quot;source&quot;: { # The source of a field. # The source of the field.
1490 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1491 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1492 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1493 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1494 &quot;userTypes&quot;: [ # Output only. The user types.
1495 &quot;A String&quot;,
1496 ],
1497 },
1498 &quot;type&quot;: &quot;A String&quot;, # The source type.
1499 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1500 },
1501 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1502 },
1503 &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`
1504 },
1505 ],
1506 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
1507 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
1508 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
1509 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1510 &quot;source&quot;: { # The source of a field. # The source of the field.
1511 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1512 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1513 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1514 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1515 &quot;userTypes&quot;: [ # Output only. The user types.
1516 &quot;A String&quot;,
1517 ],
1518 },
1519 &quot;type&quot;: &quot;A String&quot;, # The source type.
1520 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1521 },
1522 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1523 },
1524 &quot;value&quot;: &quot;A String&quot;, # The tagline.
1525 },
1526 ],
1527 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
1528 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
1529 &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.
1530 &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`
1531 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
1532 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1533 &quot;source&quot;: { # The source of a field. # The source of the field.
1534 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1535 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1536 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1537 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1538 &quot;userTypes&quot;: [ # Output only. The user types.
1539 &quot;A String&quot;,
1540 ],
1541 },
1542 &quot;type&quot;: &quot;A String&quot;, # The source type.
1543 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1544 },
1545 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1546 },
1547 &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.
1548 },
1549 ],
1550 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
1551 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
1552 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
1553 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1554 &quot;source&quot;: { # The source of a field. # The source of the field.
1555 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1556 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1557 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1558 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1559 &quot;userTypes&quot;: [ # Output only. The user types.
1560 &quot;A String&quot;,
1561 ],
1562 },
1563 &quot;type&quot;: &quot;A String&quot;, # The source type.
1564 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1565 },
1566 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1567 },
1568 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
1569 &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
1570 },
1571 ],
1572 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
1573 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
1574 &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.
1575 &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`
1576 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
1577 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1578 &quot;source&quot;: { # The source of a field. # The source of the field.
1579 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1580 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1581 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1582 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1583 &quot;userTypes&quot;: [ # Output only. The user types.
1584 &quot;A String&quot;,
1585 ],
1586 },
1587 &quot;type&quot;: &quot;A String&quot;, # The source type.
1588 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1589 },
1590 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1591 },
1592 },
1593 ],
1594 &quot;interests&quot;: [ # The person&#x27;s interests.
1595 { # One of the person&#x27;s interests.
1596 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
1597 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
1598 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1599 &quot;source&quot;: { # The source of a field. # The source of the field.
1600 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1601 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1602 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1603 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1604 &quot;userTypes&quot;: [ # Output only. The user types.
1605 &quot;A String&quot;,
1606 ],
1607 },
1608 &quot;type&quot;: &quot;A String&quot;, # The source type.
1609 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1610 },
1611 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1612 },
1613 },
1614 ],
1615 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
1616 { # A person&#x27;s locale preference.
1617 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
1618 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1619 &quot;source&quot;: { # The source of a field. # The source of the field.
1620 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1621 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1622 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1623 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1624 &quot;userTypes&quot;: [ # Output only. The user types.
1625 &quot;A String&quot;,
1626 ],
1627 },
1628 &quot;type&quot;: &quot;A String&quot;, # The source type.
1629 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1630 },
1631 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1632 },
1633 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
1634 },
1635 ],
1636 &quot;events&quot;: [ # The person&#x27;s events.
1637 { # An event related to the person.
1638 &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.
1639 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1640 &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.
1641 &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.
1642 },
1643 &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`
1644 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
1645 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1646 &quot;source&quot;: { # The source of a field. # The source of the field.
1647 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1648 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1649 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1650 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1651 &quot;userTypes&quot;: [ # Output only. The user types.
1652 &quot;A String&quot;,
1653 ],
1654 },
1655 &quot;type&quot;: &quot;A String&quot;, # The source type.
1656 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1657 },
1658 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1659 },
1660 &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.
1661 },
1662 ],
1663 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
1664 { # A person&#x27;s calendar URL.
1665 &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.
1666 &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`
1667 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
1668 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1669 &quot;source&quot;: { # The source of a field. # The source of the field.
1670 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1671 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1672 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1673 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1674 &quot;userTypes&quot;: [ # Output only. The user types.
1675 &quot;A String&quot;,
1676 ],
1677 },
1678 &quot;type&quot;: &quot;A String&quot;, # The source type.
1679 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1680 },
1681 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1682 },
1683 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
1684 },
1685 ],
1686 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
1687 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
1688 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
1689 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
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;source&quot;: { # The source of a field. # The source of the field.
1692 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1693 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1694 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1695 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1696 &quot;userTypes&quot;: [ # Output only. The user types.
1697 &quot;A String&quot;,
1698 ],
1699 },
1700 &quot;type&quot;: &quot;A String&quot;, # The source type.
1701 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1702 },
1703 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1704 },
1705 },
1706 ],
1707 &quot;skills&quot;: [ # The person&#x27;s skills.
1708 { # A skill that the person has.
1709 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
1710 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1711 &quot;source&quot;: { # The source of a field. # The source of the field.
1712 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1713 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1714 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1715 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1716 &quot;userTypes&quot;: [ # Output only. The user types.
1717 &quot;A String&quot;,
1718 ],
1719 },
1720 &quot;type&quot;: &quot;A String&quot;, # The source type.
1721 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1722 },
1723 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1724 },
1725 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
1726 },
1727 ],
1728 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
1729 { # An identifier from an external entity related to the person.
1730 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
1731 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1732 &quot;source&quot;: { # The source of a field. # The source of the field.
1733 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1734 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1735 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1736 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1737 &quot;userTypes&quot;: [ # Output only. The user types.
1738 &quot;A String&quot;,
1739 ],
1740 },
1741 &quot;type&quot;: &quot;A String&quot;, # The source type.
1742 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1743 },
1744 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1745 },
1746 &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`
1747 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
1748 &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.
1749 },
1750 ],
1751 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
1752 { # A person&#x27;s short biography.
1753 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
1754 &quot;value&quot;: &quot;A String&quot;, # The short biography.
1755 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
1756 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1757 &quot;source&quot;: { # The source of a field. # The source of the field.
1758 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1759 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1760 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1761 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1762 &quot;userTypes&quot;: [ # Output only. The user types.
1763 &quot;A String&quot;,
1764 ],
1765 },
1766 &quot;type&quot;: &quot;A String&quot;, # The source type.
1767 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1768 },
1769 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1770 },
1771 },
1772 ],
1773 &quot;locations&quot;: [ # The person&#x27;s locations.
1774 { # A person&#x27;s location.
1775 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
1776 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
1777 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
1778 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1779 &quot;source&quot;: { # The source of a field. # The source of the field.
1780 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1781 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1782 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1783 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1784 &quot;userTypes&quot;: [ # Output only. The user types.
1785 &quot;A String&quot;,
1786 ],
1787 },
1788 &quot;type&quot;: &quot;A String&quot;, # The source type.
1789 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1790 },
1791 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1792 },
1793 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
1794 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
1795 &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`
1796 &quot;current&quot;: True or False, # Whether the location is the current location.
1797 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
1798 },
1799 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001800 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
1801 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001802 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
1803 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1804 &quot;source&quot;: { # The source of a field. # The source of the field.
1805 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1806 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1807 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1808 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1809 &quot;userTypes&quot;: [ # Output only. The user types.
1810 &quot;A String&quot;,
1811 ],
1812 },
1813 &quot;type&quot;: &quot;A String&quot;, # The source type.
1814 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1815 },
1816 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1817 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001818 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
1819 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
1820 },
1821 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
1822 &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.
1823 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
1824 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001825 },
1826 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001827 },
1828 ],
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>