blob: 7874b2bd3ac6a11d3698786a65a4134884a07ad3 [file] [log] [blame]
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070075<h1><a href="people_v1.html">People API</a> . <a href="people_v1.people.html">people</a> . <a href="people_v1.people.connections.html">connections</a></h1>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080076<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">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080081 <code><a href="#list">list(resourceName, requestSyncToken=None, pageToken=None, pageSize=None, requestMask_includeField=None, syncToken=None, personFields=None, sources=None, sortOrder=None, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070082<p class="firstline">Provides a list of the authenticated user's contacts. The request returns a 400 error if `personFields` is not specified. The request returns a 410 error if `sync_token` is specified and is expired. Sync tokens expire after 7 days. A request without `sync_token` should be made and all contacts should be synced.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080083<p class="toc_element">
84 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
85<p class="firstline">Retrieves the next page of results.</p>
86<h3>Method Details</h3>
87<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070088 <code class="details" id="close">close()</code>
89 <pre>Close httplib2 connections.</pre>
90</div>
91
92<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080093 <code class="details" id="list">list(resourceName, requestSyncToken=None, pageToken=None, pageSize=None, requestMask_includeField=None, syncToken=None, personFields=None, sources=None, sortOrder=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070094 <pre>Provides a list of the authenticated user&#x27;s contacts. The request returns a 400 error if `personFields` is not specified. The request returns a 410 error if `sync_token` is specified and is expired. Sync tokens expire after 7 days. A request without `sync_token` should be made and all contacts should be synced.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080095
96Args:
Dan O'Mearadd494642020-05-01 07:42:23 -070097 resourceName: string, Required. The resource name to return connections for. Only `people/me` is valid. (required)
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080098 requestSyncToken: boolean, Optional. Whether the response should include `next_sync_token` on the last page, 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080099 pageToken: string, Optional. A page token, received from a previous `ListConnections` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListConnections` must match the call that provided the page token.
100 pageSize: integer, Optional. The number of connections to include in the response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800101 requestMask_includeField: string, Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800102 syncToken: string, Optional. A sync token, received from a previous `ListConnections` 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 `ListConnections` must match the call that provided the sync token.
103 personFields: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800104 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated)
105 Allowed values
106 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
107 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
108 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
109 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800110 sortOrder: string, Optional. The order in which the connections should be sorted. Defaults to `LAST_MODIFIED_ASCENDING`.
111 Allowed values
112 LAST_MODIFIED_ASCENDING - Sort people by when they were changed; older entries first.
113 LAST_MODIFIED_DESCENDING - Sort people by when they were changed; newer entries first.
114 FIRST_NAME_ASCENDING - Sort people by first name.
115 LAST_NAME_ASCENDING - Sort people by last name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700116 x__xgafv: string, V1 error format.
117 Allowed values
118 1 - v1 error format
119 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800120
121Returns:
122 An object of the form:
123
Bu Sun Kim65020912020-05-20 12:08:20 -0700124 { # The response to a request for the authenticated user&#x27;s connections.
Bu Sun Kim65020912020-05-20 12:08:20 -0700125 &quot;connections&quot;: [ # The list of people that the requestor is connected to.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700126 { # 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 -0700127 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
128 { # A person&#x27;s associated URLs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700129 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800130 &quot;value&quot;: &quot;A String&quot;, # The URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700131 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800132 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800133 &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 -0700134 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700135 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
136 &quot;userTypes&quot;: [ # Output only. The user types.
137 &quot;A String&quot;,
138 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700139 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700140 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700141 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700142 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800143 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800144 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700145 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800146 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 Kim673ec5c2020-11-16 11:05:03 -0700147 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700148 },
149 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800150 &quot;events&quot;: [ # The person&#x27;s events.
151 { # An event related to the person.
152 &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.
153 &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.
154 &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.
155 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700156 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700157 &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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800158 &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`
159 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
160 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800161 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800162 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
163 &quot;userTypes&quot;: [ # Output only. The user types.
164 &quot;A String&quot;,
165 ],
166 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
167 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800168 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800169 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800170 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800171 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800172 },
173 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800174 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800175 },
176 ],
177 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
178 { # The name that should be used to sort the person in a list.
179 &quot;value&quot;: &quot;A String&quot;, # The file-as value
180 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800181 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800182 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800183 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
184 &quot;userTypes&quot;: [ # Output only. The user types.
185 &quot;A String&quot;,
186 ],
187 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
188 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800189 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800190 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
191 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
192 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800193 },
194 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800195 },
196 },
197 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800198 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
199 { # A person&#x27;s locale preference.
200 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
201 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
202 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800203 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800204 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
205 &quot;userTypes&quot;: [ # Output only. The user types.
206 &quot;A String&quot;,
207 ],
208 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
209 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800210 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800211 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800212 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800213 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800214 },
215 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800216 },
217 },
218 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800219 &quot;locations&quot;: [ # The person&#x27;s locations.
220 { # A person&#x27;s location.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800221 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800222 &quot;type&quot;: &quot;A String&quot;, # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp`
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800223 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800224 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800225 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800226 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
227 &quot;userTypes&quot;: [ # Output only. The user types.
228 &quot;A String&quot;,
229 ],
230 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
231 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800232 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800233 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800234 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800235 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800236 },
237 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800238 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800239 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
240 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
241 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
242 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
243 &quot;current&quot;: True or False, # Whether the location is the current location.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800244 },
245 ],
246 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
247 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
248 &quot;value&quot;: &quot;A String&quot;, # The tagline.
249 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800250 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800251 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800252 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
253 &quot;userTypes&quot;: [ # Output only. The user types.
254 &quot;A String&quot;,
255 ],
256 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
257 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800258 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800259 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
260 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
261 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800262 },
263 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800264 },
265 },
266 ],
267 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
268 { # A person&#x27;s gender.
269 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800270 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800271 &quot;source&quot;: { # The source of a field. # The source of the field.
272 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
273 &quot;userTypes&quot;: [ # Output only. The user types.
274 &quot;A String&quot;,
275 ],
276 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
277 },
278 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
279 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
280 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
281 &quot;type&quot;: &quot;A String&quot;, # The source type.
282 },
283 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
284 },
285 &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.
286 &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`
287 &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`
288 },
289 ],
290 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
291 { # Arbitrary user data that is populated by the end users.
292 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
293 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
294 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
295 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
296 &quot;source&quot;: { # The source of a field. # The source of the field.
297 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
298 &quot;userTypes&quot;: [ # Output only. The user types.
299 &quot;A String&quot;,
300 ],
301 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
302 },
303 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
304 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
305 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
306 &quot;type&quot;: &quot;A String&quot;, # The source type.
307 },
308 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
309 },
310 },
311 ],
312 &quot;relations&quot;: [ # The person&#x27;s relations.
313 { # A person&#x27;s relation to another person.
314 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
315 &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`
316 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
317 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
318 &quot;source&quot;: { # The source of a field. # The source of the field.
319 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
320 &quot;userTypes&quot;: [ # Output only. The user types.
321 &quot;A String&quot;,
322 ],
323 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
324 },
325 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
326 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
327 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
328 &quot;type&quot;: &quot;A String&quot;, # The source type.
329 },
330 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
331 },
332 &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.
333 },
334 ],
335 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
336 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
337 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
338 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
339 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
340 &quot;source&quot;: { # The source of a field. # The source of the field.
341 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
342 &quot;userTypes&quot;: [ # Output only. The user types.
343 &quot;A String&quot;,
344 ],
345 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
346 },
347 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
348 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
349 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
350 &quot;type&quot;: &quot;A String&quot;, # The source type.
351 },
352 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
353 },
354 },
355 ],
356 &quot;skills&quot;: [ # The person&#x27;s skills.
357 { # A skill that the person has.
358 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
359 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
360 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
361 &quot;source&quot;: { # The source of a field. # The source of the field.
362 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
363 &quot;userTypes&quot;: [ # Output only. The user types.
364 &quot;A String&quot;,
365 ],
366 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
367 },
368 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
369 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
370 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
371 &quot;type&quot;: &quot;A String&quot;, # The source type.
372 },
373 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800374 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700375 },
376 ],
377 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
378 { # A person&#x27;s short biography.
379 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
380 &quot;value&quot;: &quot;A String&quot;, # The short biography.
381 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800382 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700383 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700384 &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 -0700385 &quot;userTypes&quot;: [ # Output only. The user types.
386 &quot;A String&quot;,
387 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800388 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700389 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700390 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800391 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
392 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
393 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700394 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800395 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 Kim673ec5c2020-11-16 11:05:03 -0700396 },
397 },
398 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800399 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
400 { # A person&#x27;s email address.
401 &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`
402 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
403 &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.
404 &quot;value&quot;: &quot;A String&quot;, # The email address.
405 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
406 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700407 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700408 &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 -0700409 &quot;userTypes&quot;: [ # Output only. The user types.
410 &quot;A String&quot;,
411 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800412 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700413 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700414 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800415 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800416 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800417 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800418 },
419 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800420 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800421 },
422 ],
423 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
424 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800425 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800426 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800427 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800428 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
429 &quot;userTypes&quot;: [ # Output only. The user types.
430 &quot;A String&quot;,
431 ],
432 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
433 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800434 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800435 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
436 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
437 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800438 },
439 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800440 },
441 &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
442 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
443 },
444 ],
445 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
446 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
447 &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`
448 &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.
449 &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.
450 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800451 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800452 &quot;source&quot;: { # The source of a field. # The source of the field.
453 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
454 &quot;userTypes&quot;: [ # Output only. The user types.
455 &quot;A String&quot;,
456 ],
457 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
458 },
459 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
460 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
461 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
462 &quot;type&quot;: &quot;A String&quot;, # The source type.
463 },
464 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800465 },
466 },
467 ],
468 &quot;clientData&quot;: [ # The person&#x27;s client data.
469 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
470 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800471 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800472 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800473 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
474 &quot;userTypes&quot;: [ # Output only. The user types.
475 &quot;A String&quot;,
476 ],
477 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
478 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800479 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800480 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
481 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
482 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800483 },
484 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800485 },
486 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
487 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
488 },
489 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800490 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
491 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
492 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
493 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800494 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800495 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
496 &quot;userTypes&quot;: [ # Output only. The user types.
497 &quot;A String&quot;,
498 ],
499 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
500 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800501 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800502 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
503 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
504 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800505 },
506 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800507 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800508 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
509 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800510 },
511 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800512 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
513 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
514 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
515 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
516 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
517 &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.
518 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
519 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
520 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
521 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
522 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800523 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800524 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
525 &quot;userTypes&quot;: [ # Output only. The user types.
526 &quot;A String&quot;,
527 ],
528 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
529 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800530 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800531 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
532 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
533 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800534 },
535 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800536 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800537 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
538 &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.
539 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
540 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
541 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
542 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
543 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
544 },
545 ],
546 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
547 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
548 &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.
549 &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`
550 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
551 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
552 &quot;source&quot;: { # The source of a field. # The source of the field.
553 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
554 &quot;userTypes&quot;: [ # Output only. The user types.
555 &quot;A String&quot;,
556 ],
557 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
558 },
559 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
560 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
561 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
562 &quot;type&quot;: &quot;A String&quot;, # The source type.
563 },
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 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800566 },
567 ],
568 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
569 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800570 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800571 &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`
572 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800573 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800574 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800575 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
576 &quot;userTypes&quot;: [ # Output only. The user types.
577 &quot;A String&quot;,
578 ],
579 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
580 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800581 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800582 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
583 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
584 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800585 },
586 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800587 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800588 },
589 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800590 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
591 { # A person&#x27;s instant messaging client.
592 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
593 &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.
594 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
595 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
596 &quot;source&quot;: { # The source of a field. # The source of the field.
597 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
598 &quot;userTypes&quot;: [ # Output only. The user types.
599 &quot;A String&quot;,
600 ],
601 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
602 },
603 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
604 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
605 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
606 &quot;type&quot;: &quot;A String&quot;, # The source type.
607 },
608 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
609 },
610 &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.
611 &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`
612 &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`
613 },
614 ],
615 &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.
616 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
617 { # A person&#x27;s phone number.
618 &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`
619 &quot;value&quot;: &quot;A String&quot;, # The phone number.
620 &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.
621 &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.
622 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
623 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
624 &quot;source&quot;: { # The source of a field. # The source of the field.
625 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
626 &quot;userTypes&quot;: [ # Output only. The user types.
627 &quot;A String&quot;,
628 ],
629 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
630 },
631 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
632 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
633 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
634 &quot;type&quot;: &quot;A String&quot;, # The source type.
635 },
636 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
637 },
638 },
639 ],
640 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
641 { # An identifier from an external entity related to the person.
642 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
643 &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`
644 &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.
645 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
646 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
647 &quot;source&quot;: { # The source of a field. # The source of the field.
648 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
649 &quot;userTypes&quot;: [ # Output only. The user types.
650 &quot;A String&quot;,
651 ],
652 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
653 },
654 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
655 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
656 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
657 &quot;type&quot;: &quot;A String&quot;, # The source type.
658 },
659 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
660 },
661 },
662 ],
663 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
664 { # A person&#x27;s calendar URL.
665 &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.
666 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
667 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
668 &quot;source&quot;: { # The source of a field. # The source of the field.
669 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
670 &quot;userTypes&quot;: [ # Output only. The user types.
671 &quot;A String&quot;,
672 ],
673 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
674 },
675 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
676 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
677 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
678 &quot;type&quot;: &quot;A String&quot;, # The source type.
679 },
680 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
681 },
682 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
683 &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`
684 },
685 ],
686 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
687 { # A person&#x27;s miscellaneous keyword.
688 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
689 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
690 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
691 &quot;source&quot;: { # The source of a field. # The source of the field.
692 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
693 &quot;userTypes&quot;: [ # Output only. The user types.
694 &quot;A String&quot;,
695 ],
696 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
697 },
698 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
699 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
700 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
701 &quot;type&quot;: &quot;A String&quot;, # The source type.
702 },
703 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
704 },
705 &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.
706 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
707 },
708 ],
709 &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}`.
710 &quot;interests&quot;: [ # The person&#x27;s interests.
711 { # One of the person&#x27;s interests.
712 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
713 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
714 &quot;source&quot;: { # The source of a field. # The source of the field.
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;userTypes&quot;: [ # Output only. The user types.
717 &quot;A String&quot;,
718 ],
719 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
720 },
721 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
722 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
723 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
724 &quot;type&quot;: &quot;A String&quot;, # The source type.
725 },
726 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
727 },
728 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
729 },
730 ],
731 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
732 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
733 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
734 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
735 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
736 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
737 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
738 &quot;source&quot;: { # The source of a field. # The source of the field.
739 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
740 &quot;userTypes&quot;: [ # Output only. The user types.
741 &quot;A String&quot;,
742 ],
743 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
744 },
745 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
746 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
747 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
748 &quot;type&quot;: &quot;A String&quot;, # The source type.
749 },
750 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
751 },
752 &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`
753 &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.
754 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
755 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
756 &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.
757 &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.
758 &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.
759 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
760 },
761 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
762 &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.
763 &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.
764 &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.
765 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
766 },
767 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
768 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
769 &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.
770 },
771 ],
772 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
773 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
774 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
775 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
776 &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.
777 },
778 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
779 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
780 &quot;source&quot;: { # The source of a field. # The source of the field.
781 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
782 &quot;userTypes&quot;: [ # Output only. The user types.
783 &quot;A String&quot;,
784 ],
785 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
786 },
787 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
788 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
789 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
790 &quot;type&quot;: &quot;A String&quot;, # The source type.
791 },
792 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
793 },
794 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
795 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
796 },
797 },
798 ],
799 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
800 { # 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.
801 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
802 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
803 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
804 &quot;source&quot;: { # The source of a field. # The source of the field.
805 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
806 &quot;userTypes&quot;: [ # Output only. The user types.
807 &quot;A String&quot;,
808 ],
809 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
810 },
811 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
812 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
813 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
814 &quot;type&quot;: &quot;A String&quot;, # The source type.
815 },
816 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
817 },
818 &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.
819 },
820 ],
821 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800822 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800823 &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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800824 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800825 &quot;sources&quot;: [ # The sources of data for the person.
826 { # The source of a field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800827 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
828 &quot;userTypes&quot;: [ # Output only. The user types.
829 &quot;A String&quot;,
830 ],
831 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
832 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800833 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800834 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
835 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
836 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800837 },
838 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800839 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
840 &quot;A String&quot;,
841 ],
842 &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.
843 &quot;A String&quot;,
844 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800845 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800846 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
847 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
848 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
849 &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.
850 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
851 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
852 &quot;source&quot;: { # The source of a field. # The source of the field.
853 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
854 &quot;userTypes&quot;: [ # Output only. The user types.
855 &quot;A String&quot;,
856 ],
857 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
858 },
859 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
860 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
861 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
862 &quot;type&quot;: &quot;A String&quot;, # The source type.
863 },
864 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
865 },
866 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
867 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
868 &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.
869 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
870 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
871 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
872 &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`
873 &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.
874 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
875 },
876 ],
877 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
878 { # 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.
879 &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.
880 &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.
881 &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.
882 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
883 },
884 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
885 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
886 &quot;source&quot;: { # The source of a field. # The source of the field.
887 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
888 &quot;userTypes&quot;: [ # Output only. The user types.
889 &quot;A String&quot;,
890 ],
891 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
892 },
893 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
894 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
895 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
896 &quot;type&quot;: &quot;A String&quot;, # The source type.
897 },
898 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
899 },
900 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
901 },
902 ],
903 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
904 { # A person&#x27;s age range.
905 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
906 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
907 &quot;source&quot;: { # The source of a field. # The source of the field.
908 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
909 &quot;userTypes&quot;: [ # Output only. The user types.
910 &quot;A String&quot;,
911 ],
912 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
913 },
914 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
917 &quot;type&quot;: &quot;A String&quot;, # The source type.
918 },
919 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
920 },
921 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
922 },
923 ],
924 &quot;occupations&quot;: [ # The person&#x27;s occupations.
925 { # A person&#x27;s occupation.
926 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
927 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
928 &quot;source&quot;: { # The source of a field. # The source of the field.
929 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
930 &quot;userTypes&quot;: [ # Output only. The user types.
931 &quot;A String&quot;,
932 ],
933 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
934 },
935 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
936 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
937 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
938 &quot;type&quot;: &quot;A String&quot;, # The source type.
939 },
940 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
941 },
942 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
943 },
944 ],
945 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
946 { # A person&#x27;s nickname.
947 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
948 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
949 &quot;source&quot;: { # The source of a field. # The source of the field.
950 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
951 &quot;userTypes&quot;: [ # Output only. The user types.
952 &quot;A String&quot;,
953 ],
954 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
955 },
956 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
957 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
958 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
959 &quot;type&quot;: &quot;A String&quot;, # The source type.
960 },
961 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
962 },
963 &quot;value&quot;: &quot;A String&quot;, # The nickname.
964 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
965 },
966 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700967 },
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800968 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800969 &quot;totalPeople&quot;: 42, # **DEPRECATED** (Please use totalItems) The total number of people in the list without pagination.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800970 &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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800971 &quot;totalItems&quot;: 42, # The total number of items in the list without pagination.
972 &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. When the response is paginated, only the last page will contain `nextSyncToken`.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800973 }</pre>
974</div>
975
976<div class="method">
977 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
978 <pre>Retrieves the next page of results.
979
980Args:
981 previous_request: The request for the previous page. (required)
982 previous_response: The response from the request for the previous page. (required)
983
984Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700985 A request object that you can call &#x27;execute()&#x27; on to request the next
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800986 page. Returns None if there are no more items in the collection.
987 </pre>
988</div>
989
990</body></html>