blob: 0336b1cf20ef200d936ab5cc2624655117b0e761 [file] [log] [blame]
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070075<h1><a href="people_v1.html">People API</a> . <a href="people_v1.people.html">people</a></h1>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080076<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="people_v1.people.connections.html">connections()</a></code>
79</p>
80<p class="firstline">Returns the connections Resource.</p>
81
82<p class="toc_element">
yoshi-code-bota8b35b92021-03-31 13:33:30 -070083 <code><a href="#batchCreateContacts">batchCreateContacts(body=None, x__xgafv=None)</a></code></p>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -040084<p class="firstline">Create a batch of new contacts and return the PersonResponses for the newly created contacts. Limited to 10 parallel requests per user.</p>
yoshi-code-bota8b35b92021-03-31 13:33:30 -070085<p class="toc_element">
86 <code><a href="#batchDeleteContacts">batchDeleteContacts(body=None, x__xgafv=None)</a></code></p>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -040087<p class="firstline">Delete a batch of contacts. Any non-contact data will not be deleted. Limited to 10 parallel requests per user.</p>
yoshi-code-bota8b35b92021-03-31 13:33:30 -070088<p class="toc_element">
89 <code><a href="#batchUpdateContacts">batchUpdateContacts(body=None, x__xgafv=None)</a></code></p>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -040090<p class="firstline">Update a batch of contacts and return a map of resource names to PersonResponses for the updated contacts. Limited to 10 parallel requests per user.</p>
yoshi-code-bota8b35b92021-03-31 13:33:30 -070091<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070092 <code><a href="#close">close()</a></code></p>
93<p class="firstline">Close httplib2 connections.</p>
94<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080095 <code><a href="#createContact">createContact(body=None, personFields=None, sources=None, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070096<p class="firstline">Create a new contact and return the person resource for that contact. The request returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070097<p class="toc_element">
98 <code><a href="#deleteContact">deleteContact(resourceName, x__xgafv=None)</a></code></p>
99<p class="firstline">Delete a contact person. Any non-contact data will not be deleted.</p>
100<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800101 <code><a href="#deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700102<p class="firstline">Delete a contact's photo.</p>
103<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800104 <code><a href="#get">get(resourceName, personFields=None, requestMask_includeField=None, sources=None, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700105<p class="firstline">Provides information about a person by specifying a resource name. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800106<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800107 <code><a href="#getBatchGet">getBatchGet(personFields=None, requestMask_includeField=None, resourceNames=None, sources=None, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700108<p class="firstline">Provides information about a list of specific people by specifying a list of requested resource names. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700109<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800110 <code><a href="#listDirectoryPeople">listDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, readMask=None, requestSyncToken=None, sources=None, syncToken=None, x__xgafv=None)</a></code></p>
yoshi-code-bota36e3b12021-07-27 00:20:26 -0700111<p class="firstline">Provides a list of domain profiles and domain contacts in the authenticated user's domain directory. When the `sync_token` is specified, resources deleted since the last sync will be returned as a person with `PersonMetadata.deleted` set to true. When the `page_token` or `sync_token` is specified, all other request parameters must match the first call. Writes may have a propagation delay of several minutes for sync requests. Incremental syncs are not intended for read-after-write use cases. See example usage at [List the directory people that have changed](/people/v1/directory#list_the_directory_people_that_have_changed).</p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700112<p class="toc_element">
113 <code><a href="#listDirectoryPeople_next">listDirectoryPeople_next(previous_request, previous_response)</a></code></p>
114<p class="firstline">Retrieves the next page of results.</p>
115<p class="toc_element">
Anthonios Partheniou10f4b672021-04-13 14:47:53 -0400116 <code><a href="#searchContacts">searchContacts(pageSize=None, query=None, readMask=None, sources=None, x__xgafv=None)</a></code></p>
yoshi-code-bot33237a82021-06-09 00:26:03 -0700117<p class="firstline">Provides a list of contacts in the authenticated user's grouped contacts that matches the search query. The query matches on a contact's `names`, `nickNames`, `emailAddresses`, `phoneNumbers`, and `organizations` fields that are from the CONTACT" source. **IMPORTANT**: Before searching, clients should send a warmup request with an empty query to update the cache. See https://developers.google.com/people/v1/contacts#search_the_users_contacts</p>
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800118<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800119 <code><a href="#searchDirectoryPeople">searchDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, query=None, readMask=None, sources=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700120<p class="firstline">Provides a list of domain profiles and domain contacts in the authenticated user's domain directory that match the search query.</p>
121<p class="toc_element">
122 <code><a href="#searchDirectoryPeople_next">searchDirectoryPeople_next(previous_request, previous_response)</a></code></p>
123<p class="firstline">Retrieves the next page of results.</p>
124<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800125 <code><a href="#updateContact">updateContact(resourceName, body=None, personFields=None, sources=None, updatePersonFields=None, x__xgafv=None)</a></code></p>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700126<p class="firstline">Update contact data for an existing contact person. Any non-contact data will not be modified. Any non-contact data in the person to update will be ignored. All fields specified in the `update_mask` will be replaced. The server returns a 400 error if `person.metadata.sources` is not specified for the contact to be updated or if there is no contact source. The server returns a 400 error with reason `"failedPrecondition"` if `person.metadata.sources.etag` is different than the contact's etag, which indicates the contact has changed since its data was read. Clients should get the latest person and merge their updates into the latest person. The server returns a 400 error if `memberships` are being updated and there are no contact group memberships specified on the person. The server returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names</p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700127<p class="toc_element">
128 <code><a href="#updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</a></code></p>
129<p class="firstline">Update a contact's photo.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800130<h3>Method Details</h3>
131<div class="method">
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700132 <code class="details" id="batchCreateContacts">batchCreateContacts(body=None, x__xgafv=None)</code>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -0400133 <pre>Create a batch of new contacts and return the PersonResponses for the newly created contacts. Limited to 10 parallel requests per user.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700134
135Args:
136 body: object, The request body.
137 The object takes the form of:
138
139{ # A request to create a batch of contacts.
140 &quot;contacts&quot;: [ # Required. The contact to create. Allows up to 200 contacts in a single request.
141 { # A wrapper that contains the person data to populate a newly created source.
142 &quot;contactPerson&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # Required. The person data to populate a newly created source.
143 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
144 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
145 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
146 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
147 &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.
148 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
149 &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.
150 &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.
151 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700152 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700153 &quot;source&quot;: { # The source of a field. # The source of the field.
154 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
155 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
156 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
157 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
158 &quot;userTypes&quot;: [ # Output only. The user types.
159 &quot;A String&quot;,
160 ],
161 },
162 &quot;type&quot;: &quot;A String&quot;, # The source type.
163 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
164 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700165 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700166 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
167 },
168 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
169 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
170 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
171 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
172 &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`
173 },
174 ],
175 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
176 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
177 { # A person&#x27;s age range.
178 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
179 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700180 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700181 &quot;source&quot;: { # The source of a field. # The source of the field.
182 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
183 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
184 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
185 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
186 &quot;userTypes&quot;: [ # Output only. The user types.
187 &quot;A String&quot;,
188 ],
189 },
190 &quot;type&quot;: &quot;A String&quot;, # The source type.
191 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
192 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700193 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700194 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
195 },
196 },
197 ],
198 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
199 { # A person&#x27;s short biography.
200 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
201 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700202 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700203 &quot;source&quot;: { # The source of a field. # The source of the field.
204 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
205 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
206 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
207 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
208 &quot;userTypes&quot;: [ # Output only. The user types.
209 &quot;A String&quot;,
210 ],
211 },
212 &quot;type&quot;: &quot;A String&quot;, # The source type.
213 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
214 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700215 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700216 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
217 },
218 &quot;value&quot;: &quot;A String&quot;, # The short biography.
219 },
220 ],
221 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
222 { # 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.
223 &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.
224 &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.
225 &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.
226 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
227 },
228 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700229 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700230 &quot;source&quot;: { # The source of a field. # The source of the field.
231 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
232 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
233 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
234 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
235 &quot;userTypes&quot;: [ # Output only. The user types.
236 &quot;A String&quot;,
237 ],
238 },
239 &quot;type&quot;: &quot;A String&quot;, # The source type.
240 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
241 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700242 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700243 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
244 },
245 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
246 },
247 ],
248 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
249 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
250 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700251 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700252 &quot;source&quot;: { # The source of a field. # The source of the field.
253 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
254 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
255 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
256 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
257 &quot;userTypes&quot;: [ # Output only. The user types.
258 &quot;A String&quot;,
259 ],
260 },
261 &quot;type&quot;: &quot;A String&quot;, # The source type.
262 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
263 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700264 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700265 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
266 },
267 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
268 },
269 ],
270 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
271 { # A person&#x27;s calendar URL.
272 &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.
273 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700274 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700275 &quot;source&quot;: { # The source of a field. # The source of the field.
276 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
277 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
278 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
279 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
280 &quot;userTypes&quot;: [ # Output only. The user types.
281 &quot;A String&quot;,
282 ],
283 },
284 &quot;type&quot;: &quot;A String&quot;, # The source type.
285 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
286 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700287 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700288 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
289 },
290 &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`
291 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
292 },
293 ],
294 &quot;clientData&quot;: [ # The person&#x27;s client data.
295 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
296 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
297 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700298 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700299 &quot;source&quot;: { # The source of a field. # The source of the field.
300 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
301 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
302 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
303 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
304 &quot;userTypes&quot;: [ # Output only. The user types.
305 &quot;A String&quot;,
306 ],
307 },
308 &quot;type&quot;: &quot;A String&quot;, # The source type.
309 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
310 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700311 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700312 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
313 },
314 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
315 },
316 ],
317 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
318 { # 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.
319 &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.
320 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700321 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700322 &quot;source&quot;: { # The source of a field. # The source of the field.
323 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
324 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
325 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
326 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
327 &quot;userTypes&quot;: [ # Output only. The user types.
328 &quot;A String&quot;,
329 ],
330 },
331 &quot;type&quot;: &quot;A String&quot;, # The source type.
332 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
333 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700334 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700335 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
336 },
337 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
338 },
339 ],
yoshi-code-bot07708072021-07-20 00:20:24 -0700340 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700341 { # A person&#x27;s email address.
342 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
343 &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.
344 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700345 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700346 &quot;source&quot;: { # The source of a field. # The source of the field.
347 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
348 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
349 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
350 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
351 &quot;userTypes&quot;: [ # Output only. The user types.
352 &quot;A String&quot;,
353 ],
354 },
355 &quot;type&quot;: &quot;A String&quot;, # The source type.
356 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
357 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700358 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700359 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
360 },
361 &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`
362 &quot;value&quot;: &quot;A String&quot;, # The email address.
363 },
364 ],
365 &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.
366 &quot;events&quot;: [ # The person&#x27;s events.
367 { # An event related to the person.
368 &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.
369 &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.
370 &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.
371 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
372 },
373 &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.
374 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700375 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700376 &quot;source&quot;: { # The source of a field. # The source of the field.
377 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
378 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
379 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
380 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
381 &quot;userTypes&quot;: [ # Output only. The user types.
382 &quot;A String&quot;,
383 ],
384 },
385 &quot;type&quot;: &quot;A String&quot;, # The source type.
386 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
387 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700388 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700389 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
390 },
391 &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`
392 },
393 ],
394 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
395 { # An identifier from an external entity related to the person.
396 &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.
397 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700398 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700399 &quot;source&quot;: { # The source of a field. # The source of the field.
400 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
401 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
402 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
403 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
404 &quot;userTypes&quot;: [ # Output only. The user types.
405 &quot;A String&quot;,
406 ],
407 },
408 &quot;type&quot;: &quot;A String&quot;, # The source type.
409 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
410 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700411 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700412 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
413 },
414 &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`
415 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
416 },
417 ],
418 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
419 { # The name that should be used to sort the person in a list.
420 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700421 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700422 &quot;source&quot;: { # The source of a field. # The source of the field.
423 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
424 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
425 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
426 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
427 &quot;userTypes&quot;: [ # Output only. The user types.
428 &quot;A String&quot;,
429 ],
430 },
431 &quot;type&quot;: &quot;A String&quot;, # The source type.
432 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
433 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700434 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700435 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
436 },
437 &quot;value&quot;: &quot;A String&quot;, # The file-as value
438 },
439 ],
440 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
441 { # A person&#x27;s gender.
442 &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`
443 &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.
444 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700445 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700446 &quot;source&quot;: { # The source of a field. # The source of the field.
447 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
448 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
449 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
450 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
451 &quot;userTypes&quot;: [ # Output only. The user types.
452 &quot;A String&quot;,
453 ],
454 },
455 &quot;type&quot;: &quot;A String&quot;, # The source type.
456 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
457 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700458 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700459 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
460 },
461 &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`
462 },
463 ],
464 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
465 { # A person&#x27;s instant messaging client.
466 &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.
467 &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.
468 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700469 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700470 &quot;source&quot;: { # The source of a field. # The source of the field.
471 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
472 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
473 &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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
475 &quot;userTypes&quot;: [ # Output only. The user types.
476 &quot;A String&quot;,
477 ],
478 },
479 &quot;type&quot;: &quot;A String&quot;, # The source type.
480 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
481 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700482 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700483 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
484 },
485 &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`
486 &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`
487 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
488 },
489 ],
490 &quot;interests&quot;: [ # The person&#x27;s interests.
491 { # One of the person&#x27;s interests.
492 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700493 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700494 &quot;source&quot;: { # The source of a field. # The source of the field.
495 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
496 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
497 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
498 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
499 &quot;userTypes&quot;: [ # Output only. The user types.
500 &quot;A String&quot;,
501 ],
502 },
503 &quot;type&quot;: &quot;A String&quot;, # The source type.
504 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
505 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700506 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700507 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
508 },
509 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
510 },
511 ],
512 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
513 { # A person&#x27;s locale preference.
514 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700515 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700516 &quot;source&quot;: { # The source of a field. # The source of the field.
517 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
518 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
519 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
520 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
521 &quot;userTypes&quot;: [ # Output only. The user types.
522 &quot;A String&quot;,
523 ],
524 },
525 &quot;type&quot;: &quot;A String&quot;, # The source type.
526 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
527 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700528 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700529 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
530 },
531 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
532 },
533 ],
534 &quot;locations&quot;: [ # The person&#x27;s locations.
535 { # A person&#x27;s location.
536 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
537 &quot;current&quot;: True or False, # Whether the location is the current location.
538 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
539 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
540 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
541 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700542 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700543 &quot;source&quot;: { # The source of a field. # The source of the field.
544 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
545 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
546 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
547 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
548 &quot;userTypes&quot;: [ # Output only. The user types.
549 &quot;A String&quot;,
550 ],
551 },
552 &quot;type&quot;: &quot;A String&quot;, # The source type.
553 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
554 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700555 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700556 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
557 },
558 &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`
559 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
560 },
561 ],
562 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
563 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
564 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
565 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
566 &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.
567 },
yoshi-code-bot33237a82021-06-09 00:26:03 -0700568 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
569 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700570 },
571 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700572 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700573 &quot;source&quot;: { # The source of a field. # The source of the field.
574 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
575 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
576 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
577 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
578 &quot;userTypes&quot;: [ # Output only. The user types.
579 &quot;A String&quot;,
580 ],
581 },
582 &quot;type&quot;: &quot;A String&quot;, # The source type.
583 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
584 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700585 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700586 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
587 },
588 },
589 ],
590 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -0700591 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700592 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
593 &quot;A String&quot;,
594 ],
595 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -0700596 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700597 &quot;A String&quot;,
598 ],
599 &quot;sources&quot;: [ # The sources of data for the person.
600 { # The source of a field.
601 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
602 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
603 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
604 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
605 &quot;userTypes&quot;: [ # Output only. The user types.
606 &quot;A String&quot;,
607 ],
608 },
609 &quot;type&quot;: &quot;A String&quot;, # The source type.
610 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
611 },
612 ],
613 },
614 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
615 { # A person&#x27;s miscellaneous keyword.
616 &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.
617 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700618 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700619 &quot;source&quot;: { # The source of a field. # The source of the field.
620 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
621 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
622 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
623 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
624 &quot;userTypes&quot;: [ # Output only. The user types.
625 &quot;A String&quot;,
626 ],
627 },
628 &quot;type&quot;: &quot;A String&quot;, # The source type.
629 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
630 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700631 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700632 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
633 },
634 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
635 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
636 },
637 ],
638 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
639 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
640 &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.
641 &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.
642 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
643 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
644 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
645 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
646 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700647 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700648 &quot;source&quot;: { # The source of a field. # The source of the field.
649 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
650 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
651 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
652 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
653 &quot;userTypes&quot;: [ # Output only. The user types.
654 &quot;A String&quot;,
655 ],
656 },
657 &quot;type&quot;: &quot;A String&quot;, # The source type.
658 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
659 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700660 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700661 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
662 },
663 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
664 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
665 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
666 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
667 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
668 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
669 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
670 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
671 },
672 ],
673 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
674 { # A person&#x27;s nickname.
675 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700676 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700677 &quot;source&quot;: { # The source of a field. # The source of the field.
678 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
679 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
680 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
681 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
682 &quot;userTypes&quot;: [ # Output only. The user types.
683 &quot;A String&quot;,
684 ],
685 },
686 &quot;type&quot;: &quot;A String&quot;, # The source type.
687 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
688 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700689 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700690 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
691 },
692 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
693 &quot;value&quot;: &quot;A String&quot;, # The nickname.
694 },
695 ],
696 &quot;occupations&quot;: [ # The person&#x27;s occupations.
697 { # A person&#x27;s occupation.
698 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700699 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700700 &quot;source&quot;: { # The source of a field. # The source of the field.
701 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
702 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
703 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
704 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
705 &quot;userTypes&quot;: [ # Output only. The user types.
706 &quot;A String&quot;,
707 ],
708 },
709 &quot;type&quot;: &quot;A String&quot;, # The source type.
710 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
711 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700712 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700713 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
714 },
715 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
716 },
717 ],
718 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
719 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -0700720 &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700721 &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.
722 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
723 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
724 &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.
725 &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.
726 &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.
727 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
728 },
729 &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.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -0700730 &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700731 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
732 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
733 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700734 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700735 &quot;source&quot;: { # The source of a field. # The source of the field.
736 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
737 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
738 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
739 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
740 &quot;userTypes&quot;: [ # Output only. The user types.
741 &quot;A String&quot;,
742 ],
743 },
744 &quot;type&quot;: &quot;A String&quot;, # The source type.
745 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
746 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700747 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700748 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
749 },
750 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
751 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
752 &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.
753 &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.
754 &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.
755 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
756 },
757 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
758 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
759 &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`
760 },
761 ],
yoshi-code-bot07708072021-07-20 00:20:24 -0700762 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700763 { # A person&#x27;s phone number.
764 &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.
765 &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.
766 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700767 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700768 &quot;source&quot;: { # The source of a field. # The source of the field.
769 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
770 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
771 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
772 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
773 &quot;userTypes&quot;: [ # Output only. The user types.
774 &quot;A String&quot;,
775 ],
776 },
777 &quot;type&quot;: &quot;A String&quot;, # The source type.
778 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
779 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700780 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700781 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
782 },
783 &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`
784 &quot;value&quot;: &quot;A String&quot;, # The phone number.
785 },
786 ],
787 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
788 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
789 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
790 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700791 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700792 &quot;source&quot;: { # The source of a field. # The source of the field.
793 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
794 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
795 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
796 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
797 &quot;userTypes&quot;: [ # Output only. The user types.
798 &quot;A String&quot;,
799 ],
800 },
801 &quot;type&quot;: &quot;A String&quot;, # The source type.
802 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
803 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700804 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700805 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
806 },
807 &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
808 },
809 ],
810 &quot;relations&quot;: [ # The person&#x27;s relations.
811 { # A person&#x27;s relation to another person.
812 &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.
813 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700814 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700815 &quot;source&quot;: { # The source of a field. # The source of the field.
816 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
817 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
818 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
819 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
820 &quot;userTypes&quot;: [ # Output only. The user types.
821 &quot;A String&quot;,
822 ],
823 },
824 &quot;type&quot;: &quot;A String&quot;, # The source type.
825 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
826 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700827 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700828 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
829 },
830 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
831 &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`
832 },
833 ],
834 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
835 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
836 &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.
837 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700838 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700839 &quot;source&quot;: { # The source of a field. # The source of the field.
840 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
841 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
842 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
843 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
844 &quot;userTypes&quot;: [ # Output only. The user types.
845 &quot;A String&quot;,
846 ],
847 },
848 &quot;type&quot;: &quot;A String&quot;, # The source type.
849 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
850 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700851 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700852 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
853 },
854 &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`
855 },
856 ],
857 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
858 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
859 &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.
860 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700861 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700862 &quot;source&quot;: { # The source of a field. # The source of the field.
863 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
864 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
865 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
866 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
867 &quot;userTypes&quot;: [ # Output only. The user types.
868 &quot;A String&quot;,
869 ],
870 },
871 &quot;type&quot;: &quot;A String&quot;, # The source type.
872 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
873 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700874 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700875 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
876 },
877 &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`
878 },
879 ],
880 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
881 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
882 &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.
883 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700884 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700885 &quot;source&quot;: { # The source of a field. # The source of the field.
886 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
887 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
888 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
889 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
890 &quot;userTypes&quot;: [ # Output only. The user types.
891 &quot;A String&quot;,
892 ],
893 },
894 &quot;type&quot;: &quot;A String&quot;, # The source type.
895 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
896 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700897 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700898 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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;value&quot;: &quot;A String&quot;, # The address of the residence.
901 },
902 ],
903 &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}`.
904 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
905 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
906 &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.
907 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700908 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700909 &quot;source&quot;: { # The source of a field. # The source of the field.
910 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
911 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
912 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
913 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
914 &quot;userTypes&quot;: [ # Output only. The user types.
915 &quot;A String&quot;,
916 ],
917 },
918 &quot;type&quot;: &quot;A String&quot;, # The source type.
919 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
920 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700921 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700922 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
923 },
924 &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`
925 &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.
926 },
927 ],
928 &quot;skills&quot;: [ # The person&#x27;s skills.
929 { # A skill that the person has.
930 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700931 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700932 &quot;source&quot;: { # The source of a field. # The source of the field.
933 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
934 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
935 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
936 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
937 &quot;userTypes&quot;: [ # Output only. The user types.
938 &quot;A String&quot;,
939 ],
940 },
941 &quot;type&quot;: &quot;A String&quot;, # The source type.
942 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
943 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700944 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700945 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
946 },
947 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
948 },
949 ],
950 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
951 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
952 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700953 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700954 &quot;source&quot;: { # The source of a field. # The source of the field.
955 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
956 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
957 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
958 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
959 &quot;userTypes&quot;: [ # Output only. The user types.
960 &quot;A String&quot;,
961 ],
962 },
963 &quot;type&quot;: &quot;A String&quot;, # The source type.
964 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
965 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700966 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700967 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
968 },
969 &quot;value&quot;: &quot;A String&quot;, # The tagline.
970 },
971 ],
972 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
973 { # A person&#x27;s associated URLs.
974 &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.
975 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -0700976 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700977 &quot;source&quot;: { # The source of a field. # The source of the field.
978 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
979 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
980 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
981 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
982 &quot;userTypes&quot;: [ # Output only. The user types.
983 &quot;A String&quot;,
984 ],
985 },
986 &quot;type&quot;: &quot;A String&quot;, # The source type.
987 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
988 },
yoshi-code-bot96afc042021-08-24 00:22:31 -0700989 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700990 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
991 },
992 &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`
993 &quot;value&quot;: &quot;A String&quot;, # The URL.
994 },
995 ],
996 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
997 { # Arbitrary user data that is populated by the end users.
998 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
999 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001000 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001001 &quot;source&quot;: { # The source of a field. # The source of the field.
1002 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1003 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1004 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1005 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1006 &quot;userTypes&quot;: [ # Output only. The user types.
1007 &quot;A String&quot;,
1008 ],
1009 },
1010 &quot;type&quot;: &quot;A String&quot;, # The source type.
1011 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1012 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001013 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001014 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1015 },
1016 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
1017 },
1018 ],
1019 },
1020 },
1021 ],
1022 &quot;readMask&quot;: &quot;A String&quot;, # Required. A field mask to restrict which fields on each person are returned in the response. Multiple fields can be specified by separating them with commas. If read mask is left empty, the post-mutate-get is skipped and no data will be returned in the response. 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
1023 &quot;sources&quot;: [ # Optional. A mask of what source types to return in the post mutate read. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.
1024 &quot;A String&quot;,
1025 ],
1026}
1027
1028 x__xgafv: string, V1 error format.
1029 Allowed values
1030 1 - v1 error format
1031 2 - v2 error format
1032
1033Returns:
1034 An object of the form:
1035
yoshi-code-bot96afc042021-08-24 00:22:31 -07001036 { # If not successful, returns BatchCreateContactsErrorDetails which contains a list of errors for each invalid contact. The response to a request to create a batch of contacts.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001037 &quot;createdPeople&quot;: [ # The contacts that were created, unless the request `read_mask` is empty.
1038 { # The response for a single person
1039 &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
1040 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The person.
1041 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1042 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1043 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1044 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1045 &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.
1046 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1047 &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.
1048 &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.
1049 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001050 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001051 &quot;source&quot;: { # The source of a field. # The source of the field.
1052 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1053 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1054 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1055 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1056 &quot;userTypes&quot;: [ # Output only. The user types.
1057 &quot;A String&quot;,
1058 ],
1059 },
1060 &quot;type&quot;: &quot;A String&quot;, # The source type.
1061 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1062 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001063 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001064 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1065 },
1066 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1067 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1068 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1069 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1070 &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`
1071 },
1072 ],
1073 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
1074 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1075 { # A person&#x27;s age range.
1076 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
1077 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001078 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001079 &quot;source&quot;: { # The source of a field. # The source of the field.
1080 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1081 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1082 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1083 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1084 &quot;userTypes&quot;: [ # Output only. The user types.
1085 &quot;A String&quot;,
1086 ],
1087 },
1088 &quot;type&quot;: &quot;A String&quot;, # The source type.
1089 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1090 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001091 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001092 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1093 },
1094 },
1095 ],
1096 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
1097 { # A person&#x27;s short biography.
1098 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
1099 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001100 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001101 &quot;source&quot;: { # The source of a field. # The source of the field.
1102 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1103 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1104 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1105 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1106 &quot;userTypes&quot;: [ # Output only. The user types.
1107 &quot;A String&quot;,
1108 ],
1109 },
1110 &quot;type&quot;: &quot;A String&quot;, # The source type.
1111 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1112 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001113 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001114 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1115 },
1116 &quot;value&quot;: &quot;A String&quot;, # The short biography.
1117 },
1118 ],
1119 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
1120 { # 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.
1121 &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.
1122 &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.
1123 &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.
1124 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1125 },
1126 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001127 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001128 &quot;source&quot;: { # The source of a field. # The source of the field.
1129 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1130 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1131 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1132 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1133 &quot;userTypes&quot;: [ # Output only. The user types.
1134 &quot;A String&quot;,
1135 ],
1136 },
1137 &quot;type&quot;: &quot;A String&quot;, # The source type.
1138 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1139 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001140 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001141 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1142 },
1143 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
1144 },
1145 ],
1146 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
1147 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
1148 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001149 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001150 &quot;source&quot;: { # The source of a field. # The source of the field.
1151 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1152 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1153 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1154 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1155 &quot;userTypes&quot;: [ # Output only. The user types.
1156 &quot;A String&quot;,
1157 ],
1158 },
1159 &quot;type&quot;: &quot;A String&quot;, # The source type.
1160 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1161 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001162 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001163 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1164 },
1165 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
1166 },
1167 ],
1168 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
1169 { # A person&#x27;s calendar URL.
1170 &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.
1171 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001172 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001173 &quot;source&quot;: { # The source of a field. # The source of the field.
1174 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1175 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1176 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1177 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1178 &quot;userTypes&quot;: [ # Output only. The user types.
1179 &quot;A String&quot;,
1180 ],
1181 },
1182 &quot;type&quot;: &quot;A String&quot;, # The source type.
1183 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1184 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001185 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001186 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1187 },
1188 &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`
1189 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
1190 },
1191 ],
1192 &quot;clientData&quot;: [ # The person&#x27;s client data.
1193 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
1194 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
1195 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001196 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001197 &quot;source&quot;: { # The source of a field. # The source of the field.
1198 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1199 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1200 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1201 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1202 &quot;userTypes&quot;: [ # Output only. The user types.
1203 &quot;A String&quot;,
1204 ],
1205 },
1206 &quot;type&quot;: &quot;A String&quot;, # The source type.
1207 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1208 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001209 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001210 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1211 },
1212 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
1213 },
1214 ],
1215 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
1216 { # 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.
1217 &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.
1218 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001219 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001220 &quot;source&quot;: { # The source of a field. # The source of the field.
1221 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1222 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1223 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1224 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1225 &quot;userTypes&quot;: [ # Output only. The user types.
1226 &quot;A String&quot;,
1227 ],
1228 },
1229 &quot;type&quot;: &quot;A String&quot;, # The source type.
1230 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1231 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001232 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001233 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1234 },
1235 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
1236 },
1237 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07001238 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001239 { # A person&#x27;s email address.
1240 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
1241 &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.
1242 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001243 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001244 &quot;source&quot;: { # The source of a field. # The source of the field.
1245 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1246 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1247 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1248 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1249 &quot;userTypes&quot;: [ # Output only. The user types.
1250 &quot;A String&quot;,
1251 ],
1252 },
1253 &quot;type&quot;: &quot;A String&quot;, # The source type.
1254 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1255 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001256 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001257 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1258 },
1259 &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`
1260 &quot;value&quot;: &quot;A String&quot;, # The email address.
1261 },
1262 ],
1263 &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.
1264 &quot;events&quot;: [ # The person&#x27;s events.
1265 { # An event related to the person.
1266 &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.
1267 &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.
1268 &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.
1269 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1270 },
1271 &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.
1272 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001273 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001274 &quot;source&quot;: { # The source of a field. # The source of the field.
1275 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1276 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1277 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1278 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1279 &quot;userTypes&quot;: [ # Output only. The user types.
1280 &quot;A String&quot;,
1281 ],
1282 },
1283 &quot;type&quot;: &quot;A String&quot;, # The source type.
1284 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1285 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001286 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001287 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1288 },
1289 &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`
1290 },
1291 ],
1292 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
1293 { # An identifier from an external entity related to the person.
1294 &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.
1295 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001296 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001297 &quot;source&quot;: { # The source of a field. # The source of the field.
1298 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1299 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1300 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1301 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1302 &quot;userTypes&quot;: [ # Output only. The user types.
1303 &quot;A String&quot;,
1304 ],
1305 },
1306 &quot;type&quot;: &quot;A String&quot;, # The source type.
1307 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1308 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001309 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001310 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1311 },
1312 &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`
1313 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
1314 },
1315 ],
1316 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
1317 { # The name that should be used to sort the person in a list.
1318 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001319 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001320 &quot;source&quot;: { # The source of a field. # The source of the field.
1321 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1322 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1323 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1324 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1325 &quot;userTypes&quot;: [ # Output only. The user types.
1326 &quot;A String&quot;,
1327 ],
1328 },
1329 &quot;type&quot;: &quot;A String&quot;, # The source type.
1330 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1331 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001332 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001333 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1334 },
1335 &quot;value&quot;: &quot;A String&quot;, # The file-as value
1336 },
1337 ],
1338 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
1339 { # A person&#x27;s gender.
1340 &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`
1341 &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.
1342 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001343 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001344 &quot;source&quot;: { # The source of a field. # The source of the field.
1345 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1346 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1347 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1348 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1349 &quot;userTypes&quot;: [ # Output only. The user types.
1350 &quot;A String&quot;,
1351 ],
1352 },
1353 &quot;type&quot;: &quot;A String&quot;, # The source type.
1354 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1355 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001356 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001357 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1358 },
1359 &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`
1360 },
1361 ],
1362 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
1363 { # A person&#x27;s instant messaging client.
1364 &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.
1365 &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.
1366 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001367 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001368 &quot;source&quot;: { # The source of a field. # The source of the field.
1369 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1370 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1371 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1372 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1373 &quot;userTypes&quot;: [ # Output only. The user types.
1374 &quot;A String&quot;,
1375 ],
1376 },
1377 &quot;type&quot;: &quot;A String&quot;, # The source type.
1378 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1379 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001380 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001381 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1382 },
1383 &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`
1384 &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`
1385 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
1386 },
1387 ],
1388 &quot;interests&quot;: [ # The person&#x27;s interests.
1389 { # One of the person&#x27;s interests.
1390 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001391 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001392 &quot;source&quot;: { # The source of a field. # The source of the field.
1393 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1394 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1395 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1396 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1397 &quot;userTypes&quot;: [ # Output only. The user types.
1398 &quot;A String&quot;,
1399 ],
1400 },
1401 &quot;type&quot;: &quot;A String&quot;, # The source type.
1402 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1403 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001404 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001405 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1406 },
1407 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
1408 },
1409 ],
1410 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
1411 { # A person&#x27;s locale preference.
1412 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001413 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001414 &quot;source&quot;: { # The source of a field. # The source of the field.
1415 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1416 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1417 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1418 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1419 &quot;userTypes&quot;: [ # Output only. The user types.
1420 &quot;A String&quot;,
1421 ],
1422 },
1423 &quot;type&quot;: &quot;A String&quot;, # The source type.
1424 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1425 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001426 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001427 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1428 },
1429 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
1430 },
1431 ],
1432 &quot;locations&quot;: [ # The person&#x27;s locations.
1433 { # A person&#x27;s location.
1434 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
1435 &quot;current&quot;: True or False, # Whether the location is the current location.
1436 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
1437 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
1438 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
1439 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001440 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001441 &quot;source&quot;: { # The source of a field. # The source of the field.
1442 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1443 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1444 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1445 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1446 &quot;userTypes&quot;: [ # Output only. The user types.
1447 &quot;A String&quot;,
1448 ],
1449 },
1450 &quot;type&quot;: &quot;A String&quot;, # The source type.
1451 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1452 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001453 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001454 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1455 },
1456 &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`
1457 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
1458 },
1459 ],
1460 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
1461 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
1462 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
1463 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
1464 &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.
1465 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07001466 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
1467 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001468 },
1469 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001470 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001471 &quot;source&quot;: { # The source of a field. # The source of the field.
1472 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1473 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1474 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1475 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1476 &quot;userTypes&quot;: [ # Output only. The user types.
1477 &quot;A String&quot;,
1478 ],
1479 },
1480 &quot;type&quot;: &quot;A String&quot;, # The source type.
1481 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1482 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001483 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001484 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1485 },
1486 },
1487 ],
1488 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07001489 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001490 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
1491 &quot;A String&quot;,
1492 ],
1493 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07001494 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001495 &quot;A String&quot;,
1496 ],
1497 &quot;sources&quot;: [ # The sources of data for the person.
1498 { # The source of a field.
1499 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1500 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1501 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1502 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1503 &quot;userTypes&quot;: [ # Output only. The user types.
1504 &quot;A String&quot;,
1505 ],
1506 },
1507 &quot;type&quot;: &quot;A String&quot;, # The source type.
1508 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1509 },
1510 ],
1511 },
1512 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
1513 { # A person&#x27;s miscellaneous keyword.
1514 &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.
1515 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001516 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001517 &quot;source&quot;: { # The source of a field. # The source of the field.
1518 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1519 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1520 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1521 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1522 &quot;userTypes&quot;: [ # Output only. The user types.
1523 &quot;A String&quot;,
1524 ],
1525 },
1526 &quot;type&quot;: &quot;A String&quot;, # The source type.
1527 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1528 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001529 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001530 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1531 },
1532 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
1533 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
1534 },
1535 ],
1536 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
1537 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
1538 &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.
1539 &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.
1540 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
1541 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
1542 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
1543 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
1544 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001545 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001546 &quot;source&quot;: { # The source of a field. # The source of the field.
1547 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1548 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1549 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1550 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1551 &quot;userTypes&quot;: [ # Output only. The user types.
1552 &quot;A String&quot;,
1553 ],
1554 },
1555 &quot;type&quot;: &quot;A String&quot;, # The source type.
1556 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1557 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001558 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001559 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1560 },
1561 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
1562 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
1563 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
1564 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
1565 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
1566 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
1567 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
1568 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
1569 },
1570 ],
1571 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
1572 { # A person&#x27;s nickname.
1573 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001574 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001575 &quot;source&quot;: { # The source of a field. # The source of the field.
1576 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1577 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1578 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1579 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1580 &quot;userTypes&quot;: [ # Output only. The user types.
1581 &quot;A String&quot;,
1582 ],
1583 },
1584 &quot;type&quot;: &quot;A String&quot;, # The source type.
1585 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1586 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001587 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001588 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1589 },
1590 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
1591 &quot;value&quot;: &quot;A String&quot;, # The nickname.
1592 },
1593 ],
1594 &quot;occupations&quot;: [ # The person&#x27;s occupations.
1595 { # A person&#x27;s occupation.
1596 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001597 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001598 &quot;source&quot;: { # The source of a field. # The source of the field.
1599 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1600 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1601 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1602 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1603 &quot;userTypes&quot;: [ # Output only. The user types.
1604 &quot;A String&quot;,
1605 ],
1606 },
1607 &quot;type&quot;: &quot;A String&quot;, # The source type.
1608 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1609 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001610 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001611 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1612 },
1613 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
1614 },
1615 ],
1616 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
1617 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07001618 &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001619 &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.
1620 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
1621 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
1622 &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.
1623 &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.
1624 &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.
1625 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1626 },
1627 &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.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07001628 &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001629 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
1630 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
1631 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001632 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001633 &quot;source&quot;: { # The source of a field. # The source of the field.
1634 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1635 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1636 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1637 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1638 &quot;userTypes&quot;: [ # Output only. The user types.
1639 &quot;A String&quot;,
1640 ],
1641 },
1642 &quot;type&quot;: &quot;A String&quot;, # The source type.
1643 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1644 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001645 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001646 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1647 },
1648 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
1649 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
1650 &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.
1651 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
1652 &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.
1653 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1654 },
1655 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
1656 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
1657 &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`
1658 },
1659 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07001660 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001661 { # A person&#x27;s phone number.
1662 &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.
1663 &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.
1664 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001665 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001666 &quot;source&quot;: { # The source of a field. # The source of the field.
1667 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1668 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1669 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1670 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1671 &quot;userTypes&quot;: [ # Output only. The user types.
1672 &quot;A String&quot;,
1673 ],
1674 },
1675 &quot;type&quot;: &quot;A String&quot;, # The source type.
1676 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1677 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001678 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001679 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1680 },
1681 &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`
1682 &quot;value&quot;: &quot;A String&quot;, # The phone number.
1683 },
1684 ],
1685 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
1686 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
1687 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
1688 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001689 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001690 &quot;source&quot;: { # The source of a field. # The source of the field.
1691 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1692 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1693 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1694 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1695 &quot;userTypes&quot;: [ # Output only. The user types.
1696 &quot;A String&quot;,
1697 ],
1698 },
1699 &quot;type&quot;: &quot;A String&quot;, # The source type.
1700 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1701 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001702 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001703 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1704 },
1705 &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
1706 },
1707 ],
1708 &quot;relations&quot;: [ # The person&#x27;s relations.
1709 { # A person&#x27;s relation to another person.
1710 &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.
1711 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001712 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001713 &quot;source&quot;: { # The source of a field. # The source of the field.
1714 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1715 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1716 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1717 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1718 &quot;userTypes&quot;: [ # Output only. The user types.
1719 &quot;A String&quot;,
1720 ],
1721 },
1722 &quot;type&quot;: &quot;A String&quot;, # The source type.
1723 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1724 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001725 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001726 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1727 },
1728 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
1729 &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`
1730 },
1731 ],
1732 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
1733 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
1734 &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.
1735 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001736 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001737 &quot;source&quot;: { # The source of a field. # The source of the field.
1738 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1739 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1740 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1741 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1742 &quot;userTypes&quot;: [ # Output only. The user types.
1743 &quot;A String&quot;,
1744 ],
1745 },
1746 &quot;type&quot;: &quot;A String&quot;, # The source type.
1747 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1748 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001749 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001750 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1751 },
1752 &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`
1753 },
1754 ],
1755 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
1756 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
1757 &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.
1758 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001759 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001760 &quot;source&quot;: { # The source of a field. # The source of the field.
1761 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1762 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1763 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1764 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1765 &quot;userTypes&quot;: [ # Output only. The user types.
1766 &quot;A String&quot;,
1767 ],
1768 },
1769 &quot;type&quot;: &quot;A String&quot;, # The source type.
1770 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1771 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001772 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001773 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1774 },
1775 &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`
1776 },
1777 ],
1778 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
1779 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
1780 &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.
1781 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001782 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001783 &quot;source&quot;: { # The source of a field. # The source of the field.
1784 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1785 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1786 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1787 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1788 &quot;userTypes&quot;: [ # Output only. The user types.
1789 &quot;A String&quot;,
1790 ],
1791 },
1792 &quot;type&quot;: &quot;A String&quot;, # The source type.
1793 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1794 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001795 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001796 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1797 },
1798 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
1799 },
1800 ],
1801 &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}`.
1802 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
1803 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
1804 &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.
1805 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001806 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001807 &quot;source&quot;: { # The source of a field. # The source of the field.
1808 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1809 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1810 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1811 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1812 &quot;userTypes&quot;: [ # Output only. The user types.
1813 &quot;A String&quot;,
1814 ],
1815 },
1816 &quot;type&quot;: &quot;A String&quot;, # The source type.
1817 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1818 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001819 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001820 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1821 },
1822 &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`
1823 &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.
1824 },
1825 ],
1826 &quot;skills&quot;: [ # The person&#x27;s skills.
1827 { # A skill that the person has.
1828 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001829 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001830 &quot;source&quot;: { # The source of a field. # The source of the field.
1831 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1832 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1833 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1834 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1835 &quot;userTypes&quot;: [ # Output only. The user types.
1836 &quot;A String&quot;,
1837 ],
1838 },
1839 &quot;type&quot;: &quot;A String&quot;, # The source type.
1840 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1841 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001842 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001843 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1844 },
1845 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
1846 },
1847 ],
1848 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
1849 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
1850 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001851 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001852 &quot;source&quot;: { # The source of a field. # The source of the field.
1853 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1854 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1855 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1856 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1857 &quot;userTypes&quot;: [ # Output only. The user types.
1858 &quot;A String&quot;,
1859 ],
1860 },
1861 &quot;type&quot;: &quot;A String&quot;, # The source type.
1862 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1863 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001864 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001865 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1866 },
1867 &quot;value&quot;: &quot;A String&quot;, # The tagline.
1868 },
1869 ],
1870 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
1871 { # A person&#x27;s associated URLs.
1872 &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.
1873 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001874 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001875 &quot;source&quot;: { # The source of a field. # The source of the field.
1876 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1877 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1878 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1879 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1880 &quot;userTypes&quot;: [ # Output only. The user types.
1881 &quot;A String&quot;,
1882 ],
1883 },
1884 &quot;type&quot;: &quot;A String&quot;, # The source type.
1885 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1886 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001887 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001888 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1889 },
1890 &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`
1891 &quot;value&quot;: &quot;A String&quot;, # The URL.
1892 },
1893 ],
1894 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
1895 { # Arbitrary user data that is populated by the end users.
1896 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
1897 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001898 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001899 &quot;source&quot;: { # The source of a field. # The source of the field.
1900 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1901 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1902 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1903 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1904 &quot;userTypes&quot;: [ # Output only. The user types.
1905 &quot;A String&quot;,
1906 ],
1907 },
1908 &quot;type&quot;: &quot;A String&quot;, # The source type.
1909 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1910 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001911 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001912 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1913 },
1914 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
1915 },
1916 ],
1917 },
1918 &quot;requestedResourceName&quot;: &quot;A String&quot;, # The original requested resource name. May be different than the resource name on the returned person. The resource name can change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or a profile URL.
1919 &quot;status&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The status of the response.
1920 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
1921 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
1922 {
1923 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
1924 },
1925 ],
1926 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
1927 },
1928 },
1929 ],
1930}</pre>
1931</div>
1932
1933<div class="method">
1934 <code class="details" id="batchDeleteContacts">batchDeleteContacts(body=None, x__xgafv=None)</code>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -04001935 <pre>Delete a batch of contacts. Any non-contact data will not be deleted. Limited to 10 parallel requests per user.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001936
1937Args:
1938 body: object, The request body.
1939 The object takes the form of:
1940
1941{ # A request to delete a batch of existing contacts.
1942 &quot;resourceNames&quot;: [ # Required. The resource names of the contact to delete. It&#x27;s repeatable. Allows up to 500 resource names in a single request.
1943 &quot;A String&quot;,
1944 ],
1945}
1946
1947 x__xgafv: string, V1 error format.
1948 Allowed values
1949 1 - v1 error format
1950 2 - v2 error format
1951
1952Returns:
1953 An object of the form:
1954
1955 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
1956}</pre>
1957</div>
1958
1959<div class="method">
1960 <code class="details" id="batchUpdateContacts">batchUpdateContacts(body=None, x__xgafv=None)</code>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -04001961 <pre>Update a batch of contacts and return a map of resource names to PersonResponses for the updated contacts. Limited to 10 parallel requests per user.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001962
1963Args:
1964 body: object, The request body.
1965 The object takes the form of:
1966
1967{ # A request to update a batch of contacts.
1968 &quot;contacts&quot;: { # Required. A map of resource names to the person data to be updated. Allows up to 200 contacts in a single request.
1969 &quot;a_key&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
1970 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1971 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1972 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1973 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1974 &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.
1975 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1976 &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.
1977 &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.
1978 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07001979 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001980 &quot;source&quot;: { # The source of a field. # The source of the field.
1981 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1982 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1983 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1984 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1985 &quot;userTypes&quot;: [ # Output only. The user types.
1986 &quot;A String&quot;,
1987 ],
1988 },
1989 &quot;type&quot;: &quot;A String&quot;, # The source type.
1990 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1991 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07001992 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001993 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1994 },
1995 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1996 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1997 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1998 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1999 &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`
2000 },
2001 ],
2002 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
2003 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
2004 { # A person&#x27;s age range.
2005 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
2006 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002007 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002008 &quot;source&quot;: { # The source of a field. # The source of the field.
2009 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2010 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2011 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2012 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2013 &quot;userTypes&quot;: [ # Output only. The user types.
2014 &quot;A String&quot;,
2015 ],
2016 },
2017 &quot;type&quot;: &quot;A String&quot;, # The source type.
2018 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2019 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002020 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002021 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2022 },
2023 },
2024 ],
2025 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
2026 { # A person&#x27;s short biography.
2027 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
2028 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002029 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002030 &quot;source&quot;: { # The source of a field. # The source of the field.
2031 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2032 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2033 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2034 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2035 &quot;userTypes&quot;: [ # Output only. The user types.
2036 &quot;A String&quot;,
2037 ],
2038 },
2039 &quot;type&quot;: &quot;A String&quot;, # The source type.
2040 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2041 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002042 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002043 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2044 },
2045 &quot;value&quot;: &quot;A String&quot;, # The short biography.
2046 },
2047 ],
2048 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
2049 { # 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.
2050 &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.
2051 &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.
2052 &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.
2053 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2054 },
2055 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002056 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002057 &quot;source&quot;: { # The source of a field. # The source of the field.
2058 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2059 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2060 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2061 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2062 &quot;userTypes&quot;: [ # Output only. The user types.
2063 &quot;A String&quot;,
2064 ],
2065 },
2066 &quot;type&quot;: &quot;A String&quot;, # The source type.
2067 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2068 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002069 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002070 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2071 },
2072 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
2073 },
2074 ],
2075 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2076 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2077 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002078 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002079 &quot;source&quot;: { # The source of a field. # The source of the field.
2080 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2081 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2082 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2083 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2084 &quot;userTypes&quot;: [ # Output only. The user types.
2085 &quot;A String&quot;,
2086 ],
2087 },
2088 &quot;type&quot;: &quot;A String&quot;, # The source type.
2089 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2090 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002091 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002092 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2093 },
2094 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
2095 },
2096 ],
2097 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
2098 { # A person&#x27;s calendar URL.
2099 &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.
2100 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002101 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002102 &quot;source&quot;: { # The source of a field. # The source of the field.
2103 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2104 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2105 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2106 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2107 &quot;userTypes&quot;: [ # Output only. The user types.
2108 &quot;A String&quot;,
2109 ],
2110 },
2111 &quot;type&quot;: &quot;A String&quot;, # The source type.
2112 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2113 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002114 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002115 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2116 },
2117 &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`
2118 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
2119 },
2120 ],
2121 &quot;clientData&quot;: [ # The person&#x27;s client data.
2122 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
2123 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
2124 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002125 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002126 &quot;source&quot;: { # The source of a field. # The source of the field.
2127 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2128 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2129 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2130 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2131 &quot;userTypes&quot;: [ # Output only. The user types.
2132 &quot;A String&quot;,
2133 ],
2134 },
2135 &quot;type&quot;: &quot;A String&quot;, # The source type.
2136 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2137 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002138 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002139 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2140 },
2141 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
2142 },
2143 ],
2144 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
2145 { # 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.
2146 &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.
2147 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002148 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002149 &quot;source&quot;: { # The source of a field. # The source of the field.
2150 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2151 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2152 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2153 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2154 &quot;userTypes&quot;: [ # Output only. The user types.
2155 &quot;A String&quot;,
2156 ],
2157 },
2158 &quot;type&quot;: &quot;A String&quot;, # The source type.
2159 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2160 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002161 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002162 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2163 },
2164 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
2165 },
2166 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07002167 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002168 { # A person&#x27;s email address.
2169 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
2170 &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.
2171 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002172 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002173 &quot;source&quot;: { # The source of a field. # The source of the field.
2174 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2175 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2176 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2177 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2178 &quot;userTypes&quot;: [ # Output only. The user types.
2179 &quot;A String&quot;,
2180 ],
2181 },
2182 &quot;type&quot;: &quot;A String&quot;, # The source type.
2183 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2184 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002185 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002186 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2187 },
2188 &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`
2189 &quot;value&quot;: &quot;A String&quot;, # The email address.
2190 },
2191 ],
2192 &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.
2193 &quot;events&quot;: [ # The person&#x27;s events.
2194 { # An event related to the person.
2195 &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.
2196 &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.
2197 &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.
2198 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2199 },
2200 &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.
2201 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002202 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002203 &quot;source&quot;: { # The source of a field. # The source of the field.
2204 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2205 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2206 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2207 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2208 &quot;userTypes&quot;: [ # Output only. The user types.
2209 &quot;A String&quot;,
2210 ],
2211 },
2212 &quot;type&quot;: &quot;A String&quot;, # The source type.
2213 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2214 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002215 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002216 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2217 },
2218 &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`
2219 },
2220 ],
2221 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
2222 { # An identifier from an external entity related to the person.
2223 &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.
2224 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002225 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002226 &quot;source&quot;: { # The source of a field. # The source of the field.
2227 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2228 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2229 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2230 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2231 &quot;userTypes&quot;: [ # Output only. The user types.
2232 &quot;A String&quot;,
2233 ],
2234 },
2235 &quot;type&quot;: &quot;A String&quot;, # The source type.
2236 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2237 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002238 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002239 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2240 },
2241 &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`
2242 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
2243 },
2244 ],
2245 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
2246 { # The name that should be used to sort the person in a list.
2247 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002248 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002249 &quot;source&quot;: { # The source of a field. # The source of the field.
2250 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2251 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2252 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2253 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2254 &quot;userTypes&quot;: [ # Output only. The user types.
2255 &quot;A String&quot;,
2256 ],
2257 },
2258 &quot;type&quot;: &quot;A String&quot;, # The source type.
2259 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2260 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002261 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002262 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2263 },
2264 &quot;value&quot;: &quot;A String&quot;, # The file-as value
2265 },
2266 ],
2267 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
2268 { # A person&#x27;s gender.
2269 &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`
2270 &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.
2271 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002272 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002273 &quot;source&quot;: { # The source of a field. # The source of the field.
2274 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2275 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2276 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2277 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2278 &quot;userTypes&quot;: [ # Output only. The user types.
2279 &quot;A String&quot;,
2280 ],
2281 },
2282 &quot;type&quot;: &quot;A String&quot;, # The source type.
2283 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2284 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002285 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002286 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2287 },
2288 &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`
2289 },
2290 ],
2291 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
2292 { # A person&#x27;s instant messaging client.
2293 &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.
2294 &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.
2295 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002296 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002297 &quot;source&quot;: { # The source of a field. # The source of the field.
2298 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2299 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2300 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2301 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2302 &quot;userTypes&quot;: [ # Output only. The user types.
2303 &quot;A String&quot;,
2304 ],
2305 },
2306 &quot;type&quot;: &quot;A String&quot;, # The source type.
2307 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2308 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002309 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002310 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2311 },
2312 &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`
2313 &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`
2314 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
2315 },
2316 ],
2317 &quot;interests&quot;: [ # The person&#x27;s interests.
2318 { # One of the person&#x27;s interests.
2319 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002320 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002321 &quot;source&quot;: { # The source of a field. # The source of the field.
2322 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2323 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2324 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2325 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2326 &quot;userTypes&quot;: [ # Output only. The user types.
2327 &quot;A String&quot;,
2328 ],
2329 },
2330 &quot;type&quot;: &quot;A String&quot;, # The source type.
2331 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2332 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002333 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002334 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2335 },
2336 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
2337 },
2338 ],
2339 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
2340 { # A person&#x27;s locale preference.
2341 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002342 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002343 &quot;source&quot;: { # The source of a field. # The source of the field.
2344 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2345 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2346 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2347 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2348 &quot;userTypes&quot;: [ # Output only. The user types.
2349 &quot;A String&quot;,
2350 ],
2351 },
2352 &quot;type&quot;: &quot;A String&quot;, # The source type.
2353 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2354 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002355 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002356 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2357 },
2358 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
2359 },
2360 ],
2361 &quot;locations&quot;: [ # The person&#x27;s locations.
2362 { # A person&#x27;s location.
2363 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
2364 &quot;current&quot;: True or False, # Whether the location is the current location.
2365 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
2366 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
2367 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
2368 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002369 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002370 &quot;source&quot;: { # The source of a field. # The source of the field.
2371 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2372 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2373 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2374 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2375 &quot;userTypes&quot;: [ # Output only. The user types.
2376 &quot;A String&quot;,
2377 ],
2378 },
2379 &quot;type&quot;: &quot;A String&quot;, # The source type.
2380 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2381 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002382 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002383 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2384 },
2385 &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`
2386 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
2387 },
2388 ],
2389 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
2390 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
2391 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
2392 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
2393 &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.
2394 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07002395 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
2396 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002397 },
2398 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002399 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002400 &quot;source&quot;: { # The source of a field. # The source of the field.
2401 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2402 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2403 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2404 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2405 &quot;userTypes&quot;: [ # Output only. The user types.
2406 &quot;A String&quot;,
2407 ],
2408 },
2409 &quot;type&quot;: &quot;A String&quot;, # The source type.
2410 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2411 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002412 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002413 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2414 },
2415 },
2416 ],
2417 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07002418 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002419 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
2420 &quot;A String&quot;,
2421 ],
2422 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07002423 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002424 &quot;A String&quot;,
2425 ],
2426 &quot;sources&quot;: [ # The sources of data for the person.
2427 { # The source of a field.
2428 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2429 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2430 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2431 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2432 &quot;userTypes&quot;: [ # Output only. The user types.
2433 &quot;A String&quot;,
2434 ],
2435 },
2436 &quot;type&quot;: &quot;A String&quot;, # The source type.
2437 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2438 },
2439 ],
2440 },
2441 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
2442 { # A person&#x27;s miscellaneous keyword.
2443 &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.
2444 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002445 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002446 &quot;source&quot;: { # The source of a field. # The source of the field.
2447 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2448 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2449 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2450 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2451 &quot;userTypes&quot;: [ # Output only. The user types.
2452 &quot;A String&quot;,
2453 ],
2454 },
2455 &quot;type&quot;: &quot;A String&quot;, # The source type.
2456 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2457 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002458 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002459 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2460 },
2461 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
2462 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
2463 },
2464 ],
2465 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
2466 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
2467 &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.
2468 &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.
2469 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
2470 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
2471 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
2472 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
2473 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002474 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002475 &quot;source&quot;: { # The source of a field. # The source of the field.
2476 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2477 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2478 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2479 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2480 &quot;userTypes&quot;: [ # Output only. The user types.
2481 &quot;A String&quot;,
2482 ],
2483 },
2484 &quot;type&quot;: &quot;A String&quot;, # The source type.
2485 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2486 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002487 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002488 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2489 },
2490 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
2491 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
2492 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
2493 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
2494 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
2495 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
2496 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
2497 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
2498 },
2499 ],
2500 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
2501 { # A person&#x27;s nickname.
2502 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002503 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002504 &quot;source&quot;: { # The source of a field. # The source of the field.
2505 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2506 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2507 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2508 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2509 &quot;userTypes&quot;: [ # Output only. The user types.
2510 &quot;A String&quot;,
2511 ],
2512 },
2513 &quot;type&quot;: &quot;A String&quot;, # The source type.
2514 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2515 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002516 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002517 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2518 },
2519 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
2520 &quot;value&quot;: &quot;A String&quot;, # The nickname.
2521 },
2522 ],
2523 &quot;occupations&quot;: [ # The person&#x27;s occupations.
2524 { # A person&#x27;s occupation.
2525 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002526 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002527 &quot;source&quot;: { # The source of a field. # The source of the field.
2528 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2529 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2530 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2531 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2532 &quot;userTypes&quot;: [ # Output only. The user types.
2533 &quot;A String&quot;,
2534 ],
2535 },
2536 &quot;type&quot;: &quot;A String&quot;, # The source type.
2537 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2538 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002539 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002540 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2541 },
2542 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
2543 },
2544 ],
2545 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
2546 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07002547 &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002548 &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.
2549 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
2550 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
2551 &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.
2552 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
2553 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
2554 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2555 },
2556 &quot;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.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07002557 &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002558 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
2559 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
2560 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002561 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002562 &quot;source&quot;: { # The source of a field. # The source of the field.
2563 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2564 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2565 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2566 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2567 &quot;userTypes&quot;: [ # Output only. The user types.
2568 &quot;A String&quot;,
2569 ],
2570 },
2571 &quot;type&quot;: &quot;A String&quot;, # The source type.
2572 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2573 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002574 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002575 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2576 },
2577 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
2578 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
2579 &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.
2580 &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.
2581 &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.
2582 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2583 },
2584 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
2585 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
2586 &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`
2587 },
2588 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07002589 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002590 { # A person&#x27;s phone number.
2591 &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.
2592 &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.
2593 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002594 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002595 &quot;source&quot;: { # The source of a field. # The source of the field.
2596 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2597 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2598 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2599 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2600 &quot;userTypes&quot;: [ # Output only. The user types.
2601 &quot;A String&quot;,
2602 ],
2603 },
2604 &quot;type&quot;: &quot;A String&quot;, # The source type.
2605 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2606 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002607 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002608 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2609 },
2610 &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`
2611 &quot;value&quot;: &quot;A String&quot;, # The phone number.
2612 },
2613 ],
2614 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
2615 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
2616 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
2617 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002618 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002619 &quot;source&quot;: { # The source of a field. # The source of the field.
2620 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2621 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2622 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2623 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2624 &quot;userTypes&quot;: [ # Output only. The user types.
2625 &quot;A String&quot;,
2626 ],
2627 },
2628 &quot;type&quot;: &quot;A String&quot;, # The source type.
2629 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2630 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002631 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002632 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2633 },
2634 &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
2635 },
2636 ],
2637 &quot;relations&quot;: [ # The person&#x27;s relations.
2638 { # A person&#x27;s relation to another person.
2639 &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.
2640 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002641 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002642 &quot;source&quot;: { # The source of a field. # The source of the field.
2643 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2644 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2645 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2646 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2647 &quot;userTypes&quot;: [ # Output only. The user types.
2648 &quot;A String&quot;,
2649 ],
2650 },
2651 &quot;type&quot;: &quot;A String&quot;, # The source type.
2652 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2653 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002654 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002655 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2656 },
2657 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
2658 &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`
2659 },
2660 ],
2661 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
2662 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
2663 &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.
2664 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002665 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002666 &quot;source&quot;: { # The source of a field. # The source of the field.
2667 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2668 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2669 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2670 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2671 &quot;userTypes&quot;: [ # Output only. The user types.
2672 &quot;A String&quot;,
2673 ],
2674 },
2675 &quot;type&quot;: &quot;A String&quot;, # The source type.
2676 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2677 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002678 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002679 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2680 },
2681 &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`
2682 },
2683 ],
2684 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
2685 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
2686 &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.
2687 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002688 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002689 &quot;source&quot;: { # The source of a field. # The source of the field.
2690 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2691 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2692 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2693 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2694 &quot;userTypes&quot;: [ # Output only. The user types.
2695 &quot;A String&quot;,
2696 ],
2697 },
2698 &quot;type&quot;: &quot;A String&quot;, # The source type.
2699 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2700 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002701 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002702 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2703 },
2704 &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`
2705 },
2706 ],
2707 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
2708 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
2709 &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.
2710 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002711 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002712 &quot;source&quot;: { # The source of a field. # The source of the field.
2713 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2714 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2715 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2716 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2717 &quot;userTypes&quot;: [ # Output only. The user types.
2718 &quot;A String&quot;,
2719 ],
2720 },
2721 &quot;type&quot;: &quot;A String&quot;, # The source type.
2722 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2723 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002724 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002725 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2726 },
2727 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
2728 },
2729 ],
2730 &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}`.
2731 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
2732 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
2733 &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.
2734 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002735 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002736 &quot;source&quot;: { # The source of a field. # The source of the field.
2737 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2738 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2739 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2740 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2741 &quot;userTypes&quot;: [ # Output only. The user types.
2742 &quot;A String&quot;,
2743 ],
2744 },
2745 &quot;type&quot;: &quot;A String&quot;, # The source type.
2746 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2747 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002748 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002749 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2750 },
2751 &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`
2752 &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.
2753 },
2754 ],
2755 &quot;skills&quot;: [ # The person&#x27;s skills.
2756 { # A skill that the person has.
2757 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002758 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002759 &quot;source&quot;: { # The source of a field. # The source of the field.
2760 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2761 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2762 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2763 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2764 &quot;userTypes&quot;: [ # Output only. The user types.
2765 &quot;A String&quot;,
2766 ],
2767 },
2768 &quot;type&quot;: &quot;A String&quot;, # The source type.
2769 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2770 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002771 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002772 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2773 },
2774 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
2775 },
2776 ],
2777 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
2778 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
2779 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002780 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002781 &quot;source&quot;: { # The source of a field. # The source of the field.
2782 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2783 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2784 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2785 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2786 &quot;userTypes&quot;: [ # Output only. The user types.
2787 &quot;A String&quot;,
2788 ],
2789 },
2790 &quot;type&quot;: &quot;A String&quot;, # The source type.
2791 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2792 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002793 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002794 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2795 },
2796 &quot;value&quot;: &quot;A String&quot;, # The tagline.
2797 },
2798 ],
2799 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
2800 { # A person&#x27;s associated URLs.
2801 &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.
2802 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002803 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002804 &quot;source&quot;: { # The source of a field. # The source of the field.
2805 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2806 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2807 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2808 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2809 &quot;userTypes&quot;: [ # Output only. The user types.
2810 &quot;A String&quot;,
2811 ],
2812 },
2813 &quot;type&quot;: &quot;A String&quot;, # The source type.
2814 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2815 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002816 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002817 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2818 },
2819 &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`
2820 &quot;value&quot;: &quot;A String&quot;, # The URL.
2821 },
2822 ],
2823 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
2824 { # Arbitrary user data that is populated by the end users.
2825 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
2826 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002827 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002828 &quot;source&quot;: { # The source of a field. # The source of the field.
2829 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2830 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2831 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2832 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2833 &quot;userTypes&quot;: [ # Output only. The user types.
2834 &quot;A String&quot;,
2835 ],
2836 },
2837 &quot;type&quot;: &quot;A String&quot;, # The source type.
2838 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2839 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002840 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002841 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2842 },
2843 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
2844 },
2845 ],
2846 },
2847 },
2848 &quot;readMask&quot;: &quot;A String&quot;, # Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. If read mask is left empty, the post-mutate-get is skipped and no data will be returned in the response. 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
2849 &quot;sources&quot;: [ # Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.
2850 &quot;A String&quot;,
2851 ],
2852 &quot;updateMask&quot;: &quot;A String&quot;, # Required. A field mask to restrict which fields on the person are updated. Multiple fields can be specified by separating them with commas. All specified fields will be replaced, or cleared if left empty for each person. Valid values are: * addresses * biographies * birthdays * calendarUrls * clientData * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * relations * sipAddresses * urls * userDefined
2853}
2854
2855 x__xgafv: string, V1 error format.
2856 Allowed values
2857 1 - v1 error format
2858 2 - v2 error format
2859
2860Returns:
2861 An object of the form:
2862
yoshi-code-bot96afc042021-08-24 00:22:31 -07002863 { # If not successful, returns BatchUpdateContactsErrorDetails, a list of errors corresponding to each contact. The response to a request to update a batch of contacts.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002864 &quot;updateResult&quot;: { # A map of resource names to the contacts that were updated, unless the request `read_mask` is empty.
2865 &quot;a_key&quot;: { # The response for a single person
2866 &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
2867 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The person.
2868 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
2869 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
2870 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
2871 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
2872 &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.
2873 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
2874 &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.
2875 &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.
2876 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002877 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002878 &quot;source&quot;: { # The source of a field. # The source of the field.
2879 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2880 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2881 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2882 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2883 &quot;userTypes&quot;: [ # Output only. The user types.
2884 &quot;A String&quot;,
2885 ],
2886 },
2887 &quot;type&quot;: &quot;A String&quot;, # The source type.
2888 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2889 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002890 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002891 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2892 },
2893 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
2894 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
2895 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
2896 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
2897 &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`
2898 },
2899 ],
2900 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
2901 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
2902 { # A person&#x27;s age range.
2903 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
2904 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002905 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002906 &quot;source&quot;: { # The source of a field. # The source of the field.
2907 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2908 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2909 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2910 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2911 &quot;userTypes&quot;: [ # Output only. The user types.
2912 &quot;A String&quot;,
2913 ],
2914 },
2915 &quot;type&quot;: &quot;A String&quot;, # The source type.
2916 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2917 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002918 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002919 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2920 },
2921 },
2922 ],
2923 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
2924 { # A person&#x27;s short biography.
2925 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
2926 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002927 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002928 &quot;source&quot;: { # The source of a field. # The source of the field.
2929 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2930 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2931 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2932 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2933 &quot;userTypes&quot;: [ # Output only. The user types.
2934 &quot;A String&quot;,
2935 ],
2936 },
2937 &quot;type&quot;: &quot;A String&quot;, # The source type.
2938 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2939 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002940 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002941 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2942 },
2943 &quot;value&quot;: &quot;A String&quot;, # The short biography.
2944 },
2945 ],
2946 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
2947 { # 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.
2948 &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.
2949 &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.
2950 &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.
2951 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2952 },
2953 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002954 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002955 &quot;source&quot;: { # The source of a field. # The source of the field.
2956 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2957 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2958 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2959 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2960 &quot;userTypes&quot;: [ # Output only. The user types.
2961 &quot;A String&quot;,
2962 ],
2963 },
2964 &quot;type&quot;: &quot;A String&quot;, # The source type.
2965 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2966 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002967 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002968 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2969 },
2970 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
2971 },
2972 ],
2973 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2974 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2975 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002976 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002977 &quot;source&quot;: { # The source of a field. # The source of the field.
2978 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2979 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2980 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2981 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2982 &quot;userTypes&quot;: [ # Output only. The user types.
2983 &quot;A String&quot;,
2984 ],
2985 },
2986 &quot;type&quot;: &quot;A String&quot;, # The source type.
2987 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2988 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07002989 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07002990 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2991 },
2992 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
2993 },
2994 ],
2995 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
2996 { # A person&#x27;s calendar URL.
2997 &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.
2998 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07002999 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003000 &quot;source&quot;: { # The source of a field. # The source of the field.
3001 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3002 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3003 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3004 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3005 &quot;userTypes&quot;: [ # Output only. The user types.
3006 &quot;A String&quot;,
3007 ],
3008 },
3009 &quot;type&quot;: &quot;A String&quot;, # The source type.
3010 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3011 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003012 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003013 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3014 },
3015 &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`
3016 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
3017 },
3018 ],
3019 &quot;clientData&quot;: [ # The person&#x27;s client data.
3020 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
3021 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
3022 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003023 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003024 &quot;source&quot;: { # The source of a field. # The source of the field.
3025 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3026 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3027 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3028 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3029 &quot;userTypes&quot;: [ # Output only. The user types.
3030 &quot;A String&quot;,
3031 ],
3032 },
3033 &quot;type&quot;: &quot;A String&quot;, # The source type.
3034 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3035 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003036 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003037 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3038 },
3039 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
3040 },
3041 ],
3042 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
3043 { # 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.
3044 &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.
3045 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003046 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003047 &quot;source&quot;: { # The source of a field. # The source of the field.
3048 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3049 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3050 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3051 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3052 &quot;userTypes&quot;: [ # Output only. The user types.
3053 &quot;A String&quot;,
3054 ],
3055 },
3056 &quot;type&quot;: &quot;A String&quot;, # The source type.
3057 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3058 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003059 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003060 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3061 },
3062 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
3063 },
3064 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07003065 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003066 { # A person&#x27;s email address.
3067 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
3068 &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.
3069 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003070 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003071 &quot;source&quot;: { # The source of a field. # The source of the field.
3072 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3073 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3074 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3075 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3076 &quot;userTypes&quot;: [ # Output only. The user types.
3077 &quot;A String&quot;,
3078 ],
3079 },
3080 &quot;type&quot;: &quot;A String&quot;, # The source type.
3081 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3082 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003083 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003084 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3085 },
3086 &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`
3087 &quot;value&quot;: &quot;A String&quot;, # The email address.
3088 },
3089 ],
3090 &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.
3091 &quot;events&quot;: [ # The person&#x27;s events.
3092 { # An event related to the person.
3093 &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.
3094 &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.
3095 &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.
3096 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3097 },
3098 &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.
3099 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003100 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003101 &quot;source&quot;: { # The source of a field. # The source of the field.
3102 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3103 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3104 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3105 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3106 &quot;userTypes&quot;: [ # Output only. The user types.
3107 &quot;A String&quot;,
3108 ],
3109 },
3110 &quot;type&quot;: &quot;A String&quot;, # The source type.
3111 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3112 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003113 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003114 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3115 },
3116 &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`
3117 },
3118 ],
3119 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
3120 { # An identifier from an external entity related to the person.
3121 &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.
3122 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003123 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003124 &quot;source&quot;: { # The source of a field. # The source of the field.
3125 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3126 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3127 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3128 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3129 &quot;userTypes&quot;: [ # Output only. The user types.
3130 &quot;A String&quot;,
3131 ],
3132 },
3133 &quot;type&quot;: &quot;A String&quot;, # The source type.
3134 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3135 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003136 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003137 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3138 },
3139 &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`
3140 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
3141 },
3142 ],
3143 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
3144 { # The name that should be used to sort the person in a list.
3145 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003146 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003147 &quot;source&quot;: { # The source of a field. # The source of the field.
3148 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3149 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3150 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3151 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3152 &quot;userTypes&quot;: [ # Output only. The user types.
3153 &quot;A String&quot;,
3154 ],
3155 },
3156 &quot;type&quot;: &quot;A String&quot;, # The source type.
3157 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3158 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003159 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003160 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3161 },
3162 &quot;value&quot;: &quot;A String&quot;, # The file-as value
3163 },
3164 ],
3165 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
3166 { # A person&#x27;s gender.
3167 &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`
3168 &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.
3169 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003170 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003171 &quot;source&quot;: { # The source of a field. # The source of the field.
3172 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3173 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3174 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3175 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3176 &quot;userTypes&quot;: [ # Output only. The user types.
3177 &quot;A String&quot;,
3178 ],
3179 },
3180 &quot;type&quot;: &quot;A String&quot;, # The source type.
3181 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3182 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003183 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003184 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3185 },
3186 &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`
3187 },
3188 ],
3189 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
3190 { # A person&#x27;s instant messaging client.
3191 &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.
3192 &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.
3193 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003194 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003195 &quot;source&quot;: { # The source of a field. # The source of the field.
3196 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3197 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3198 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3199 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3200 &quot;userTypes&quot;: [ # Output only. The user types.
3201 &quot;A String&quot;,
3202 ],
3203 },
3204 &quot;type&quot;: &quot;A String&quot;, # The source type.
3205 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3206 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003207 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003208 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3209 },
3210 &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`
3211 &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`
3212 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
3213 },
3214 ],
3215 &quot;interests&quot;: [ # The person&#x27;s interests.
3216 { # One of the person&#x27;s interests.
3217 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003218 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003219 &quot;source&quot;: { # The source of a field. # The source of the field.
3220 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3221 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3222 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3223 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3224 &quot;userTypes&quot;: [ # Output only. The user types.
3225 &quot;A String&quot;,
3226 ],
3227 },
3228 &quot;type&quot;: &quot;A String&quot;, # The source type.
3229 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3230 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003231 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003232 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3233 },
3234 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
3235 },
3236 ],
3237 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
3238 { # A person&#x27;s locale preference.
3239 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003240 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003241 &quot;source&quot;: { # The source of a field. # The source of the field.
3242 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3243 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3244 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3245 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3246 &quot;userTypes&quot;: [ # Output only. The user types.
3247 &quot;A String&quot;,
3248 ],
3249 },
3250 &quot;type&quot;: &quot;A String&quot;, # The source type.
3251 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3252 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003253 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003254 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3255 },
3256 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
3257 },
3258 ],
3259 &quot;locations&quot;: [ # The person&#x27;s locations.
3260 { # A person&#x27;s location.
3261 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
3262 &quot;current&quot;: True or False, # Whether the location is the current location.
3263 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
3264 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
3265 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
3266 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003267 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003268 &quot;source&quot;: { # The source of a field. # The source of the field.
3269 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3270 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3271 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3272 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3273 &quot;userTypes&quot;: [ # Output only. The user types.
3274 &quot;A String&quot;,
3275 ],
3276 },
3277 &quot;type&quot;: &quot;A String&quot;, # The source type.
3278 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3279 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003280 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003281 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3282 },
3283 &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`
3284 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
3285 },
3286 ],
3287 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
3288 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
3289 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
3290 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
3291 &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.
3292 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07003293 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
3294 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003295 },
3296 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003297 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003298 &quot;source&quot;: { # The source of a field. # The source of the field.
3299 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3300 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3301 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3302 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3303 &quot;userTypes&quot;: [ # Output only. The user types.
3304 &quot;A String&quot;,
3305 ],
3306 },
3307 &quot;type&quot;: &quot;A String&quot;, # The source type.
3308 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3309 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003310 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003311 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3312 },
3313 },
3314 ],
3315 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07003316 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003317 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
3318 &quot;A String&quot;,
3319 ],
3320 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07003321 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003322 &quot;A String&quot;,
3323 ],
3324 &quot;sources&quot;: [ # The sources of data for the person.
3325 { # The source of a field.
3326 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3327 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3328 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3329 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3330 &quot;userTypes&quot;: [ # Output only. The user types.
3331 &quot;A String&quot;,
3332 ],
3333 },
3334 &quot;type&quot;: &quot;A String&quot;, # The source type.
3335 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3336 },
3337 ],
3338 },
3339 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
3340 { # A person&#x27;s miscellaneous keyword.
3341 &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.
3342 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003343 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003344 &quot;source&quot;: { # The source of a field. # The source of the field.
3345 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3346 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3347 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3348 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3349 &quot;userTypes&quot;: [ # Output only. The user types.
3350 &quot;A String&quot;,
3351 ],
3352 },
3353 &quot;type&quot;: &quot;A String&quot;, # The source type.
3354 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3355 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003356 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003357 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3358 },
3359 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
3360 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
3361 },
3362 ],
3363 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
3364 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
3365 &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.
3366 &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.
3367 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
3368 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
3369 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
3370 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
3371 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003372 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003373 &quot;source&quot;: { # The source of a field. # The source of the field.
3374 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3375 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3376 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3377 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3378 &quot;userTypes&quot;: [ # Output only. The user types.
3379 &quot;A String&quot;,
3380 ],
3381 },
3382 &quot;type&quot;: &quot;A String&quot;, # The source type.
3383 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3384 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003385 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003386 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3387 },
3388 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
3389 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
3390 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
3391 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
3392 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
3393 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
3394 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
3395 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
3396 },
3397 ],
3398 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
3399 { # A person&#x27;s nickname.
3400 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003401 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003402 &quot;source&quot;: { # The source of a field. # The source of the field.
3403 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3404 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3405 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3406 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3407 &quot;userTypes&quot;: [ # Output only. The user types.
3408 &quot;A String&quot;,
3409 ],
3410 },
3411 &quot;type&quot;: &quot;A String&quot;, # The source type.
3412 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3413 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003414 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003415 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3416 },
3417 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
3418 &quot;value&quot;: &quot;A String&quot;, # The nickname.
3419 },
3420 ],
3421 &quot;occupations&quot;: [ # The person&#x27;s occupations.
3422 { # A person&#x27;s occupation.
3423 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003424 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003425 &quot;source&quot;: { # The source of a field. # The source of the field.
3426 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3427 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3428 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3429 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3430 &quot;userTypes&quot;: [ # Output only. The user types.
3431 &quot;A String&quot;,
3432 ],
3433 },
3434 &quot;type&quot;: &quot;A String&quot;, # The source type.
3435 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3436 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003437 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003438 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3439 },
3440 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
3441 },
3442 ],
3443 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
3444 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07003445 &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003446 &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.
3447 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
3448 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
3449 &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.
3450 &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.
3451 &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.
3452 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3453 },
3454 &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.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07003455 &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003456 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
3457 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
3458 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003459 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003460 &quot;source&quot;: { # The source of a field. # The source of the field.
3461 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3462 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3463 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3464 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3465 &quot;userTypes&quot;: [ # Output only. The user types.
3466 &quot;A String&quot;,
3467 ],
3468 },
3469 &quot;type&quot;: &quot;A String&quot;, # The source type.
3470 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3471 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003472 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003473 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3474 },
3475 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
3476 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
3477 &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.
3478 &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.
3479 &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.
3480 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3481 },
3482 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
3483 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
3484 &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`
3485 },
3486 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07003487 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003488 { # A person&#x27;s phone number.
3489 &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.
3490 &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.
3491 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003492 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003493 &quot;source&quot;: { # The source of a field. # The source of the field.
3494 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3495 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3496 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3497 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3498 &quot;userTypes&quot;: [ # Output only. The user types.
3499 &quot;A String&quot;,
3500 ],
3501 },
3502 &quot;type&quot;: &quot;A String&quot;, # The source type.
3503 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3504 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003505 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003506 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3507 },
3508 &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`
3509 &quot;value&quot;: &quot;A String&quot;, # The phone number.
3510 },
3511 ],
3512 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
3513 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
3514 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
3515 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003516 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003517 &quot;source&quot;: { # The source of a field. # The source of the field.
3518 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3519 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3520 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3521 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3522 &quot;userTypes&quot;: [ # Output only. The user types.
3523 &quot;A String&quot;,
3524 ],
3525 },
3526 &quot;type&quot;: &quot;A String&quot;, # The source type.
3527 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3528 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003529 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003530 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3531 },
3532 &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
3533 },
3534 ],
3535 &quot;relations&quot;: [ # The person&#x27;s relations.
3536 { # A person&#x27;s relation to another person.
3537 &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.
3538 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003539 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003540 &quot;source&quot;: { # The source of a field. # The source of the field.
3541 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3542 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3543 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3544 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3545 &quot;userTypes&quot;: [ # Output only. The user types.
3546 &quot;A String&quot;,
3547 ],
3548 },
3549 &quot;type&quot;: &quot;A String&quot;, # The source type.
3550 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3551 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003552 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003553 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3554 },
3555 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
3556 &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`
3557 },
3558 ],
3559 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
3560 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
3561 &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.
3562 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003563 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003564 &quot;source&quot;: { # The source of a field. # The source of the field.
3565 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3566 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3567 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3568 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3569 &quot;userTypes&quot;: [ # Output only. The user types.
3570 &quot;A String&quot;,
3571 ],
3572 },
3573 &quot;type&quot;: &quot;A String&quot;, # The source type.
3574 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3575 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003576 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003577 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3578 },
3579 &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`
3580 },
3581 ],
3582 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
3583 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
3584 &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.
3585 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003586 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003587 &quot;source&quot;: { # The source of a field. # The source of the field.
3588 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3589 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3590 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3591 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3592 &quot;userTypes&quot;: [ # Output only. The user types.
3593 &quot;A String&quot;,
3594 ],
3595 },
3596 &quot;type&quot;: &quot;A String&quot;, # The source type.
3597 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3598 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003599 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003600 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3601 },
3602 &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`
3603 },
3604 ],
3605 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
3606 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
3607 &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.
3608 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003609 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003610 &quot;source&quot;: { # The source of a field. # The source of the field.
3611 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3612 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3613 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3614 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3615 &quot;userTypes&quot;: [ # Output only. The user types.
3616 &quot;A String&quot;,
3617 ],
3618 },
3619 &quot;type&quot;: &quot;A String&quot;, # The source type.
3620 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3621 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003622 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003623 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3624 },
3625 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
3626 },
3627 ],
3628 &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}`.
3629 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
3630 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
3631 &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.
3632 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003633 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003634 &quot;source&quot;: { # The source of a field. # The source of the field.
3635 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3636 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3637 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3638 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3639 &quot;userTypes&quot;: [ # Output only. The user types.
3640 &quot;A String&quot;,
3641 ],
3642 },
3643 &quot;type&quot;: &quot;A String&quot;, # The source type.
3644 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3645 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003646 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003647 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3648 },
3649 &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`
3650 &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.
3651 },
3652 ],
3653 &quot;skills&quot;: [ # The person&#x27;s skills.
3654 { # A skill that the person has.
3655 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003656 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003657 &quot;source&quot;: { # The source of a field. # The source of the field.
3658 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3659 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3660 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3661 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3662 &quot;userTypes&quot;: [ # Output only. The user types.
3663 &quot;A String&quot;,
3664 ],
3665 },
3666 &quot;type&quot;: &quot;A String&quot;, # The source type.
3667 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3668 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003669 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003670 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3671 },
3672 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
3673 },
3674 ],
3675 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
3676 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
3677 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003678 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003679 &quot;source&quot;: { # The source of a field. # The source of the field.
3680 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3681 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3682 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3683 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3684 &quot;userTypes&quot;: [ # Output only. The user types.
3685 &quot;A String&quot;,
3686 ],
3687 },
3688 &quot;type&quot;: &quot;A String&quot;, # The source type.
3689 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3690 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003691 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003692 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3693 },
3694 &quot;value&quot;: &quot;A String&quot;, # The tagline.
3695 },
3696 ],
3697 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
3698 { # A person&#x27;s associated URLs.
3699 &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.
3700 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003701 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003702 &quot;source&quot;: { # The source of a field. # The source of the field.
3703 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3704 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3705 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3706 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3707 &quot;userTypes&quot;: [ # Output only. The user types.
3708 &quot;A String&quot;,
3709 ],
3710 },
3711 &quot;type&quot;: &quot;A String&quot;, # The source type.
3712 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3713 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003714 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003715 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3716 },
3717 &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`
3718 &quot;value&quot;: &quot;A String&quot;, # The URL.
3719 },
3720 ],
3721 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
3722 { # Arbitrary user data that is populated by the end users.
3723 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
3724 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003725 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003726 &quot;source&quot;: { # The source of a field. # The source of the field.
3727 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3728 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3729 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3730 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3731 &quot;userTypes&quot;: [ # Output only. The user types.
3732 &quot;A String&quot;,
3733 ],
3734 },
3735 &quot;type&quot;: &quot;A String&quot;, # The source type.
3736 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3737 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003738 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07003739 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3740 },
3741 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
3742 },
3743 ],
3744 },
3745 &quot;requestedResourceName&quot;: &quot;A String&quot;, # The original requested resource name. May be different than the resource name on the returned person. The resource name can change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or a profile URL.
3746 &quot;status&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The status of the response.
3747 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
3748 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
3749 {
3750 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
3751 },
3752 ],
3753 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
3754 },
3755 },
3756 },
3757}</pre>
3758</div>
3759
3760<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003761 <code class="details" id="close">close()</code>
3762 <pre>Close httplib2 connections.</pre>
3763</div>
3764
3765<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003766 <code class="details" id="createContact">createContact(body=None, personFields=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003767 <pre>Create a new contact and return the person resource for that contact. The request returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08003768
3769Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07003770 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07003771 The object takes the form of:
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -04003772
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003773{ # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003774 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
3775 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
3776 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
3777 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
3778 &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.
3779 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
3780 &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.
3781 &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.
3782 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003783 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003784 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003785 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003786 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003787 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003788 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003789 &quot;userTypes&quot;: [ # Output only. The user types.
3790 &quot;A String&quot;,
3791 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003792 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003793 &quot;type&quot;: &quot;A String&quot;, # The source type.
3794 &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 -07003795 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003796 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003797 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003798 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003799 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
3800 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
3801 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
3802 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
3803 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003804 },
3805 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003806 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003807 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
3808 { # A person&#x27;s age range.
3809 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
3810 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003811 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003812 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003813 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003814 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003815 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003816 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003817 &quot;userTypes&quot;: [ # Output only. The user types.
3818 &quot;A String&quot;,
3819 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003820 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003821 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003822 &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 -08003823 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003824 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003825 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -08003826 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003827 },
3828 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003829 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
3830 { # A person&#x27;s short biography.
3831 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
3832 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003833 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003834 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003835 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003836 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003837 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003838 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003839 &quot;userTypes&quot;: [ # Output only. The user types.
3840 &quot;A String&quot;,
3841 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003842 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003843 &quot;type&quot;: &quot;A String&quot;, # The source type.
3844 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003845 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003846 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003847 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003848 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003849 &quot;value&quot;: &quot;A String&quot;, # The short biography.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003850 },
3851 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003852 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
3853 { # 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.
3854 &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.
3855 &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.
3856 &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.
3857 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3858 },
3859 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003860 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003861 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003862 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003863 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003864 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003865 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003866 &quot;userTypes&quot;: [ # Output only. The user types.
3867 &quot;A String&quot;,
3868 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003869 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003870 &quot;type&quot;: &quot;A String&quot;, # The source type.
3871 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003872 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003873 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003874 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003875 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003876 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003877 },
3878 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003879 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
3880 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
3881 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003882 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003883 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003884 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003885 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003886 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003887 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003888 &quot;userTypes&quot;: [ # Output only. The user types.
3889 &quot;A String&quot;,
3890 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003891 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003892 &quot;type&quot;: &quot;A String&quot;, # The source type.
3893 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003894 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003895 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003896 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003897 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003898 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003899 },
3900 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003901 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
3902 { # A person&#x27;s calendar URL.
3903 &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.
3904 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003905 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003906 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003907 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003908 &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 -08003909 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003910 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003911 &quot;userTypes&quot;: [ # Output only. The user types.
3912 &quot;A String&quot;,
3913 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003914 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003915 &quot;type&quot;: &quot;A String&quot;, # The source type.
3916 &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 -08003917 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003918 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003919 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003920 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003921 &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`
3922 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003923 },
3924 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003925 &quot;clientData&quot;: [ # The person&#x27;s client data.
3926 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
3927 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
3928 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003929 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003930 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003931 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3932 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003933 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3934 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3935 &quot;userTypes&quot;: [ # Output only. The user types.
3936 &quot;A String&quot;,
3937 ],
3938 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003939 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003940 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003941 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003942 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003943 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003944 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003945 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003946 },
3947 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003948 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
3949 { # 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.
3950 &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.
3951 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003952 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003953 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003954 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003955 &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 -08003956 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003957 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003958 &quot;userTypes&quot;: [ # Output only. The user types.
3959 &quot;A String&quot;,
3960 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003961 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003962 &quot;type&quot;: &quot;A String&quot;, # The source type.
3963 &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 -08003964 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003965 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003966 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -08003967 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003968 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
3969 },
3970 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07003971 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003972 { # A person&#x27;s email address.
3973 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
3974 &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.
3975 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07003976 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003977 &quot;source&quot;: { # The source of a field. # The source of the field.
3978 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3979 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3980 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3981 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3982 &quot;userTypes&quot;: [ # Output only. The user types.
3983 &quot;A String&quot;,
3984 ],
3985 },
3986 &quot;type&quot;: &quot;A String&quot;, # The source type.
3987 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3988 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07003989 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003990 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3991 },
3992 &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`
3993 &quot;value&quot;: &quot;A String&quot;, # The email address.
3994 },
3995 ],
3996 &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.
3997 &quot;events&quot;: [ # The person&#x27;s events.
3998 { # An event related to the person.
3999 &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.
4000 &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.
4001 &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.
4002 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4003 },
4004 &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.
4005 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004006 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004007 &quot;source&quot;: { # The source of a field. # The source of the field.
4008 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4009 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4010 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4011 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4012 &quot;userTypes&quot;: [ # Output only. The user types.
4013 &quot;A String&quot;,
4014 ],
4015 },
4016 &quot;type&quot;: &quot;A String&quot;, # The source type.
4017 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4018 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004019 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004020 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4021 },
4022 &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`
4023 },
4024 ],
4025 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
4026 { # An identifier from an external entity related to the person.
4027 &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.
4028 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004029 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004030 &quot;source&quot;: { # The source of a field. # The source of the field.
4031 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4032 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4033 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4034 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4035 &quot;userTypes&quot;: [ # Output only. The user types.
4036 &quot;A String&quot;,
4037 ],
4038 },
4039 &quot;type&quot;: &quot;A String&quot;, # The source type.
4040 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4041 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004042 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004043 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4044 },
4045 &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`
4046 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
4047 },
4048 ],
4049 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
4050 { # The name that should be used to sort the person in a list.
4051 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004052 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004053 &quot;source&quot;: { # The source of a field. # The source of the field.
4054 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4055 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4056 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4057 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4058 &quot;userTypes&quot;: [ # Output only. The user types.
4059 &quot;A String&quot;,
4060 ],
4061 },
4062 &quot;type&quot;: &quot;A String&quot;, # The source type.
4063 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4064 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004065 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004066 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4067 },
4068 &quot;value&quot;: &quot;A String&quot;, # The file-as value
4069 },
4070 ],
4071 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
4072 { # A person&#x27;s gender.
4073 &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`
4074 &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.
4075 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004076 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004077 &quot;source&quot;: { # The source of a field. # The source of the field.
4078 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4079 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4080 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4081 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4082 &quot;userTypes&quot;: [ # Output only. The user types.
4083 &quot;A String&quot;,
4084 ],
4085 },
4086 &quot;type&quot;: &quot;A String&quot;, # The source type.
4087 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4088 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004089 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004090 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4091 },
4092 &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`
4093 },
4094 ],
4095 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
4096 { # A person&#x27;s instant messaging client.
4097 &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.
4098 &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.
4099 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004100 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004101 &quot;source&quot;: { # The source of a field. # The source of the field.
4102 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4103 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4104 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4105 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4106 &quot;userTypes&quot;: [ # Output only. The user types.
4107 &quot;A String&quot;,
4108 ],
4109 },
4110 &quot;type&quot;: &quot;A String&quot;, # The source type.
4111 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4112 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004113 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004114 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4115 },
4116 &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`
4117 &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`
4118 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
4119 },
4120 ],
4121 &quot;interests&quot;: [ # The person&#x27;s interests.
4122 { # One of the person&#x27;s interests.
4123 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004124 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004125 &quot;source&quot;: { # The source of a field. # The source of the field.
4126 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4127 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4128 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4129 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4130 &quot;userTypes&quot;: [ # Output only. The user types.
4131 &quot;A String&quot;,
4132 ],
4133 },
4134 &quot;type&quot;: &quot;A String&quot;, # The source type.
4135 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4136 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004137 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004138 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4139 },
4140 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
4141 },
4142 ],
4143 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
4144 { # A person&#x27;s locale preference.
4145 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004146 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004147 &quot;source&quot;: { # The source of a field. # The source of the field.
4148 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4149 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4150 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4151 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4152 &quot;userTypes&quot;: [ # Output only. The user types.
4153 &quot;A String&quot;,
4154 ],
4155 },
4156 &quot;type&quot;: &quot;A String&quot;, # The source type.
4157 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4158 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004159 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004160 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4161 },
4162 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
4163 },
4164 ],
4165 &quot;locations&quot;: [ # The person&#x27;s locations.
4166 { # A person&#x27;s location.
4167 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
4168 &quot;current&quot;: True or False, # Whether the location is the current location.
4169 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
4170 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
4171 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
4172 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004173 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004174 &quot;source&quot;: { # The source of a field. # The source of the field.
4175 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4176 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4177 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4178 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4179 &quot;userTypes&quot;: [ # Output only. The user types.
4180 &quot;A String&quot;,
4181 ],
4182 },
4183 &quot;type&quot;: &quot;A String&quot;, # The source type.
4184 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4185 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004186 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004187 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4188 },
4189 &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`
4190 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
4191 },
4192 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004193 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
4194 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004195 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
4196 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
4197 &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.
4198 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07004199 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
4200 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004201 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004202 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004203 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004204 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004205 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004206 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004207 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004208 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004209 &quot;userTypes&quot;: [ # Output only. The user types.
4210 &quot;A String&quot;,
4211 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004212 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004213 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004214 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004215 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004216 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004217 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004218 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004219 },
4220 ],
4221 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07004222 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004223 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
4224 &quot;A String&quot;,
4225 ],
4226 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07004227 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004228 &quot;A String&quot;,
4229 ],
4230 &quot;sources&quot;: [ # The sources of data for the person.
4231 { # The source of a field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004232 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4233 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004234 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4235 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4236 &quot;userTypes&quot;: [ # Output only. The user types.
4237 &quot;A String&quot;,
4238 ],
4239 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004240 &quot;type&quot;: &quot;A String&quot;, # The source type.
4241 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004242 },
4243 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004244 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004245 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
4246 { # A person&#x27;s miscellaneous keyword.
4247 &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.
4248 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004249 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004250 &quot;source&quot;: { # The source of a field. # The source of the field.
4251 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4252 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4253 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4254 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4255 &quot;userTypes&quot;: [ # Output only. The user types.
4256 &quot;A String&quot;,
4257 ],
4258 },
4259 &quot;type&quot;: &quot;A String&quot;, # The source type.
4260 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4261 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004262 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004263 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4264 },
4265 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
4266 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
4267 },
4268 ],
4269 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
4270 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
4271 &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.
4272 &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.
4273 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
4274 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
4275 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
4276 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
4277 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004278 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004279 &quot;source&quot;: { # The source of a field. # The source of the field.
4280 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4281 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4282 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4283 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4284 &quot;userTypes&quot;: [ # Output only. The user types.
4285 &quot;A String&quot;,
4286 ],
4287 },
4288 &quot;type&quot;: &quot;A String&quot;, # The source type.
4289 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4290 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004291 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004292 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4293 },
4294 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
4295 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
4296 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
4297 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
4298 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
4299 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
4300 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
4301 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
4302 },
4303 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004304 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
4305 { # A person&#x27;s nickname.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004306 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004307 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004308 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004309 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4310 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004311 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4312 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4313 &quot;userTypes&quot;: [ # Output only. The user types.
4314 &quot;A String&quot;,
4315 ],
4316 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004317 &quot;type&quot;: &quot;A String&quot;, # The source type.
4318 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004319 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004320 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004321 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004322 },
4323 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004324 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004325 },
4326 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004327 &quot;occupations&quot;: [ # The person&#x27;s occupations.
4328 { # A person&#x27;s occupation.
4329 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004330 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004331 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004332 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4333 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004334 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4335 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4336 &quot;userTypes&quot;: [ # Output only. The user types.
4337 &quot;A String&quot;,
4338 ],
4339 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004340 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004341 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004342 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004343 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004344 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004345 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004346 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004347 },
4348 ],
4349 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
4350 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07004351 &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004352 &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.
4353 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
4354 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
4355 &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.
4356 &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.
4357 &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.
4358 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4359 },
4360 &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.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07004361 &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004362 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
4363 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
4364 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004365 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004366 &quot;source&quot;: { # The source of a field. # The source of the field.
4367 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4368 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4369 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4370 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4371 &quot;userTypes&quot;: [ # Output only. The user types.
4372 &quot;A String&quot;,
4373 ],
4374 },
4375 &quot;type&quot;: &quot;A String&quot;, # The source type.
4376 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4377 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004378 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004379 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4380 },
4381 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004382 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004383 &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.
4384 &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.
4385 &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.
4386 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4387 },
4388 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004389 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
4390 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004391 },
4392 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07004393 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004394 { # A person&#x27;s phone number.
4395 &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.
4396 &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.
4397 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004398 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004399 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004400 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4401 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004402 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4403 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4404 &quot;userTypes&quot;: [ # Output only. The user types.
4405 &quot;A String&quot;,
4406 ],
4407 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004408 &quot;type&quot;: &quot;A String&quot;, # The source type.
4409 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004410 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004411 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004412 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004413 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004414 &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`
4415 &quot;value&quot;: &quot;A String&quot;, # The phone number.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004416 },
4417 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004418 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
4419 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
4420 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
4421 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004422 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004423 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004424 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4425 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004426 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4427 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4428 &quot;userTypes&quot;: [ # Output only. The user types.
4429 &quot;A String&quot;,
4430 ],
4431 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004432 &quot;type&quot;: &quot;A String&quot;, # The source type.
4433 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004434 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004435 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004436 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004437 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004438 &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
4439 },
4440 ],
4441 &quot;relations&quot;: [ # The person&#x27;s relations.
4442 { # A person&#x27;s relation to another person.
4443 &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.
4444 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004445 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004446 &quot;source&quot;: { # The source of a field. # The source of the field.
4447 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4448 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4449 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4450 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4451 &quot;userTypes&quot;: [ # Output only. The user types.
4452 &quot;A String&quot;,
4453 ],
4454 },
4455 &quot;type&quot;: &quot;A String&quot;, # The source type.
4456 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4457 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004458 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004459 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4460 },
4461 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
4462 &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`
4463 },
4464 ],
4465 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
4466 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
4467 &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.
4468 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004469 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004470 &quot;source&quot;: { # The source of a field. # The source of the field.
4471 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4472 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4473 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4474 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4475 &quot;userTypes&quot;: [ # Output only. The user types.
4476 &quot;A String&quot;,
4477 ],
4478 },
4479 &quot;type&quot;: &quot;A String&quot;, # The source type.
4480 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4481 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004482 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004483 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4484 },
4485 &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`
4486 },
4487 ],
4488 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
4489 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
4490 &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.
4491 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004492 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004493 &quot;source&quot;: { # The source of a field. # The source of the field.
4494 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4495 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4496 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4497 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4498 &quot;userTypes&quot;: [ # Output only. The user types.
4499 &quot;A String&quot;,
4500 ],
4501 },
4502 &quot;type&quot;: &quot;A String&quot;, # The source type.
4503 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4504 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004505 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004506 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4507 },
4508 &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`
4509 },
4510 ],
4511 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
4512 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
4513 &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.
4514 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004515 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004516 &quot;source&quot;: { # The source of a field. # The source of the field.
4517 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4518 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4519 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4520 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4521 &quot;userTypes&quot;: [ # Output only. The user types.
4522 &quot;A String&quot;,
4523 ],
4524 },
4525 &quot;type&quot;: &quot;A String&quot;, # The source type.
4526 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4527 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004528 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004529 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4530 },
4531 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
4532 },
4533 ],
4534 &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}`.
4535 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
4536 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
4537 &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.
4538 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004539 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004540 &quot;source&quot;: { # The source of a field. # The source of the field.
4541 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4542 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4543 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4544 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4545 &quot;userTypes&quot;: [ # Output only. The user types.
4546 &quot;A String&quot;,
4547 ],
4548 },
4549 &quot;type&quot;: &quot;A String&quot;, # The source type.
4550 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4551 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004552 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004553 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4554 },
4555 &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`
4556 &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.
4557 },
4558 ],
4559 &quot;skills&quot;: [ # The person&#x27;s skills.
4560 { # A skill that the person has.
4561 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004562 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004563 &quot;source&quot;: { # The source of a field. # The source of the field.
4564 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4565 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4566 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4567 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4568 &quot;userTypes&quot;: [ # Output only. The user types.
4569 &quot;A String&quot;,
4570 ],
4571 },
4572 &quot;type&quot;: &quot;A String&quot;, # The source type.
4573 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4574 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004575 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004576 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4577 },
4578 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004579 },
4580 ],
4581 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
4582 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
4583 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004584 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004585 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004586 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4587 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004588 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4589 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4590 &quot;userTypes&quot;: [ # Output only. The user types.
4591 &quot;A String&quot;,
4592 ],
4593 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004594 &quot;type&quot;: &quot;A String&quot;, # The source type.
4595 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004596 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004597 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004598 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004599 },
4600 &quot;value&quot;: &quot;A String&quot;, # The tagline.
4601 },
4602 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004603 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
4604 { # A person&#x27;s associated URLs.
4605 &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.
4606 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004607 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004608 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004609 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4610 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004611 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4612 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4613 &quot;userTypes&quot;: [ # Output only. The user types.
4614 &quot;A String&quot;,
4615 ],
4616 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004617 &quot;type&quot;: &quot;A String&quot;, # The source type.
4618 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004619 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004620 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004621 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004622 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004623 &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`
4624 &quot;value&quot;: &quot;A String&quot;, # The URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004625 },
4626 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004627 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
4628 { # Arbitrary user data that is populated by the end users.
4629 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
4630 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004631 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004632 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004633 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4634 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004635 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4636 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4637 &quot;userTypes&quot;: [ # Output only. The user types.
4638 &quot;A String&quot;,
4639 ],
4640 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004641 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004642 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004643 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004644 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004645 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004646 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004647 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004648 },
4649 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07004650}
4651
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004652 personFields: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Defaults to all fields if not set. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004653 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004654 Allowed values
4655 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
4656 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
4657 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
4658 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07004659 x__xgafv: string, V1 error format.
4660 Allowed values
4661 1 - v1 error format
4662 2 - v2 error format
4663
4664Returns:
4665 An object of the form:
4666
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004667 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004668 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
4669 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
4670 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
4671 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
4672 &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.
4673 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
4674 &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.
4675 &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.
4676 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004677 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004678 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004679 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4680 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004681 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4682 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4683 &quot;userTypes&quot;: [ # Output only. The user types.
4684 &quot;A String&quot;,
4685 ],
4686 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004687 &quot;type&quot;: &quot;A String&quot;, # The source type.
4688 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004689 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004690 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004691 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4692 },
4693 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
4694 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
4695 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
4696 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
4697 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004698 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004699 ],
4700 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
4701 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
4702 { # A person&#x27;s age range.
4703 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
4704 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004705 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004706 &quot;source&quot;: { # The source of a field. # The source of the field.
4707 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4708 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4709 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4710 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4711 &quot;userTypes&quot;: [ # Output only. The user types.
4712 &quot;A String&quot;,
4713 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004714 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004715 &quot;type&quot;: &quot;A String&quot;, # The source type.
4716 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004717 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004718 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004719 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4720 },
4721 },
4722 ],
4723 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
4724 { # A person&#x27;s short biography.
4725 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
4726 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004727 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004728 &quot;source&quot;: { # The source of a field. # The source of the field.
4729 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4730 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4731 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4732 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4733 &quot;userTypes&quot;: [ # Output only. The user types.
4734 &quot;A String&quot;,
4735 ],
4736 },
4737 &quot;type&quot;: &quot;A String&quot;, # The source type.
4738 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4739 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004740 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004741 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4742 },
4743 &quot;value&quot;: &quot;A String&quot;, # The short biography.
4744 },
4745 ],
4746 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
4747 { # 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.
4748 &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.
4749 &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.
4750 &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.
4751 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4752 },
4753 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004754 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004755 &quot;source&quot;: { # The source of a field. # The source of the field.
4756 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4757 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4758 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4759 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4760 &quot;userTypes&quot;: [ # Output only. The user types.
4761 &quot;A String&quot;,
4762 ],
4763 },
4764 &quot;type&quot;: &quot;A String&quot;, # The source type.
4765 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4766 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004767 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004768 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4769 },
4770 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
4771 },
4772 ],
4773 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
4774 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
4775 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004776 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004777 &quot;source&quot;: { # The source of a field. # The source of the field.
4778 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4779 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4780 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4781 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4782 &quot;userTypes&quot;: [ # Output only. The user types.
4783 &quot;A String&quot;,
4784 ],
4785 },
4786 &quot;type&quot;: &quot;A String&quot;, # The source type.
4787 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4788 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004789 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004790 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4791 },
4792 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
4793 },
4794 ],
4795 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
4796 { # A person&#x27;s calendar URL.
4797 &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.
4798 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004799 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004800 &quot;source&quot;: { # The source of a field. # The source of the field.
4801 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4802 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4803 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4804 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4805 &quot;userTypes&quot;: [ # Output only. The user types.
4806 &quot;A String&quot;,
4807 ],
4808 },
4809 &quot;type&quot;: &quot;A String&quot;, # The source type.
4810 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4811 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004812 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004813 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4814 },
4815 &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`
4816 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
4817 },
4818 ],
4819 &quot;clientData&quot;: [ # The person&#x27;s client data.
4820 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
4821 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
4822 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004823 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004824 &quot;source&quot;: { # The source of a field. # The source of the field.
4825 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4826 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4827 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4828 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4829 &quot;userTypes&quot;: [ # Output only. The user types.
4830 &quot;A String&quot;,
4831 ],
4832 },
4833 &quot;type&quot;: &quot;A String&quot;, # The source type.
4834 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4835 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004836 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004837 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4838 },
4839 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
4840 },
4841 ],
4842 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
4843 { # 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.
4844 &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.
4845 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004846 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004847 &quot;source&quot;: { # The source of a field. # The source of the field.
4848 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4849 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4850 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4851 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4852 &quot;userTypes&quot;: [ # Output only. The user types.
4853 &quot;A String&quot;,
4854 ],
4855 },
4856 &quot;type&quot;: &quot;A String&quot;, # The source type.
4857 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4858 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004859 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004860 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4861 },
4862 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
4863 },
4864 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07004865 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004866 { # A person&#x27;s email address.
4867 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
4868 &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.
4869 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004870 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004871 &quot;source&quot;: { # The source of a field. # The source of the field.
4872 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4873 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4874 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4875 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4876 &quot;userTypes&quot;: [ # Output only. The user types.
4877 &quot;A String&quot;,
4878 ],
4879 },
4880 &quot;type&quot;: &quot;A String&quot;, # The source type.
4881 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4882 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004883 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004884 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4885 },
4886 &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`
4887 &quot;value&quot;: &quot;A String&quot;, # The email address.
4888 },
4889 ],
4890 &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.
4891 &quot;events&quot;: [ # The person&#x27;s events.
4892 { # An event related to the person.
4893 &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.
4894 &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.
4895 &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.
4896 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4897 },
4898 &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.
4899 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004900 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004901 &quot;source&quot;: { # The source of a field. # The source of the field.
4902 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4903 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4904 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4905 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4906 &quot;userTypes&quot;: [ # Output only. The user types.
4907 &quot;A String&quot;,
4908 ],
4909 },
4910 &quot;type&quot;: &quot;A String&quot;, # The source type.
4911 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4912 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004913 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004914 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4915 },
4916 &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`
4917 },
4918 ],
4919 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
4920 { # An identifier from an external entity related to the person.
4921 &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.
4922 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004923 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004924 &quot;source&quot;: { # The source of a field. # The source of the field.
4925 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4926 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4927 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4928 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4929 &quot;userTypes&quot;: [ # Output only. The user types.
4930 &quot;A String&quot;,
4931 ],
4932 },
4933 &quot;type&quot;: &quot;A String&quot;, # The source type.
4934 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4935 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004936 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004937 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4938 },
4939 &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`
4940 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
4941 },
4942 ],
4943 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
4944 { # The name that should be used to sort the person in a list.
4945 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004946 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004947 &quot;source&quot;: { # The source of a field. # The source of the field.
4948 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4949 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4950 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4951 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4952 &quot;userTypes&quot;: [ # Output only. The user types.
4953 &quot;A String&quot;,
4954 ],
4955 },
4956 &quot;type&quot;: &quot;A String&quot;, # The source type.
4957 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4958 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004959 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004960 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4961 },
4962 &quot;value&quot;: &quot;A String&quot;, # The file-as value
4963 },
4964 ],
4965 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
4966 { # A person&#x27;s gender.
4967 &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`
4968 &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.
4969 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004970 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004971 &quot;source&quot;: { # The source of a field. # The source of the field.
4972 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4973 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4974 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4975 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4976 &quot;userTypes&quot;: [ # Output only. The user types.
4977 &quot;A String&quot;,
4978 ],
4979 },
4980 &quot;type&quot;: &quot;A String&quot;, # The source type.
4981 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4982 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07004983 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004984 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4985 },
4986 &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`
4987 },
4988 ],
4989 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
4990 { # A person&#x27;s instant messaging client.
4991 &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.
4992 &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.
4993 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bot96afc042021-08-24 00:22:31 -07004994 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004995 &quot;source&quot;: { # The source of a field. # The source of the field.
4996 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4997 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4998 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4999 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5000 &quot;userTypes&quot;: [ # Output only. The user types.
5001 &quot;A String&quot;,
5002 ],
5003 },
5004 &quot;type&quot;: &quot;A String&quot;, # The source type.
5005 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5006 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005007 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005008 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5009 },
5010 &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`
5011 &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`
5012 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
5013 },
5014 ],
5015 &quot;interests&quot;: [ # The person&#x27;s interests.
5016 { # One of the person&#x27;s interests.
5017 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005018 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005019 &quot;source&quot;: { # The source of a field. # The source of the field.
5020 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5021 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5022 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5023 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5024 &quot;userTypes&quot;: [ # Output only. The user types.
5025 &quot;A String&quot;,
5026 ],
5027 },
5028 &quot;type&quot;: &quot;A String&quot;, # The source type.
5029 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5030 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005031 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005032 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5033 },
5034 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
5035 },
5036 ],
5037 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
5038 { # A person&#x27;s locale preference.
5039 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005040 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005041 &quot;source&quot;: { # The source of a field. # The source of the field.
5042 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5043 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5044 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5045 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5046 &quot;userTypes&quot;: [ # Output only. The user types.
5047 &quot;A String&quot;,
5048 ],
5049 },
5050 &quot;type&quot;: &quot;A String&quot;, # The source type.
5051 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5052 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005053 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005054 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5055 },
5056 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
5057 },
5058 ],
5059 &quot;locations&quot;: [ # The person&#x27;s locations.
5060 { # A person&#x27;s location.
5061 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
5062 &quot;current&quot;: True or False, # Whether the location is the current location.
5063 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
5064 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
5065 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
5066 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005067 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005068 &quot;source&quot;: { # The source of a field. # The source of the field.
5069 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5070 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5071 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5072 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5073 &quot;userTypes&quot;: [ # Output only. The user types.
5074 &quot;A String&quot;,
5075 ],
5076 },
5077 &quot;type&quot;: &quot;A String&quot;, # The source type.
5078 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5079 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005080 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005081 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5082 },
5083 &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`
5084 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
5085 },
5086 ],
5087 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
5088 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
5089 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
5090 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
5091 &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.
5092 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07005093 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
5094 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005095 },
5096 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005097 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005098 &quot;source&quot;: { # The source of a field. # The source of the field.
5099 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5100 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5101 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5102 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5103 &quot;userTypes&quot;: [ # Output only. The user types.
5104 &quot;A String&quot;,
5105 ],
5106 },
5107 &quot;type&quot;: &quot;A String&quot;, # The source type.
5108 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5109 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005110 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005111 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5112 },
5113 },
5114 ],
5115 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07005116 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005117 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
5118 &quot;A String&quot;,
5119 ],
5120 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07005121 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005122 &quot;A String&quot;,
5123 ],
5124 &quot;sources&quot;: [ # The sources of data for the person.
5125 { # The source of a field.
5126 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5127 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5128 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5129 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5130 &quot;userTypes&quot;: [ # Output only. The user types.
5131 &quot;A String&quot;,
5132 ],
5133 },
5134 &quot;type&quot;: &quot;A String&quot;, # The source type.
5135 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005136 },
5137 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005138 },
5139 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
5140 { # A person&#x27;s miscellaneous keyword.
5141 &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.
5142 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005143 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005144 &quot;source&quot;: { # The source of a field. # The source of the field.
5145 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5146 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5147 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5148 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5149 &quot;userTypes&quot;: [ # Output only. The user types.
5150 &quot;A String&quot;,
5151 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005152 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005153 &quot;type&quot;: &quot;A String&quot;, # The source type.
5154 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005155 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005156 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005157 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005158 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005159 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
5160 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
5161 },
5162 ],
5163 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
5164 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
5165 &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.
5166 &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.
5167 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
5168 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
5169 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
5170 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
5171 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005172 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005173 &quot;source&quot;: { # The source of a field. # The source of the field.
5174 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5175 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5176 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5177 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5178 &quot;userTypes&quot;: [ # Output only. The user types.
5179 &quot;A String&quot;,
5180 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005181 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005182 &quot;type&quot;: &quot;A String&quot;, # The source type.
5183 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005184 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005185 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005186 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005187 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005188 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
5189 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
5190 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
5191 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
5192 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
5193 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
5194 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
5195 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
5196 },
5197 ],
5198 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
5199 { # A person&#x27;s nickname.
5200 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005201 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005202 &quot;source&quot;: { # The source of a field. # The source of the field.
5203 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5204 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5205 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5206 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5207 &quot;userTypes&quot;: [ # Output only. The user types.
5208 &quot;A String&quot;,
5209 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005210 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005211 &quot;type&quot;: &quot;A String&quot;, # The source type.
5212 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005213 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005214 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005215 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005216 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005217 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
5218 &quot;value&quot;: &quot;A String&quot;, # The nickname.
5219 },
5220 ],
5221 &quot;occupations&quot;: [ # The person&#x27;s occupations.
5222 { # A person&#x27;s occupation.
5223 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005224 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005225 &quot;source&quot;: { # The source of a field. # The source of the field.
5226 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5227 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5228 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5229 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5230 &quot;userTypes&quot;: [ # Output only. The user types.
5231 &quot;A String&quot;,
5232 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005233 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005234 &quot;type&quot;: &quot;A String&quot;, # The source type.
5235 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005236 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005237 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005238 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005239 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005240 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
5241 },
5242 ],
5243 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
5244 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07005245 &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005246 &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.
5247 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
5248 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
5249 &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.
5250 &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.
5251 &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.
5252 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5253 },
5254 &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.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07005255 &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005256 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
5257 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
5258 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005259 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005260 &quot;source&quot;: { # The source of a field. # The source of the field.
5261 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5262 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5263 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5264 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5265 &quot;userTypes&quot;: [ # Output only. The user types.
5266 &quot;A String&quot;,
5267 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005268 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005269 &quot;type&quot;: &quot;A String&quot;, # The source type.
5270 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005271 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005272 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005273 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005274 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005275 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
5276 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
5277 &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.
5278 &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.
5279 &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.
5280 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5281 },
5282 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
5283 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
5284 &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`
5285 },
5286 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07005287 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005288 { # A person&#x27;s phone number.
5289 &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.
5290 &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.
5291 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005292 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005293 &quot;source&quot;: { # The source of a field. # The source of the field.
5294 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5295 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5296 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5297 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5298 &quot;userTypes&quot;: [ # Output only. The user types.
5299 &quot;A String&quot;,
5300 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005301 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005302 &quot;type&quot;: &quot;A String&quot;, # The source type.
5303 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005304 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005305 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005306 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005307 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005308 &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`
5309 &quot;value&quot;: &quot;A String&quot;, # The phone number.
5310 },
5311 ],
5312 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
5313 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
5314 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
5315 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005316 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005317 &quot;source&quot;: { # The source of a field. # The source of the field.
5318 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5319 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5320 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5321 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5322 &quot;userTypes&quot;: [ # Output only. The user types.
5323 &quot;A String&quot;,
5324 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005325 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005326 &quot;type&quot;: &quot;A String&quot;, # The source type.
5327 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005328 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005329 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005330 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005331 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005332 &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
5333 },
5334 ],
5335 &quot;relations&quot;: [ # The person&#x27;s relations.
5336 { # A person&#x27;s relation to another person.
5337 &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.
5338 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005339 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005340 &quot;source&quot;: { # The source of a field. # The source of the field.
5341 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5342 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5343 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5344 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5345 &quot;userTypes&quot;: [ # Output only. The user types.
5346 &quot;A String&quot;,
5347 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005348 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005349 &quot;type&quot;: &quot;A String&quot;, # The source type.
5350 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005351 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005352 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005353 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005354 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005355 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
5356 &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`
5357 },
5358 ],
5359 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
5360 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
5361 &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.
5362 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005363 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005364 &quot;source&quot;: { # The source of a field. # The source of the field.
5365 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5366 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5367 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5368 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5369 &quot;userTypes&quot;: [ # Output only. The user types.
5370 &quot;A String&quot;,
5371 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005372 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005373 &quot;type&quot;: &quot;A String&quot;, # The source type.
5374 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005375 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005376 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005377 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005378 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005379 &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`
5380 },
5381 ],
5382 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
5383 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
5384 &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.
5385 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005386 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005387 &quot;source&quot;: { # The source of a field. # The source of the field.
5388 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5389 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5390 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5391 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5392 &quot;userTypes&quot;: [ # Output only. The user types.
5393 &quot;A String&quot;,
5394 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005395 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005396 &quot;type&quot;: &quot;A String&quot;, # The source type.
5397 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005398 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005399 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005400 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005401 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005402 &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`
5403 },
5404 ],
5405 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
5406 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
5407 &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.
5408 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005409 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005410 &quot;source&quot;: { # The source of a field. # The source of the field.
5411 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5412 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5413 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5414 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5415 &quot;userTypes&quot;: [ # Output only. The user types.
5416 &quot;A String&quot;,
5417 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005418 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005419 &quot;type&quot;: &quot;A String&quot;, # The source type.
5420 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005421 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005422 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005423 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005424 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005425 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
5426 },
5427 ],
5428 &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}`.
5429 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
5430 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
5431 &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.
5432 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005433 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005434 &quot;source&quot;: { # The source of a field. # The source of the field.
5435 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5436 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5437 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5438 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5439 &quot;userTypes&quot;: [ # Output only. The user types.
5440 &quot;A String&quot;,
5441 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005442 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005443 &quot;type&quot;: &quot;A String&quot;, # The source type.
5444 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005445 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005446 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005447 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005448 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005449 &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`
5450 &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.
5451 },
5452 ],
5453 &quot;skills&quot;: [ # The person&#x27;s skills.
5454 { # A skill that the person has.
5455 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005456 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005457 &quot;source&quot;: { # The source of a field. # The source of the field.
5458 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5459 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5460 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5461 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5462 &quot;userTypes&quot;: [ # Output only. The user types.
5463 &quot;A String&quot;,
5464 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005465 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005466 &quot;type&quot;: &quot;A String&quot;, # The source type.
5467 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005468 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005469 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005470 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005471 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005472 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
5473 },
5474 ],
5475 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
5476 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
5477 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005478 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005479 &quot;source&quot;: { # The source of a field. # The source of the field.
5480 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5481 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5482 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5483 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5484 &quot;userTypes&quot;: [ # Output only. The user types.
5485 &quot;A String&quot;,
5486 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005487 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005488 &quot;type&quot;: &quot;A String&quot;, # The source type.
5489 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005490 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005491 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005492 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -08005493 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005494 &quot;value&quot;: &quot;A String&quot;, # The tagline.
5495 },
5496 ],
5497 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
5498 { # A person&#x27;s associated URLs.
5499 &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.
5500 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005501 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005502 &quot;source&quot;: { # The source of a field. # The source of the field.
5503 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5504 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5505 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5506 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5507 &quot;userTypes&quot;: [ # Output only. The user types.
5508 &quot;A String&quot;,
5509 ],
5510 },
5511 &quot;type&quot;: &quot;A String&quot;, # The source type.
5512 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5513 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005514 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005515 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5516 },
5517 &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`
5518 &quot;value&quot;: &quot;A String&quot;, # The URL.
5519 },
5520 ],
5521 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
5522 { # Arbitrary user data that is populated by the end users.
5523 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
5524 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005525 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005526 &quot;source&quot;: { # The source of a field. # The source of the field.
5527 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5528 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5529 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5530 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5531 &quot;userTypes&quot;: [ # Output only. The user types.
5532 &quot;A String&quot;,
5533 ],
5534 },
5535 &quot;type&quot;: &quot;A String&quot;, # The source type.
5536 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5537 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005538 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005539 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5540 },
5541 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
5542 },
5543 ],
5544}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07005545</div>
5546
5547<div class="method">
5548 <code class="details" id="deleteContact">deleteContact(resourceName, x__xgafv=None)</code>
5549 <pre>Delete a contact person. Any non-contact data will not be deleted.
5550
5551Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07005552 resourceName: string, Required. The resource name of the contact to delete. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07005553 x__xgafv: string, V1 error format.
5554 Allowed values
5555 1 - v1 error format
5556 2 - v2 error format
5557
5558Returns:
5559 An object of the form:
5560
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005561 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005562}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07005563</div>
5564
5565<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005566 <code class="details" id="deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -07005567 <pre>Delete a contact&#x27;s photo.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07005568
5569Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07005570 resourceName: string, Required. The resource name of the contact whose photo will be deleted. (required)
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005571 personFields: string, Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to empty if not set, which will skip the post mutate get. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005572 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005573 Allowed values
5574 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
5575 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
5576 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
5577 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim65020912020-05-20 12:08:20 -07005578 x__xgafv: string, V1 error format.
5579 Allowed values
5580 1 - v1 error format
5581 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07005582
5583Returns:
5584 An object of the form:
5585
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08005586 { # The response for deleting a contact&#x27;s photo.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005587 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The updated person, if person_fields is set in the DeleteContactPhotoRequest; otherwise this will be unset.
5588 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
5589 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
5590 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
5591 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
5592 &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.
5593 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
5594 &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.
5595 &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.
5596 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005597 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005598 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005599 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5600 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005601 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5602 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5603 &quot;userTypes&quot;: [ # Output only. The user types.
5604 &quot;A String&quot;,
5605 ],
5606 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005607 &quot;type&quot;: &quot;A String&quot;, # The source type.
5608 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005609 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005610 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005611 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5612 },
5613 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
5614 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
5615 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
5616 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
5617 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005618 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005619 ],
5620 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
5621 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
5622 { # A person&#x27;s age range.
5623 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
5624 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005625 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005626 &quot;source&quot;: { # The source of a field. # The source of the field.
5627 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5628 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5629 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5630 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5631 &quot;userTypes&quot;: [ # Output only. The user types.
5632 &quot;A String&quot;,
5633 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005634 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005635 &quot;type&quot;: &quot;A String&quot;, # The source type.
5636 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005637 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005638 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005639 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005640 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005641 },
5642 ],
5643 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
5644 { # A person&#x27;s short biography.
5645 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
5646 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005647 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005648 &quot;source&quot;: { # The source of a field. # The source of the field.
5649 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5650 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5651 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5652 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5653 &quot;userTypes&quot;: [ # Output only. The user types.
5654 &quot;A String&quot;,
5655 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005656 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005657 &quot;type&quot;: &quot;A String&quot;, # The source type.
5658 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005659 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005660 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005661 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005662 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005663 &quot;value&quot;: &quot;A String&quot;, # The short biography.
5664 },
5665 ],
5666 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
5667 { # 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.
5668 &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.
5669 &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.
5670 &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.
5671 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005672 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005673 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005674 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005675 &quot;source&quot;: { # The source of a field. # The source of the field.
5676 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5677 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5678 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5679 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5680 &quot;userTypes&quot;: [ # Output only. The user types.
5681 &quot;A String&quot;,
5682 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005683 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005684 &quot;type&quot;: &quot;A String&quot;, # The source type.
5685 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005686 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005687 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005688 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005689 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005690 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
5691 },
5692 ],
5693 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
5694 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
5695 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005696 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005697 &quot;source&quot;: { # The source of a field. # The source of the field.
5698 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5699 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5700 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5701 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5702 &quot;userTypes&quot;: [ # Output only. The user types.
5703 &quot;A String&quot;,
5704 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005705 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005706 &quot;type&quot;: &quot;A String&quot;, # The source type.
5707 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005708 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005709 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005710 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005711 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005712 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
5713 },
5714 ],
5715 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
5716 { # A person&#x27;s calendar URL.
5717 &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.
5718 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005719 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005720 &quot;source&quot;: { # The source of a field. # The source of the field.
5721 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5722 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5723 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5724 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5725 &quot;userTypes&quot;: [ # Output only. The user types.
5726 &quot;A String&quot;,
5727 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005728 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005729 &quot;type&quot;: &quot;A String&quot;, # The source type.
5730 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005731 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005732 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005733 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005734 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005735 &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`
5736 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
5737 },
5738 ],
5739 &quot;clientData&quot;: [ # The person&#x27;s client data.
5740 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
5741 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
5742 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005743 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005744 &quot;source&quot;: { # The source of a field. # The source of the field.
5745 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5746 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5747 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5748 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5749 &quot;userTypes&quot;: [ # Output only. The user types.
5750 &quot;A String&quot;,
5751 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005752 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005753 &quot;type&quot;: &quot;A String&quot;, # The source type.
5754 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005755 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005756 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005757 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005758 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005759 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
5760 },
5761 ],
5762 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
5763 { # 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.
5764 &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.
5765 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005766 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005767 &quot;source&quot;: { # The source of a field. # The source of the field.
5768 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5769 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5770 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5771 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5772 &quot;userTypes&quot;: [ # Output only. The user types.
5773 &quot;A String&quot;,
5774 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005775 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005776 &quot;type&quot;: &quot;A String&quot;, # The source type.
5777 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005778 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005779 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005780 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005781 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005782 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
5783 },
5784 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07005785 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005786 { # A person&#x27;s email address.
5787 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
5788 &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.
5789 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005790 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005791 &quot;source&quot;: { # The source of a field. # The source of the field.
5792 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5793 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5794 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5795 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5796 &quot;userTypes&quot;: [ # Output only. The user types.
5797 &quot;A String&quot;,
5798 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005799 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005800 &quot;type&quot;: &quot;A String&quot;, # The source type.
5801 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005802 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005803 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005804 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005805 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005806 &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`
5807 &quot;value&quot;: &quot;A String&quot;, # The email address.
5808 },
5809 ],
5810 &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.
5811 &quot;events&quot;: [ # The person&#x27;s events.
5812 { # An event related to the person.
5813 &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.
5814 &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.
5815 &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.
5816 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005817 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005818 &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.
5819 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005820 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005821 &quot;source&quot;: { # The source of a field. # The source of the field.
5822 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5823 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5824 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5825 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5826 &quot;userTypes&quot;: [ # Output only. The user types.
5827 &quot;A String&quot;,
5828 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005829 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005830 &quot;type&quot;: &quot;A String&quot;, # The source type.
5831 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005832 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005833 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005834 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005835 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005836 &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`
5837 },
5838 ],
5839 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
5840 { # An identifier from an external entity related to the person.
5841 &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.
5842 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005843 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005844 &quot;source&quot;: { # The source of a field. # The source of the field.
5845 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5846 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5847 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5848 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5849 &quot;userTypes&quot;: [ # Output only. The user types.
5850 &quot;A String&quot;,
5851 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005852 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005853 &quot;type&quot;: &quot;A String&quot;, # The source type.
5854 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005855 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005856 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005857 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005858 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005859 &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`
5860 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
5861 },
5862 ],
5863 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
5864 { # The name that should be used to sort the person in a list.
5865 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005866 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005867 &quot;source&quot;: { # The source of a field. # The source of the field.
5868 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5869 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5870 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5871 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5872 &quot;userTypes&quot;: [ # Output only. The user types.
5873 &quot;A String&quot;,
5874 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005875 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005876 &quot;type&quot;: &quot;A String&quot;, # The source type.
5877 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005878 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005879 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005880 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005881 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005882 &quot;value&quot;: &quot;A String&quot;, # The file-as value
5883 },
5884 ],
5885 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
5886 { # A person&#x27;s gender.
5887 &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`
5888 &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.
5889 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005890 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005891 &quot;source&quot;: { # The source of a field. # The source of the field.
5892 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5893 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5894 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5895 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5896 &quot;userTypes&quot;: [ # Output only. The user types.
5897 &quot;A String&quot;,
5898 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005899 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005900 &quot;type&quot;: &quot;A String&quot;, # The source type.
5901 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005902 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005903 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005904 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005905 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005906 &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`
5907 },
5908 ],
5909 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
5910 { # A person&#x27;s instant messaging client.
5911 &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.
5912 &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.
5913 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005914 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005915 &quot;source&quot;: { # The source of a field. # The source of the field.
5916 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5917 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5918 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5919 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5920 &quot;userTypes&quot;: [ # Output only. The user types.
5921 &quot;A String&quot;,
5922 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005923 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005924 &quot;type&quot;: &quot;A String&quot;, # The source type.
5925 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005926 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005927 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005928 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5929 },
5930 &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`
5931 &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`
5932 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
5933 },
5934 ],
5935 &quot;interests&quot;: [ # The person&#x27;s interests.
5936 { # One of the person&#x27;s interests.
5937 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005938 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005939 &quot;source&quot;: { # The source of a field. # The source of the field.
5940 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5941 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5942 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5943 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5944 &quot;userTypes&quot;: [ # Output only. The user types.
5945 &quot;A String&quot;,
5946 ],
5947 },
5948 &quot;type&quot;: &quot;A String&quot;, # The source type.
5949 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5950 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005951 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005952 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5953 },
5954 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
5955 },
5956 ],
5957 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
5958 { # A person&#x27;s locale preference.
5959 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005960 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005961 &quot;source&quot;: { # The source of a field. # The source of the field.
5962 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5963 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5964 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5965 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5966 &quot;userTypes&quot;: [ # Output only. The user types.
5967 &quot;A String&quot;,
5968 ],
5969 },
5970 &quot;type&quot;: &quot;A String&quot;, # The source type.
5971 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5972 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07005973 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005974 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5975 },
5976 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
5977 },
5978 ],
5979 &quot;locations&quot;: [ # The person&#x27;s locations.
5980 { # A person&#x27;s location.
5981 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
5982 &quot;current&quot;: True or False, # Whether the location is the current location.
5983 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
5984 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
5985 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
5986 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bot96afc042021-08-24 00:22:31 -07005987 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005988 &quot;source&quot;: { # The source of a field. # The source of the field.
5989 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5990 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5991 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5992 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5993 &quot;userTypes&quot;: [ # Output only. The user types.
5994 &quot;A String&quot;,
5995 ],
5996 },
5997 &quot;type&quot;: &quot;A String&quot;, # The source type.
5998 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5999 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006000 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006001 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6002 },
6003 &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`
6004 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
6005 },
6006 ],
6007 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
6008 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
6009 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
6010 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
6011 &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.
6012 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07006013 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
6014 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006015 },
6016 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006017 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006018 &quot;source&quot;: { # The source of a field. # The source of the field.
6019 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6020 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6021 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6022 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6023 &quot;userTypes&quot;: [ # Output only. The user types.
6024 &quot;A String&quot;,
6025 ],
6026 },
6027 &quot;type&quot;: &quot;A String&quot;, # The source type.
6028 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6029 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006030 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006031 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6032 },
6033 },
6034 ],
6035 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07006036 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006037 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
6038 &quot;A String&quot;,
6039 ],
6040 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07006041 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006042 &quot;A String&quot;,
6043 ],
6044 &quot;sources&quot;: [ # The sources of data for the person.
6045 { # The source of a field.
6046 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6047 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6048 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6049 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6050 &quot;userTypes&quot;: [ # Output only. The user types.
6051 &quot;A String&quot;,
6052 ],
6053 },
6054 &quot;type&quot;: &quot;A String&quot;, # The source type.
6055 &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 -08006056 },
6057 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006058 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006059 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
6060 { # A person&#x27;s miscellaneous keyword.
6061 &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.
6062 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006063 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006064 &quot;source&quot;: { # The source of a field. # The source of the field.
6065 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6066 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6067 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6068 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6069 &quot;userTypes&quot;: [ # Output only. The user types.
6070 &quot;A String&quot;,
6071 ],
6072 },
6073 &quot;type&quot;: &quot;A String&quot;, # The source type.
6074 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6075 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006076 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006077 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6078 },
6079 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
6080 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
6081 },
6082 ],
6083 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
6084 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
6085 &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.
6086 &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.
6087 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
6088 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
6089 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
6090 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
6091 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006092 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006093 &quot;source&quot;: { # The source of a field. # The source of the field.
6094 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6095 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6096 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6097 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6098 &quot;userTypes&quot;: [ # Output only. The user types.
6099 &quot;A String&quot;,
6100 ],
6101 },
6102 &quot;type&quot;: &quot;A String&quot;, # The source type.
6103 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6104 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006105 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006106 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6107 },
6108 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
6109 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
6110 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
6111 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
6112 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
6113 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
6114 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
6115 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
6116 },
6117 ],
6118 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
6119 { # A person&#x27;s nickname.
6120 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006121 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006122 &quot;source&quot;: { # The source of a field. # The source of the field.
6123 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6124 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6125 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6126 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6127 &quot;userTypes&quot;: [ # Output only. The user types.
6128 &quot;A String&quot;,
6129 ],
6130 },
6131 &quot;type&quot;: &quot;A String&quot;, # The source type.
6132 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6133 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006134 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006135 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6136 },
6137 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
6138 &quot;value&quot;: &quot;A String&quot;, # The nickname.
6139 },
6140 ],
6141 &quot;occupations&quot;: [ # The person&#x27;s occupations.
6142 { # A person&#x27;s occupation.
6143 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006144 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006145 &quot;source&quot;: { # The source of a field. # The source of the field.
6146 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6147 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6148 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6149 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6150 &quot;userTypes&quot;: [ # Output only. The user types.
6151 &quot;A String&quot;,
6152 ],
6153 },
6154 &quot;type&quot;: &quot;A String&quot;, # The source type.
6155 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6156 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006157 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006158 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6159 },
6160 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
6161 },
6162 ],
6163 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
6164 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07006165 &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006166 &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.
6167 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
6168 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
6169 &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.
6170 &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.
6171 &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.
6172 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6173 },
6174 &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.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07006175 &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006176 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
6177 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
6178 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006179 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006180 &quot;source&quot;: { # The source of a field. # The source of the field.
6181 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6182 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6183 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6184 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6185 &quot;userTypes&quot;: [ # Output only. The user types.
6186 &quot;A String&quot;,
6187 ],
6188 },
6189 &quot;type&quot;: &quot;A String&quot;, # The source type.
6190 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6191 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006192 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006193 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6194 },
6195 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
6196 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
6197 &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.
6198 &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.
6199 &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.
6200 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6201 },
6202 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
6203 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
6204 &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`
6205 },
6206 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07006207 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006208 { # A person&#x27;s phone number.
6209 &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.
6210 &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.
6211 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006212 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006213 &quot;source&quot;: { # The source of a field. # The source of the field.
6214 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6215 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6216 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6217 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6218 &quot;userTypes&quot;: [ # Output only. The user types.
6219 &quot;A String&quot;,
6220 ],
6221 },
6222 &quot;type&quot;: &quot;A String&quot;, # The source type.
6223 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6224 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006225 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006226 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6227 },
6228 &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`
6229 &quot;value&quot;: &quot;A String&quot;, # The phone number.
6230 },
6231 ],
6232 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
6233 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
6234 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
6235 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006236 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006237 &quot;source&quot;: { # The source of a field. # The source of the field.
6238 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6239 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6240 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6241 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6242 &quot;userTypes&quot;: [ # Output only. The user types.
6243 &quot;A String&quot;,
6244 ],
6245 },
6246 &quot;type&quot;: &quot;A String&quot;, # The source type.
6247 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6248 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006249 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006250 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6251 },
6252 &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
6253 },
6254 ],
6255 &quot;relations&quot;: [ # The person&#x27;s relations.
6256 { # A person&#x27;s relation to another person.
6257 &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.
6258 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006259 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006260 &quot;source&quot;: { # The source of a field. # The source of the field.
6261 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6262 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6263 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6264 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6265 &quot;userTypes&quot;: [ # Output only. The user types.
6266 &quot;A String&quot;,
6267 ],
6268 },
6269 &quot;type&quot;: &quot;A String&quot;, # The source type.
6270 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6271 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006272 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006273 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6274 },
6275 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
6276 &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`
6277 },
6278 ],
6279 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
6280 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
6281 &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.
6282 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006283 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006284 &quot;source&quot;: { # The source of a field. # The source of the field.
6285 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6286 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6287 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6288 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6289 &quot;userTypes&quot;: [ # Output only. The user types.
6290 &quot;A String&quot;,
6291 ],
6292 },
6293 &quot;type&quot;: &quot;A String&quot;, # The source type.
6294 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6295 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006296 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006297 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6298 },
6299 &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`
6300 },
6301 ],
6302 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
6303 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
6304 &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.
6305 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006306 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006307 &quot;source&quot;: { # The source of a field. # The source of the field.
6308 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6309 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6310 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6311 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6312 &quot;userTypes&quot;: [ # Output only. The user types.
6313 &quot;A String&quot;,
6314 ],
6315 },
6316 &quot;type&quot;: &quot;A String&quot;, # The source type.
6317 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6318 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006319 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006320 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6321 },
6322 &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`
6323 },
6324 ],
6325 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
6326 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
6327 &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.
6328 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006329 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006330 &quot;source&quot;: { # The source of a field. # The source of the field.
6331 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6332 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6333 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6334 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6335 &quot;userTypes&quot;: [ # Output only. The user types.
6336 &quot;A String&quot;,
6337 ],
6338 },
6339 &quot;type&quot;: &quot;A String&quot;, # The source type.
6340 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6341 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006342 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006343 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6344 },
6345 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
6346 },
6347 ],
6348 &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}`.
6349 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
6350 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
6351 &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.
6352 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006353 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006354 &quot;source&quot;: { # The source of a field. # The source of the field.
6355 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6356 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6357 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6358 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6359 &quot;userTypes&quot;: [ # Output only. The user types.
6360 &quot;A String&quot;,
6361 ],
6362 },
6363 &quot;type&quot;: &quot;A String&quot;, # The source type.
6364 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6365 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006366 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006367 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6368 },
6369 &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`
6370 &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.
6371 },
6372 ],
6373 &quot;skills&quot;: [ # The person&#x27;s skills.
6374 { # A skill that the person has.
6375 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006376 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006377 &quot;source&quot;: { # The source of a field. # The source of the field.
6378 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6379 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6380 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6381 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6382 &quot;userTypes&quot;: [ # Output only. The user types.
6383 &quot;A String&quot;,
6384 ],
6385 },
6386 &quot;type&quot;: &quot;A String&quot;, # The source type.
6387 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6388 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006389 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006390 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6391 },
6392 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
6393 },
6394 ],
6395 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
6396 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
6397 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006398 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006399 &quot;source&quot;: { # The source of a field. # The source of the field.
6400 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6401 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6402 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6403 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6404 &quot;userTypes&quot;: [ # Output only. The user types.
6405 &quot;A String&quot;,
6406 ],
6407 },
6408 &quot;type&quot;: &quot;A String&quot;, # The source type.
6409 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6410 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006411 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006412 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6413 },
6414 &quot;value&quot;: &quot;A String&quot;, # The tagline.
6415 },
6416 ],
6417 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
6418 { # A person&#x27;s associated URLs.
6419 &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.
6420 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006421 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006422 &quot;source&quot;: { # The source of a field. # The source of the field.
6423 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6424 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6425 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6426 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6427 &quot;userTypes&quot;: [ # Output only. The user types.
6428 &quot;A String&quot;,
6429 ],
6430 },
6431 &quot;type&quot;: &quot;A String&quot;, # The source type.
6432 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6433 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006434 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006435 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6436 },
6437 &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`
6438 &quot;value&quot;: &quot;A String&quot;, # The URL.
6439 },
6440 ],
6441 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
6442 { # Arbitrary user data that is populated by the end users.
6443 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
6444 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006445 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006446 &quot;source&quot;: { # The source of a field. # The source of the field.
6447 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6448 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6449 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6450 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6451 &quot;userTypes&quot;: [ # Output only. The user types.
6452 &quot;A String&quot;,
6453 ],
6454 },
6455 &quot;type&quot;: &quot;A String&quot;, # The source type.
6456 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6457 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006458 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006459 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6460 },
6461 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
6462 },
6463 ],
6464 },
6465}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07006466</div>
6467
6468<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006469 <code class="details" id="get">get(resourceName, personFields=None, requestMask_includeField=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006470 <pre>Provides information about a person by specifying a resource name. Use `people/me` to indicate the authenticated user. The request returns a 400 error if &#x27;personFields&#x27; is not specified.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07006471
6472Args:
yoshi-code-bot07708072021-07-20 00:20:24 -07006473 resourceName: string, Required. The resource name of the person to provide information about. - To get information about the authenticated user, specify `people/me`. - To get information about a google account, specify `people/{account_id}`. - To get information about a contact, specify the resource name that identifies the contact as returned by `people.connections.list`. (required)
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006474 personFields: string, Required. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006475 requestMask_includeField: string, Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006476 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_PROFILE and READ_SOURCE_TYPE_CONTACT if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006477 Allowed values
6478 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
6479 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
6480 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
6481 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim65020912020-05-20 12:08:20 -07006482 x__xgafv: string, V1 error format.
6483 Allowed values
6484 1 - v1 error format
6485 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08006486
6487Returns:
6488 An object of the form:
6489
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006490 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006491 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
6492 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
6493 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
6494 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
6495 &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.
6496 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
6497 &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.
6498 &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.
6499 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006500 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006501 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006502 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6503 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006504 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6505 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6506 &quot;userTypes&quot;: [ # Output only. The user types.
6507 &quot;A String&quot;,
6508 ],
6509 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006510 &quot;type&quot;: &quot;A String&quot;, # The source type.
6511 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006512 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006513 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006514 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6515 },
6516 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
6517 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
6518 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
6519 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
6520 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006521 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006522 ],
6523 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
6524 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
6525 { # A person&#x27;s age range.
6526 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
6527 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006528 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006529 &quot;source&quot;: { # The source of a field. # The source of the field.
6530 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6531 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6532 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6533 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6534 &quot;userTypes&quot;: [ # Output only. The user types.
6535 &quot;A String&quot;,
6536 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006537 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006538 &quot;type&quot;: &quot;A String&quot;, # The source type.
6539 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006540 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006541 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006542 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6543 },
6544 },
6545 ],
6546 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
6547 { # A person&#x27;s short biography.
6548 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
6549 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006550 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006551 &quot;source&quot;: { # The source of a field. # The source of the field.
6552 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6553 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6554 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6555 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6556 &quot;userTypes&quot;: [ # Output only. The user types.
6557 &quot;A String&quot;,
6558 ],
6559 },
6560 &quot;type&quot;: &quot;A String&quot;, # The source type.
6561 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6562 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006563 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006564 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6565 },
6566 &quot;value&quot;: &quot;A String&quot;, # The short biography.
6567 },
6568 ],
6569 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
6570 { # 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.
6571 &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.
6572 &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.
6573 &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.
6574 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6575 },
6576 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006577 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006578 &quot;source&quot;: { # The source of a field. # The source of the field.
6579 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6580 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6581 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6582 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6583 &quot;userTypes&quot;: [ # Output only. The user types.
6584 &quot;A String&quot;,
6585 ],
6586 },
6587 &quot;type&quot;: &quot;A String&quot;, # The source type.
6588 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6589 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006590 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006591 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6592 },
6593 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
6594 },
6595 ],
6596 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
6597 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
6598 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006599 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006600 &quot;source&quot;: { # The source of a field. # The source of the field.
6601 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6602 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6603 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6604 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6605 &quot;userTypes&quot;: [ # Output only. The user types.
6606 &quot;A String&quot;,
6607 ],
6608 },
6609 &quot;type&quot;: &quot;A String&quot;, # The source type.
6610 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6611 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006612 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006613 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6614 },
6615 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
6616 },
6617 ],
6618 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
6619 { # A person&#x27;s calendar URL.
6620 &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.
6621 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006622 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006623 &quot;source&quot;: { # The source of a field. # The source of the field.
6624 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6625 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6626 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6627 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6628 &quot;userTypes&quot;: [ # Output only. The user types.
6629 &quot;A String&quot;,
6630 ],
6631 },
6632 &quot;type&quot;: &quot;A String&quot;, # The source type.
6633 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6634 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006635 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006636 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6637 },
6638 &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`
6639 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
6640 },
6641 ],
6642 &quot;clientData&quot;: [ # The person&#x27;s client data.
6643 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
6644 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
6645 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006646 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006647 &quot;source&quot;: { # The source of a field. # The source of the field.
6648 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6649 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6650 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6651 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6652 &quot;userTypes&quot;: [ # Output only. The user types.
6653 &quot;A String&quot;,
6654 ],
6655 },
6656 &quot;type&quot;: &quot;A String&quot;, # The source type.
6657 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6658 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006659 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006660 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6661 },
6662 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
6663 },
6664 ],
6665 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
6666 { # 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.
6667 &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.
6668 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006669 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006670 &quot;source&quot;: { # The source of a field. # The source of the field.
6671 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6672 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6673 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6674 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6675 &quot;userTypes&quot;: [ # Output only. The user types.
6676 &quot;A String&quot;,
6677 ],
6678 },
6679 &quot;type&quot;: &quot;A String&quot;, # The source type.
6680 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6681 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006682 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006683 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6684 },
6685 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
6686 },
6687 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07006688 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006689 { # A person&#x27;s email address.
6690 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
6691 &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.
6692 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006693 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006694 &quot;source&quot;: { # The source of a field. # The source of the field.
6695 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6696 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6697 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6698 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6699 &quot;userTypes&quot;: [ # Output only. The user types.
6700 &quot;A String&quot;,
6701 ],
6702 },
6703 &quot;type&quot;: &quot;A String&quot;, # The source type.
6704 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6705 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006706 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006707 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6708 },
6709 &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`
6710 &quot;value&quot;: &quot;A String&quot;, # The email address.
6711 },
6712 ],
6713 &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.
6714 &quot;events&quot;: [ # The person&#x27;s events.
6715 { # An event related to the person.
6716 &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.
6717 &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.
6718 &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.
6719 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6720 },
6721 &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.
6722 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006723 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006724 &quot;source&quot;: { # The source of a field. # The source of the field.
6725 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6726 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6727 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6728 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6729 &quot;userTypes&quot;: [ # Output only. The user types.
6730 &quot;A String&quot;,
6731 ],
6732 },
6733 &quot;type&quot;: &quot;A String&quot;, # The source type.
6734 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6735 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006736 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006737 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6738 },
6739 &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`
6740 },
6741 ],
6742 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
6743 { # An identifier from an external entity related to the person.
6744 &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.
6745 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006746 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006747 &quot;source&quot;: { # The source of a field. # The source of the field.
6748 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6749 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6750 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6751 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6752 &quot;userTypes&quot;: [ # Output only. The user types.
6753 &quot;A String&quot;,
6754 ],
6755 },
6756 &quot;type&quot;: &quot;A String&quot;, # The source type.
6757 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6758 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006759 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006760 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6761 },
6762 &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`
6763 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
6764 },
6765 ],
6766 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
6767 { # The name that should be used to sort the person in a list.
6768 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006769 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006770 &quot;source&quot;: { # The source of a field. # The source of the field.
6771 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6772 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6773 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6774 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6775 &quot;userTypes&quot;: [ # Output only. The user types.
6776 &quot;A String&quot;,
6777 ],
6778 },
6779 &quot;type&quot;: &quot;A String&quot;, # The source type.
6780 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6781 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006782 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006783 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6784 },
6785 &quot;value&quot;: &quot;A String&quot;, # The file-as value
6786 },
6787 ],
6788 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
6789 { # A person&#x27;s gender.
6790 &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`
6791 &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.
6792 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006793 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006794 &quot;source&quot;: { # The source of a field. # The source of the field.
6795 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6796 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6797 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6798 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6799 &quot;userTypes&quot;: [ # Output only. The user types.
6800 &quot;A String&quot;,
6801 ],
6802 },
6803 &quot;type&quot;: &quot;A String&quot;, # The source type.
6804 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6805 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006806 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006807 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6808 },
6809 &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`
6810 },
6811 ],
6812 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
6813 { # A person&#x27;s instant messaging client.
6814 &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.
6815 &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.
6816 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006817 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006818 &quot;source&quot;: { # The source of a field. # The source of the field.
6819 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6820 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6821 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6822 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6823 &quot;userTypes&quot;: [ # Output only. The user types.
6824 &quot;A String&quot;,
6825 ],
6826 },
6827 &quot;type&quot;: &quot;A String&quot;, # The source type.
6828 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6829 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006830 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006831 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6832 },
6833 &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`
6834 &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`
6835 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
6836 },
6837 ],
6838 &quot;interests&quot;: [ # The person&#x27;s interests.
6839 { # One of the person&#x27;s interests.
6840 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006841 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006842 &quot;source&quot;: { # The source of a field. # The source of the field.
6843 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6844 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6845 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6846 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6847 &quot;userTypes&quot;: [ # Output only. The user types.
6848 &quot;A String&quot;,
6849 ],
6850 },
6851 &quot;type&quot;: &quot;A String&quot;, # The source type.
6852 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6853 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006854 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006855 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6856 },
6857 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
6858 },
6859 ],
6860 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
6861 { # A person&#x27;s locale preference.
6862 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006863 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006864 &quot;source&quot;: { # The source of a field. # The source of the field.
6865 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6866 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6867 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6868 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6869 &quot;userTypes&quot;: [ # Output only. The user types.
6870 &quot;A String&quot;,
6871 ],
6872 },
6873 &quot;type&quot;: &quot;A String&quot;, # The source type.
6874 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6875 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006876 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006877 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6878 },
6879 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
6880 },
6881 ],
6882 &quot;locations&quot;: [ # The person&#x27;s locations.
6883 { # A person&#x27;s location.
6884 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
6885 &quot;current&quot;: True or False, # Whether the location is the current location.
6886 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
6887 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
6888 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
6889 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006890 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006891 &quot;source&quot;: { # The source of a field. # The source of the field.
6892 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6893 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6894 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6895 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6896 &quot;userTypes&quot;: [ # Output only. The user types.
6897 &quot;A String&quot;,
6898 ],
6899 },
6900 &quot;type&quot;: &quot;A String&quot;, # The source type.
6901 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6902 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006903 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006904 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6905 },
6906 &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`
6907 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
6908 },
6909 ],
6910 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
6911 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
6912 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
6913 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
6914 &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.
6915 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07006916 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
6917 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006918 },
6919 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006920 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006921 &quot;source&quot;: { # The source of a field. # The source of the field.
6922 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6923 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6924 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6925 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6926 &quot;userTypes&quot;: [ # Output only. The user types.
6927 &quot;A String&quot;,
6928 ],
6929 },
6930 &quot;type&quot;: &quot;A String&quot;, # The source type.
6931 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6932 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006933 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006934 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6935 },
6936 },
6937 ],
6938 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07006939 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006940 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
6941 &quot;A String&quot;,
6942 ],
6943 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07006944 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006945 &quot;A String&quot;,
6946 ],
6947 &quot;sources&quot;: [ # The sources of data for the person.
6948 { # The source of a field.
6949 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6950 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6951 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6952 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6953 &quot;userTypes&quot;: [ # Output only. The user types.
6954 &quot;A String&quot;,
6955 ],
6956 },
6957 &quot;type&quot;: &quot;A String&quot;, # The source type.
6958 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006959 },
6960 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006961 },
6962 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
6963 { # A person&#x27;s miscellaneous keyword.
6964 &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.
6965 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006966 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006967 &quot;source&quot;: { # The source of a field. # The source of the field.
6968 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6969 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6970 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6971 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6972 &quot;userTypes&quot;: [ # Output only. The user types.
6973 &quot;A String&quot;,
6974 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006975 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006976 &quot;type&quot;: &quot;A String&quot;, # The source type.
6977 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006978 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07006979 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006980 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006981 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006982 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
6983 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
6984 },
6985 ],
6986 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
6987 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
6988 &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.
6989 &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.
6990 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
6991 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
6992 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
6993 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
6994 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bot96afc042021-08-24 00:22:31 -07006995 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006996 &quot;source&quot;: { # The source of a field. # The source of the field.
6997 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6998 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6999 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7000 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7001 &quot;userTypes&quot;: [ # Output only. The user types.
7002 &quot;A String&quot;,
7003 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007004 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007005 &quot;type&quot;: &quot;A String&quot;, # The source type.
7006 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007007 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007008 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007009 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007010 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007011 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
7012 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
7013 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
7014 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
7015 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
7016 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
7017 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
7018 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
7019 },
7020 ],
7021 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
7022 { # A person&#x27;s nickname.
7023 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007024 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007025 &quot;source&quot;: { # The source of a field. # The source of the field.
7026 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7027 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7028 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7029 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7030 &quot;userTypes&quot;: [ # Output only. The user types.
7031 &quot;A String&quot;,
7032 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007033 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007034 &quot;type&quot;: &quot;A String&quot;, # The source type.
7035 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007036 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007037 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007038 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007039 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007040 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
7041 &quot;value&quot;: &quot;A String&quot;, # The nickname.
7042 },
7043 ],
7044 &quot;occupations&quot;: [ # The person&#x27;s occupations.
7045 { # A person&#x27;s occupation.
7046 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007047 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007048 &quot;source&quot;: { # The source of a field. # The source of the field.
7049 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7050 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7051 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7052 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7053 &quot;userTypes&quot;: [ # Output only. The user types.
7054 &quot;A String&quot;,
7055 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007056 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007057 &quot;type&quot;: &quot;A String&quot;, # The source type.
7058 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007059 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007060 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007061 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007062 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007063 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
7064 },
7065 ],
7066 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
7067 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07007068 &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007069 &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.
7070 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
7071 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
7072 &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.
7073 &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.
7074 &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.
7075 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7076 },
7077 &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.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07007078 &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007079 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
7080 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
7081 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007082 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007083 &quot;source&quot;: { # The source of a field. # The source of the field.
7084 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7085 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7086 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7087 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7088 &quot;userTypes&quot;: [ # Output only. The user types.
7089 &quot;A String&quot;,
7090 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007091 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007092 &quot;type&quot;: &quot;A String&quot;, # The source type.
7093 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007094 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007095 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007096 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007097 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007098 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
7099 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
7100 &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.
7101 &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.
7102 &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.
7103 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7104 },
7105 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
7106 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
7107 &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`
7108 },
7109 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07007110 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007111 { # A person&#x27;s phone number.
7112 &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.
7113 &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.
7114 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007115 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007116 &quot;source&quot;: { # The source of a field. # The source of the field.
7117 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7118 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7119 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7120 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7121 &quot;userTypes&quot;: [ # Output only. The user types.
7122 &quot;A String&quot;,
7123 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007124 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007125 &quot;type&quot;: &quot;A String&quot;, # The source type.
7126 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007127 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007128 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007129 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007130 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007131 &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`
7132 &quot;value&quot;: &quot;A String&quot;, # The phone number.
7133 },
7134 ],
7135 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
7136 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
7137 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
7138 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007139 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007140 &quot;source&quot;: { # The source of a field. # The source of the field.
7141 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7142 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7143 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7144 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7145 &quot;userTypes&quot;: [ # Output only. The user types.
7146 &quot;A String&quot;,
7147 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007148 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007149 &quot;type&quot;: &quot;A String&quot;, # The source type.
7150 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007151 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007152 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007153 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007154 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007155 &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
7156 },
7157 ],
7158 &quot;relations&quot;: [ # The person&#x27;s relations.
7159 { # A person&#x27;s relation to another person.
7160 &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.
7161 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007162 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007163 &quot;source&quot;: { # The source of a field. # The source of the field.
7164 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7165 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7166 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7167 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7168 &quot;userTypes&quot;: [ # Output only. The user types.
7169 &quot;A String&quot;,
7170 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007171 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007172 &quot;type&quot;: &quot;A String&quot;, # The source type.
7173 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007174 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007175 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007176 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007177 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007178 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
7179 &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`
7180 },
7181 ],
7182 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
7183 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
7184 &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.
7185 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007186 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007187 &quot;source&quot;: { # The source of a field. # The source of the field.
7188 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7189 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7190 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7191 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7192 &quot;userTypes&quot;: [ # Output only. The user types.
7193 &quot;A String&quot;,
7194 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007195 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007196 &quot;type&quot;: &quot;A String&quot;, # The source type.
7197 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007198 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007199 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007200 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007201 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007202 &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`
7203 },
7204 ],
7205 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
7206 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
7207 &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.
7208 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007209 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007210 &quot;source&quot;: { # The source of a field. # The source of the field.
7211 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7212 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7213 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7214 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7215 &quot;userTypes&quot;: [ # Output only. The user types.
7216 &quot;A String&quot;,
7217 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007218 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007219 &quot;type&quot;: &quot;A String&quot;, # The source type.
7220 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007221 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007222 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007223 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007224 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007225 &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`
7226 },
7227 ],
7228 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
7229 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
7230 &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.
7231 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007232 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007233 &quot;source&quot;: { # The source of a field. # The source of the field.
7234 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7235 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7236 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7237 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7238 &quot;userTypes&quot;: [ # Output only. The user types.
7239 &quot;A String&quot;,
7240 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007241 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007242 &quot;type&quot;: &quot;A String&quot;, # The source type.
7243 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007244 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007245 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007246 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007247 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007248 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
7249 },
7250 ],
7251 &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}`.
7252 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
7253 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
7254 &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.
7255 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007256 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007257 &quot;source&quot;: { # The source of a field. # The source of the field.
7258 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7259 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7260 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7261 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7262 &quot;userTypes&quot;: [ # Output only. The user types.
7263 &quot;A String&quot;,
7264 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007265 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007266 &quot;type&quot;: &quot;A String&quot;, # The source type.
7267 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007268 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007269 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007270 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007271 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007272 &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`
7273 &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.
7274 },
7275 ],
7276 &quot;skills&quot;: [ # The person&#x27;s skills.
7277 { # A skill that the person has.
7278 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007279 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007280 &quot;source&quot;: { # The source of a field. # The source of the field.
7281 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7282 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7283 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7284 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7285 &quot;userTypes&quot;: [ # Output only. The user types.
7286 &quot;A String&quot;,
7287 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007288 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007289 &quot;type&quot;: &quot;A String&quot;, # The source type.
7290 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007291 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007292 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007293 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007294 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007295 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
7296 },
7297 ],
7298 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
7299 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
7300 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007301 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007302 &quot;source&quot;: { # The source of a field. # The source of the field.
7303 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7304 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7305 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7306 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7307 &quot;userTypes&quot;: [ # Output only. The user types.
7308 &quot;A String&quot;,
7309 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007310 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007311 &quot;type&quot;: &quot;A String&quot;, # The source type.
7312 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007313 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007314 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007315 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -08007316 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007317 &quot;value&quot;: &quot;A String&quot;, # The tagline.
7318 },
7319 ],
7320 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
7321 { # A person&#x27;s associated URLs.
7322 &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.
7323 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007324 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007325 &quot;source&quot;: { # The source of a field. # The source of the field.
7326 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7327 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7328 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7329 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7330 &quot;userTypes&quot;: [ # Output only. The user types.
7331 &quot;A String&quot;,
7332 ],
7333 },
7334 &quot;type&quot;: &quot;A String&quot;, # The source type.
7335 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7336 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007337 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007338 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7339 },
7340 &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`
7341 &quot;value&quot;: &quot;A String&quot;, # The URL.
7342 },
7343 ],
7344 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
7345 { # Arbitrary user data that is populated by the end users.
7346 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
7347 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007348 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007349 &quot;source&quot;: { # The source of a field. # The source of the field.
7350 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7351 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7352 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7353 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7354 &quot;userTypes&quot;: [ # Output only. The user types.
7355 &quot;A String&quot;,
7356 ],
7357 },
7358 &quot;type&quot;: &quot;A String&quot;, # The source type.
7359 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7360 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007361 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007362 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7363 },
7364 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
7365 },
7366 ],
7367}</pre>
Dan O'Mearadd494642020-05-01 07:42:23 -07007368</div>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07007369
Dan O'Mearadd494642020-05-01 07:42:23 -07007370<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007371 <code class="details" id="getBatchGet">getBatchGet(personFields=None, requestMask_includeField=None, resourceNames=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007372 <pre>Provides information about a list of specific people by specifying a list of requested resource names. Use `people/me` to indicate the authenticated user. The request returns a 400 error if &#x27;personFields&#x27; is not specified.
Dan O'Mearadd494642020-05-01 07:42:23 -07007373
7374Args:
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007375 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 Bot0bf565c2020-12-09 08:56:03 -08007376 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-code-bot07708072021-07-20 00:20:24 -07007377 resourceNames: string, Required. The resource names of the people to provide information about. It&#x27;s repeatable. The URL query parameter should be resourceNames=&lt;name1&gt;&amp;resourceNames=&lt;name2&gt;&amp;... - To get information about the authenticated user, specify `people/me`. - To get information about a google account, specify `people/{account_id}`. - To get information about a contact, specify the resource name that identifies the contact as returned by `people.connections.list`. There is a maximum of 200 resource names. (repeated)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007378 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007379 Allowed values
7380 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
7381 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
7382 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
7383 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim65020912020-05-20 12:08:20 -07007384 x__xgafv: string, V1 error format.
7385 Allowed values
7386 1 - v1 error format
7387 2 - v2 error format
Dan O'Mearadd494642020-05-01 07:42:23 -07007388
7389Returns:
7390 An object of the form:
7391
7392 { # The response to a get request for a list of people by resource name.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007393 &quot;responses&quot;: [ # The response for each requested resource name.
7394 { # The response for a single person
7395 &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
7396 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The person.
7397 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
7398 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
7399 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
7400 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
7401 &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.
7402 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
7403 &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.
7404 &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.
7405 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007406 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007407 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007408 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7409 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007410 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7411 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7412 &quot;userTypes&quot;: [ # Output only. The user types.
7413 &quot;A String&quot;,
7414 ],
7415 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007416 &quot;type&quot;: &quot;A String&quot;, # The source type.
7417 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007418 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007419 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007420 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7421 },
7422 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
7423 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
7424 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
7425 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
7426 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007427 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007428 ],
7429 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
7430 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
7431 { # A person&#x27;s age range.
7432 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
7433 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007434 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007435 &quot;source&quot;: { # The source of a field. # The source of the field.
7436 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7437 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7438 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7439 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7440 &quot;userTypes&quot;: [ # Output only. The user types.
7441 &quot;A String&quot;,
7442 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007443 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007444 &quot;type&quot;: &quot;A String&quot;, # The source type.
7445 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007446 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007447 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007448 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007449 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007450 },
7451 ],
7452 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
7453 { # A person&#x27;s short biography.
7454 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
7455 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007456 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007457 &quot;source&quot;: { # The source of a field. # The source of the field.
7458 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7459 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7460 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7461 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7462 &quot;userTypes&quot;: [ # Output only. The user types.
7463 &quot;A String&quot;,
7464 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007465 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007466 &quot;type&quot;: &quot;A String&quot;, # The source type.
7467 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007468 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007469 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007470 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007471 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007472 &quot;value&quot;: &quot;A String&quot;, # The short biography.
7473 },
7474 ],
7475 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
7476 { # 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.
7477 &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.
7478 &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.
7479 &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.
7480 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007481 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007482 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007483 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007484 &quot;source&quot;: { # The source of a field. # The source of the field.
7485 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7486 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7487 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7488 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7489 &quot;userTypes&quot;: [ # Output only. The user types.
7490 &quot;A String&quot;,
7491 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007492 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007493 &quot;type&quot;: &quot;A String&quot;, # The source type.
7494 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007495 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007496 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007497 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007498 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007499 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
7500 },
7501 ],
7502 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
7503 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
7504 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007505 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007506 &quot;source&quot;: { # The source of a field. # The source of the field.
7507 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7508 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7509 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7510 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7511 &quot;userTypes&quot;: [ # Output only. The user types.
7512 &quot;A String&quot;,
7513 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007514 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007515 &quot;type&quot;: &quot;A String&quot;, # The source type.
7516 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007517 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007518 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007519 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007520 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007521 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
7522 },
7523 ],
7524 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
7525 { # A person&#x27;s calendar URL.
7526 &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.
7527 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007528 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007529 &quot;source&quot;: { # The source of a field. # The source of the field.
7530 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7531 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7532 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7533 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7534 &quot;userTypes&quot;: [ # Output only. The user types.
7535 &quot;A String&quot;,
7536 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007537 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007538 &quot;type&quot;: &quot;A String&quot;, # The source type.
7539 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007540 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007541 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007542 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007543 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007544 &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`
7545 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
7546 },
7547 ],
7548 &quot;clientData&quot;: [ # The person&#x27;s client data.
7549 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
7550 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
7551 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007552 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007553 &quot;source&quot;: { # The source of a field. # The source of the field.
7554 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7555 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7556 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7557 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7558 &quot;userTypes&quot;: [ # Output only. The user types.
7559 &quot;A String&quot;,
7560 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007561 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007562 &quot;type&quot;: &quot;A String&quot;, # The source type.
7563 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007564 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007565 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007566 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007567 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007568 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
7569 },
7570 ],
7571 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
7572 { # 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.
7573 &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.
7574 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007575 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007576 &quot;source&quot;: { # The source of a field. # The source of the field.
7577 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7578 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7579 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7580 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7581 &quot;userTypes&quot;: [ # Output only. The user types.
7582 &quot;A String&quot;,
7583 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007584 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007585 &quot;type&quot;: &quot;A String&quot;, # The source type.
7586 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007587 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007588 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007589 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007590 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007591 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
7592 },
7593 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07007594 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007595 { # A person&#x27;s email address.
7596 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
7597 &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.
7598 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007599 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007600 &quot;source&quot;: { # The source of a field. # The source of the field.
7601 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7602 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7603 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7604 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7605 &quot;userTypes&quot;: [ # Output only. The user types.
7606 &quot;A String&quot;,
7607 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007608 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007609 &quot;type&quot;: &quot;A String&quot;, # The source type.
7610 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007611 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007612 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007613 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007614 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007615 &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`
7616 &quot;value&quot;: &quot;A String&quot;, # The email address.
7617 },
7618 ],
7619 &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.
7620 &quot;events&quot;: [ # The person&#x27;s events.
7621 { # An event related to the person.
7622 &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.
7623 &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.
7624 &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.
7625 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007626 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007627 &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.
7628 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007629 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007630 &quot;source&quot;: { # The source of a field. # The source of the field.
7631 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7632 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7633 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7634 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7635 &quot;userTypes&quot;: [ # Output only. The user types.
7636 &quot;A String&quot;,
7637 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007638 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007639 &quot;type&quot;: &quot;A String&quot;, # The source type.
7640 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007641 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007642 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007643 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007644 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007645 &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`
7646 },
7647 ],
7648 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
7649 { # An identifier from an external entity related to the person.
7650 &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.
7651 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007652 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007653 &quot;source&quot;: { # The source of a field. # The source of the field.
7654 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7655 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7656 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7657 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7658 &quot;userTypes&quot;: [ # Output only. The user types.
7659 &quot;A String&quot;,
7660 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007661 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007662 &quot;type&quot;: &quot;A String&quot;, # The source type.
7663 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007664 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007665 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007666 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007667 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007668 &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`
7669 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
7670 },
7671 ],
7672 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
7673 { # The name that should be used to sort the person in a list.
7674 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007675 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007676 &quot;source&quot;: { # The source of a field. # The source of the field.
7677 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7678 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7679 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7680 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7681 &quot;userTypes&quot;: [ # Output only. The user types.
7682 &quot;A String&quot;,
7683 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007684 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007685 &quot;type&quot;: &quot;A String&quot;, # The source type.
7686 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007687 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007688 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007689 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007690 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007691 &quot;value&quot;: &quot;A String&quot;, # The file-as value
7692 },
7693 ],
7694 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
7695 { # A person&#x27;s gender.
7696 &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`
7697 &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.
7698 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007699 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007700 &quot;source&quot;: { # The source of a field. # The source of the field.
7701 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7702 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7703 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7704 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7705 &quot;userTypes&quot;: [ # Output only. The user types.
7706 &quot;A String&quot;,
7707 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007708 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007709 &quot;type&quot;: &quot;A String&quot;, # The source type.
7710 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007711 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007712 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007713 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007714 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007715 &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`
7716 },
7717 ],
7718 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
7719 { # A person&#x27;s instant messaging client.
7720 &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.
7721 &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.
7722 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007723 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007724 &quot;source&quot;: { # The source of a field. # The source of the field.
7725 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7726 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7727 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7728 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7729 &quot;userTypes&quot;: [ # Output only. The user types.
7730 &quot;A String&quot;,
7731 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007732 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007733 &quot;type&quot;: &quot;A String&quot;, # The source type.
7734 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007735 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007736 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007737 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7738 },
7739 &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`
7740 &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`
7741 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
7742 },
7743 ],
7744 &quot;interests&quot;: [ # The person&#x27;s interests.
7745 { # One of the person&#x27;s interests.
7746 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007747 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007748 &quot;source&quot;: { # The source of a field. # The source of the field.
7749 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7750 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7751 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7752 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7753 &quot;userTypes&quot;: [ # Output only. The user types.
7754 &quot;A String&quot;,
7755 ],
7756 },
7757 &quot;type&quot;: &quot;A String&quot;, # The source type.
7758 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7759 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007760 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007761 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7762 },
7763 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
7764 },
7765 ],
7766 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
7767 { # A person&#x27;s locale preference.
7768 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007769 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007770 &quot;source&quot;: { # The source of a field. # The source of the field.
7771 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7772 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7773 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7774 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7775 &quot;userTypes&quot;: [ # Output only. The user types.
7776 &quot;A String&quot;,
7777 ],
7778 },
7779 &quot;type&quot;: &quot;A String&quot;, # The source type.
7780 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7781 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007782 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007783 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7784 },
7785 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
7786 },
7787 ],
7788 &quot;locations&quot;: [ # The person&#x27;s locations.
7789 { # A person&#x27;s location.
7790 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
7791 &quot;current&quot;: True or False, # Whether the location is the current location.
7792 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
7793 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
7794 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
7795 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007796 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007797 &quot;source&quot;: { # The source of a field. # The source of the field.
7798 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7799 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7800 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7801 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7802 &quot;userTypes&quot;: [ # Output only. The user types.
7803 &quot;A String&quot;,
7804 ],
7805 },
7806 &quot;type&quot;: &quot;A String&quot;, # The source type.
7807 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7808 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007809 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007810 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7811 },
7812 &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`
7813 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
7814 },
7815 ],
7816 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
7817 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
7818 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
7819 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
7820 &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.
7821 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07007822 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
7823 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007824 },
7825 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007826 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007827 &quot;source&quot;: { # The source of a field. # The source of the field.
7828 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7829 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7830 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7831 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7832 &quot;userTypes&quot;: [ # Output only. The user types.
7833 &quot;A String&quot;,
7834 ],
7835 },
7836 &quot;type&quot;: &quot;A String&quot;, # The source type.
7837 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7838 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007839 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007840 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7841 },
7842 },
7843 ],
7844 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07007845 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007846 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
7847 &quot;A String&quot;,
7848 ],
7849 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07007850 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007851 &quot;A String&quot;,
7852 ],
7853 &quot;sources&quot;: [ # The sources of data for the person.
7854 { # The source of a field.
7855 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7856 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7857 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7858 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7859 &quot;userTypes&quot;: [ # Output only. The user types.
7860 &quot;A String&quot;,
7861 ],
7862 },
7863 &quot;type&quot;: &quot;A String&quot;, # The source type.
7864 &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 -08007865 },
7866 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007867 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007868 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
7869 { # A person&#x27;s miscellaneous keyword.
7870 &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.
7871 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007872 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007873 &quot;source&quot;: { # The source of a field. # The source of the field.
7874 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7875 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7876 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7877 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7878 &quot;userTypes&quot;: [ # Output only. The user types.
7879 &quot;A String&quot;,
7880 ],
7881 },
7882 &quot;type&quot;: &quot;A String&quot;, # The source type.
7883 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7884 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007885 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007886 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007887 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007888 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
7889 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
7890 },
7891 ],
7892 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
7893 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
7894 &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.
7895 &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.
7896 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
7897 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
7898 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
7899 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
7900 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007901 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007902 &quot;source&quot;: { # The source of a field. # The source of the field.
7903 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7904 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7905 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7906 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7907 &quot;userTypes&quot;: [ # Output only. The user types.
7908 &quot;A String&quot;,
7909 ],
7910 },
7911 &quot;type&quot;: &quot;A String&quot;, # The source type.
7912 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7913 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007914 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007915 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7916 },
7917 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
7918 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
7919 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
7920 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
7921 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
7922 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
7923 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
7924 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
7925 },
7926 ],
7927 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
7928 { # A person&#x27;s nickname.
7929 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007930 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007931 &quot;source&quot;: { # The source of a field. # The source of the field.
7932 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7933 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7934 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7935 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7936 &quot;userTypes&quot;: [ # Output only. The user types.
7937 &quot;A String&quot;,
7938 ],
7939 },
7940 &quot;type&quot;: &quot;A String&quot;, # The source type.
7941 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7942 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007943 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007944 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7945 },
7946 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
7947 &quot;value&quot;: &quot;A String&quot;, # The nickname.
7948 },
7949 ],
7950 &quot;occupations&quot;: [ # The person&#x27;s occupations.
7951 { # A person&#x27;s occupation.
7952 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007953 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007954 &quot;source&quot;: { # The source of a field. # The source of the field.
7955 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7956 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7957 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7958 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7959 &quot;userTypes&quot;: [ # Output only. The user types.
7960 &quot;A String&quot;,
7961 ],
7962 },
7963 &quot;type&quot;: &quot;A String&quot;, # The source type.
7964 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7965 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07007966 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007967 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7968 },
7969 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
7970 },
7971 ],
7972 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
7973 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07007974 &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007975 &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.
7976 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
7977 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
7978 &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.
7979 &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.
7980 &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.
7981 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7982 },
7983 &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.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07007984 &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007985 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
7986 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
7987 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bot96afc042021-08-24 00:22:31 -07007988 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007989 &quot;source&quot;: { # The source of a field. # The source of the field.
7990 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7991 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7992 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7993 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7994 &quot;userTypes&quot;: [ # Output only. The user types.
7995 &quot;A String&quot;,
7996 ],
7997 },
7998 &quot;type&quot;: &quot;A String&quot;, # The source type.
7999 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8000 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008001 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008002 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8003 },
8004 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
8005 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
8006 &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.
8007 &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.
8008 &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.
8009 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8010 },
8011 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
8012 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
8013 &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`
8014 },
8015 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07008016 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008017 { # A person&#x27;s phone number.
8018 &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.
8019 &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.
8020 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008021 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008022 &quot;source&quot;: { # The source of a field. # The source of the field.
8023 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8024 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8025 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8026 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8027 &quot;userTypes&quot;: [ # Output only. The user types.
8028 &quot;A String&quot;,
8029 ],
8030 },
8031 &quot;type&quot;: &quot;A String&quot;, # The source type.
8032 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8033 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008034 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008035 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8036 },
8037 &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`
8038 &quot;value&quot;: &quot;A String&quot;, # The phone number.
8039 },
8040 ],
8041 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
8042 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
8043 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
8044 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008045 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008046 &quot;source&quot;: { # The source of a field. # The source of the field.
8047 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8048 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8049 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8050 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8051 &quot;userTypes&quot;: [ # Output only. The user types.
8052 &quot;A String&quot;,
8053 ],
8054 },
8055 &quot;type&quot;: &quot;A String&quot;, # The source type.
8056 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8057 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008058 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008059 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8060 },
8061 &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
8062 },
8063 ],
8064 &quot;relations&quot;: [ # The person&#x27;s relations.
8065 { # A person&#x27;s relation to another person.
8066 &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.
8067 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008068 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008069 &quot;source&quot;: { # The source of a field. # The source of the field.
8070 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8071 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8072 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8073 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8074 &quot;userTypes&quot;: [ # Output only. The user types.
8075 &quot;A String&quot;,
8076 ],
8077 },
8078 &quot;type&quot;: &quot;A String&quot;, # The source type.
8079 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8080 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008081 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008082 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8083 },
8084 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
8085 &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`
8086 },
8087 ],
8088 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
8089 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
8090 &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.
8091 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008092 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008093 &quot;source&quot;: { # The source of a field. # The source of the field.
8094 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8095 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8096 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8097 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8098 &quot;userTypes&quot;: [ # Output only. The user types.
8099 &quot;A String&quot;,
8100 ],
8101 },
8102 &quot;type&quot;: &quot;A String&quot;, # The source type.
8103 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8104 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008105 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008106 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8107 },
8108 &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`
8109 },
8110 ],
8111 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
8112 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
8113 &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.
8114 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008115 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008116 &quot;source&quot;: { # The source of a field. # The source of the field.
8117 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8118 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8119 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8120 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8121 &quot;userTypes&quot;: [ # Output only. The user types.
8122 &quot;A String&quot;,
8123 ],
8124 },
8125 &quot;type&quot;: &quot;A String&quot;, # The source type.
8126 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8127 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008128 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008129 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8130 },
8131 &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`
8132 },
8133 ],
8134 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
8135 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
8136 &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.
8137 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008138 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008139 &quot;source&quot;: { # The source of a field. # The source of the field.
8140 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8141 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8142 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8143 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8144 &quot;userTypes&quot;: [ # Output only. The user types.
8145 &quot;A String&quot;,
8146 ],
8147 },
8148 &quot;type&quot;: &quot;A String&quot;, # The source type.
8149 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8150 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008151 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008152 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8153 },
8154 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
8155 },
8156 ],
8157 &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}`.
8158 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
8159 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
8160 &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.
8161 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008162 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008163 &quot;source&quot;: { # The source of a field. # The source of the field.
8164 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8165 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8166 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8167 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8168 &quot;userTypes&quot;: [ # Output only. The user types.
8169 &quot;A String&quot;,
8170 ],
8171 },
8172 &quot;type&quot;: &quot;A String&quot;, # The source type.
8173 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8174 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008175 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008176 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8177 },
8178 &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`
8179 &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.
8180 },
8181 ],
8182 &quot;skills&quot;: [ # The person&#x27;s skills.
8183 { # A skill that the person has.
8184 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008185 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008186 &quot;source&quot;: { # The source of a field. # The source of the field.
8187 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8188 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8189 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8190 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8191 &quot;userTypes&quot;: [ # Output only. The user types.
8192 &quot;A String&quot;,
8193 ],
8194 },
8195 &quot;type&quot;: &quot;A String&quot;, # The source type.
8196 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8197 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008198 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008199 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8200 },
8201 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
8202 },
8203 ],
8204 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
8205 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
8206 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008207 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008208 &quot;source&quot;: { # The source of a field. # The source of the field.
8209 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8210 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8211 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8212 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8213 &quot;userTypes&quot;: [ # Output only. The user types.
8214 &quot;A String&quot;,
8215 ],
8216 },
8217 &quot;type&quot;: &quot;A String&quot;, # The source type.
8218 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8219 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008220 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008221 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8222 },
8223 &quot;value&quot;: &quot;A String&quot;, # The tagline.
8224 },
8225 ],
8226 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
8227 { # A person&#x27;s associated URLs.
8228 &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.
8229 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008230 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008231 &quot;source&quot;: { # The source of a field. # The source of the field.
8232 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8233 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8234 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8235 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8236 &quot;userTypes&quot;: [ # Output only. The user types.
8237 &quot;A String&quot;,
8238 ],
8239 },
8240 &quot;type&quot;: &quot;A String&quot;, # The source type.
8241 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8242 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008243 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008244 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8245 },
8246 &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`
8247 &quot;value&quot;: &quot;A String&quot;, # The URL.
8248 },
8249 ],
8250 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
8251 { # Arbitrary user data that is populated by the end users.
8252 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
8253 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008254 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008255 &quot;source&quot;: { # The source of a field. # The source of the field.
8256 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8257 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8258 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8259 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8260 &quot;userTypes&quot;: [ # Output only. The user types.
8261 &quot;A String&quot;,
8262 ],
8263 },
8264 &quot;type&quot;: &quot;A String&quot;, # The source type.
8265 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8266 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008267 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008268 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8269 },
8270 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
8271 },
8272 ],
Dan O'Mearadd494642020-05-01 07:42:23 -07008273 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008274 &quot;requestedResourceName&quot;: &quot;A String&quot;, # The original requested resource name. May be different than the resource name on the returned person. The resource name can change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or a profile URL.
8275 &quot;status&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The status of the response.
8276 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
8277 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
8278 {
8279 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
8280 },
8281 ],
8282 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
8283 },
8284 },
8285 ],
8286}</pre>
Dan O'Mearadd494642020-05-01 07:42:23 -07008287</div>
8288
8289<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008290 <code class="details" id="listDirectoryPeople">listDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, readMask=None, requestSyncToken=None, sources=None, syncToken=None, x__xgafv=None)</code>
yoshi-code-bota36e3b12021-07-27 00:20:26 -07008291 <pre>Provides a list of domain profiles and domain contacts in the authenticated user&#x27;s domain directory. When the `sync_token` is specified, resources deleted since the last sync will be returned as a person with `PersonMetadata.deleted` set to true. When the `page_token` or `sync_token` is specified, all other request parameters must match the first call. Writes may have a propagation delay of several minutes for sync requests. Incremental syncs are not intended for read-after-write use cases. See example usage at [List the directory people that have changed](/people/v1/directory#list_the_directory_people_that_have_changed).
Dan O'Mearadd494642020-05-01 07:42:23 -07008292
8293Args:
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008294 mergeSources: string, Optional. Additional data to merge into the directory sources if they are connected through verified join keys such as email addresses or phone numbers. (repeated)
8295 Allowed values
8296 DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
8297 DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08008298 pageSize: integer, Optional. The number of people to include in the response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
yoshi-code-bot07708072021-07-20 00:20:24 -07008299 pageToken: string, Optional. A page token, received from a previous response `next_page_token`. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `people.listDirectoryPeople` must match the first call that provided the page token.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008300 readMask: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
yoshi-code-bot07708072021-07-20 00:20:24 -07008301 requestSyncToken: boolean, Optional. Whether the response should return `next_sync_token`. It can be used to get incremental changes since the last request by setting it on the request `sync_token`. More details about sync behavior at `people.listDirectoryPeople`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008302 sources: string, Required. Directory sources to return. (repeated)
8303 Allowed values
8304 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
yoshi-code-bot33237a82021-06-09 00:26:03 -07008305 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - Google Workspace domain shared contact.
8306 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - Google Workspace domain profile.
yoshi-code-bot07708072021-07-20 00:20:24 -07008307 syncToken: string, Optional. A sync token, received from a previous response `next_sync_token` Provide this to retrieve only the resources changed since the last request. When syncing, all other parameters provided to `people.listDirectoryPeople` must match the first call that provided the sync token. More details about sync behavior at `people.listDirectoryPeople`.
Bu Sun Kim65020912020-05-20 12:08:20 -07008308 x__xgafv: string, V1 error format.
8309 Allowed values
8310 1 - v1 error format
8311 2 - v2 error format
Dan O'Mearadd494642020-05-01 07:42:23 -07008312
8313Returns:
8314 An object of the form:
8315
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008316 { # The response to a request for the authenticated user&#x27;s domain directory.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008317 &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.
8318 &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.
8319 &quot;people&quot;: [ # The list of people in the domain directory.
8320 { # 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.
8321 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
8322 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
8323 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
8324 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
8325 &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.
8326 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
8327 &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.
8328 &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.
8329 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008330 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008331 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008332 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8333 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008334 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8335 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8336 &quot;userTypes&quot;: [ # Output only. The user types.
8337 &quot;A String&quot;,
8338 ],
8339 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008340 &quot;type&quot;: &quot;A String&quot;, # The source type.
8341 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008342 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008343 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008344 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8345 },
8346 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
8347 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
8348 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
8349 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
8350 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008351 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008352 ],
8353 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
8354 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
8355 { # A person&#x27;s age range.
8356 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
8357 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008358 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008359 &quot;source&quot;: { # The source of a field. # The source of the field.
8360 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8361 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8362 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8363 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8364 &quot;userTypes&quot;: [ # Output only. The user types.
8365 &quot;A String&quot;,
8366 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008367 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008368 &quot;type&quot;: &quot;A String&quot;, # The source type.
8369 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008370 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008371 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008372 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008373 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008374 },
8375 ],
8376 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
8377 { # A person&#x27;s short biography.
8378 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
8379 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008380 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008381 &quot;source&quot;: { # The source of a field. # The source of the field.
8382 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8383 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8384 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8385 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8386 &quot;userTypes&quot;: [ # Output only. The user types.
8387 &quot;A String&quot;,
8388 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008389 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008390 &quot;type&quot;: &quot;A String&quot;, # The source type.
8391 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008392 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008393 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008394 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008395 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008396 &quot;value&quot;: &quot;A String&quot;, # The short biography.
8397 },
8398 ],
8399 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
8400 { # 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.
8401 &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.
8402 &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.
8403 &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.
8404 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008405 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008406 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008407 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008408 &quot;source&quot;: { # The source of a field. # The source of the field.
8409 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8410 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8411 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8412 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8413 &quot;userTypes&quot;: [ # Output only. The user types.
8414 &quot;A String&quot;,
8415 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008416 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008417 &quot;type&quot;: &quot;A String&quot;, # The source type.
8418 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008419 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008420 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008421 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008422 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008423 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
8424 },
8425 ],
8426 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
8427 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
8428 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008429 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008430 &quot;source&quot;: { # The source of a field. # The source of the field.
8431 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8432 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8433 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8434 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8435 &quot;userTypes&quot;: [ # Output only. The user types.
8436 &quot;A String&quot;,
8437 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008438 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008439 &quot;type&quot;: &quot;A String&quot;, # The source type.
8440 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008441 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008442 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008443 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008444 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008445 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
8446 },
8447 ],
8448 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
8449 { # A person&#x27;s calendar URL.
8450 &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.
8451 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008452 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008453 &quot;source&quot;: { # The source of a field. # The source of the field.
8454 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8455 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8456 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8457 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8458 &quot;userTypes&quot;: [ # Output only. The user types.
8459 &quot;A String&quot;,
8460 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008461 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008462 &quot;type&quot;: &quot;A String&quot;, # The source type.
8463 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008464 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008465 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008466 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008467 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008468 &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`
8469 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
8470 },
8471 ],
8472 &quot;clientData&quot;: [ # The person&#x27;s client data.
8473 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
8474 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
8475 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008476 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008477 &quot;source&quot;: { # The source of a field. # The source of the field.
8478 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8479 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8480 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8481 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8482 &quot;userTypes&quot;: [ # Output only. The user types.
8483 &quot;A String&quot;,
8484 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008485 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008486 &quot;type&quot;: &quot;A String&quot;, # The source type.
8487 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008488 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008489 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008490 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008491 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008492 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
8493 },
8494 ],
8495 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
8496 { # 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.
8497 &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.
8498 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008499 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008500 &quot;source&quot;: { # The source of a field. # The source of the field.
8501 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8502 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8503 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8504 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8505 &quot;userTypes&quot;: [ # Output only. The user types.
8506 &quot;A String&quot;,
8507 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008508 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008509 &quot;type&quot;: &quot;A String&quot;, # The source type.
8510 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008511 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008512 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008513 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008514 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008515 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
8516 },
8517 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07008518 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008519 { # A person&#x27;s email address.
8520 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
8521 &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.
8522 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008523 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008524 &quot;source&quot;: { # The source of a field. # The source of the field.
8525 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8526 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8527 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8528 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8529 &quot;userTypes&quot;: [ # Output only. The user types.
8530 &quot;A String&quot;,
8531 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008532 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008533 &quot;type&quot;: &quot;A String&quot;, # The source type.
8534 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008535 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008536 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008537 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008538 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008539 &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`
8540 &quot;value&quot;: &quot;A String&quot;, # The email address.
8541 },
8542 ],
8543 &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.
8544 &quot;events&quot;: [ # The person&#x27;s events.
8545 { # An event related to the person.
8546 &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.
8547 &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.
8548 &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.
8549 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008550 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008551 &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.
8552 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008553 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008554 &quot;source&quot;: { # The source of a field. # The source of the field.
8555 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8556 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8557 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8558 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8559 &quot;userTypes&quot;: [ # Output only. The user types.
8560 &quot;A String&quot;,
8561 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008562 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008563 &quot;type&quot;: &quot;A String&quot;, # The source type.
8564 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008565 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008566 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008567 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008568 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008569 &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`
8570 },
8571 ],
8572 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
8573 { # An identifier from an external entity related to the person.
8574 &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.
8575 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008576 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008577 &quot;source&quot;: { # The source of a field. # The source of the field.
8578 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8579 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8580 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8581 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8582 &quot;userTypes&quot;: [ # Output only. The user types.
8583 &quot;A String&quot;,
8584 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008585 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008586 &quot;type&quot;: &quot;A String&quot;, # The source type.
8587 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008588 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008589 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008590 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008591 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008592 &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`
8593 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
8594 },
8595 ],
8596 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
8597 { # The name that should be used to sort the person in a list.
8598 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008599 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008600 &quot;source&quot;: { # The source of a field. # The source of the field.
8601 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8602 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8603 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8604 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8605 &quot;userTypes&quot;: [ # Output only. The user types.
8606 &quot;A String&quot;,
8607 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008608 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008609 &quot;type&quot;: &quot;A String&quot;, # The source type.
8610 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008611 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008612 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008613 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008614 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008615 &quot;value&quot;: &quot;A String&quot;, # The file-as value
8616 },
8617 ],
8618 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
8619 { # A person&#x27;s gender.
8620 &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`
8621 &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.
8622 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008623 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008624 &quot;source&quot;: { # The source of a field. # The source of the field.
8625 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8626 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8627 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8628 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8629 &quot;userTypes&quot;: [ # Output only. The user types.
8630 &quot;A String&quot;,
8631 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008632 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008633 &quot;type&quot;: &quot;A String&quot;, # The source type.
8634 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008635 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008636 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008637 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008638 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008639 &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`
8640 },
8641 ],
8642 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
8643 { # A person&#x27;s instant messaging client.
8644 &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.
8645 &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.
8646 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008647 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008648 &quot;source&quot;: { # The source of a field. # The source of the field.
8649 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8650 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8651 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8652 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8653 &quot;userTypes&quot;: [ # Output only. The user types.
8654 &quot;A String&quot;,
8655 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008656 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008657 &quot;type&quot;: &quot;A String&quot;, # The source type.
8658 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008659 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008660 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008661 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8662 },
8663 &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`
8664 &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`
8665 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
8666 },
8667 ],
8668 &quot;interests&quot;: [ # The person&#x27;s interests.
8669 { # One of the person&#x27;s interests.
8670 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008671 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008672 &quot;source&quot;: { # The source of a field. # The source of the field.
8673 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8674 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8675 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8676 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8677 &quot;userTypes&quot;: [ # Output only. The user types.
8678 &quot;A String&quot;,
8679 ],
8680 },
8681 &quot;type&quot;: &quot;A String&quot;, # The source type.
8682 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8683 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008684 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008685 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8686 },
8687 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
8688 },
8689 ],
8690 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
8691 { # A person&#x27;s locale preference.
8692 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008693 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008694 &quot;source&quot;: { # The source of a field. # The source of the field.
8695 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8696 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8697 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8698 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8699 &quot;userTypes&quot;: [ # Output only. The user types.
8700 &quot;A String&quot;,
8701 ],
8702 },
8703 &quot;type&quot;: &quot;A String&quot;, # The source type.
8704 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8705 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008706 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008707 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8708 },
8709 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
8710 },
8711 ],
8712 &quot;locations&quot;: [ # The person&#x27;s locations.
8713 { # A person&#x27;s location.
8714 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
8715 &quot;current&quot;: True or False, # Whether the location is the current location.
8716 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
8717 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
8718 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
8719 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008720 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008721 &quot;source&quot;: { # The source of a field. # The source of the field.
8722 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8723 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8724 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8725 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8726 &quot;userTypes&quot;: [ # Output only. The user types.
8727 &quot;A String&quot;,
8728 ],
8729 },
8730 &quot;type&quot;: &quot;A String&quot;, # The source type.
8731 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8732 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008733 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008734 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8735 },
8736 &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`
8737 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
8738 },
8739 ],
8740 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
8741 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
8742 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
8743 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
8744 &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.
8745 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07008746 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
8747 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008748 },
8749 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008750 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008751 &quot;source&quot;: { # The source of a field. # The source of the field.
8752 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8753 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8754 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8755 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8756 &quot;userTypes&quot;: [ # Output only. The user types.
8757 &quot;A String&quot;,
8758 ],
8759 },
8760 &quot;type&quot;: &quot;A String&quot;, # The source type.
8761 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8762 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008763 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008764 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8765 },
8766 },
8767 ],
8768 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07008769 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008770 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
8771 &quot;A String&quot;,
8772 ],
8773 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07008774 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008775 &quot;A String&quot;,
8776 ],
8777 &quot;sources&quot;: [ # The sources of data for the person.
8778 { # The source of a field.
8779 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8780 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8781 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8782 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8783 &quot;userTypes&quot;: [ # Output only. The user types.
8784 &quot;A String&quot;,
8785 ],
8786 },
8787 &quot;type&quot;: &quot;A String&quot;, # The source type.
8788 &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 -08008789 },
8790 ],
Dan O'Mearadd494642020-05-01 07:42:23 -07008791 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008792 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
8793 { # A person&#x27;s miscellaneous keyword.
8794 &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.
8795 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008796 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008797 &quot;source&quot;: { # The source of a field. # The source of the field.
8798 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8799 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8800 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8801 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8802 &quot;userTypes&quot;: [ # Output only. The user types.
8803 &quot;A String&quot;,
8804 ],
8805 },
8806 &quot;type&quot;: &quot;A String&quot;, # The source type.
8807 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8808 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008809 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008810 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8811 },
8812 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
8813 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
8814 },
8815 ],
8816 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
8817 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
8818 &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.
8819 &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.
8820 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
8821 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
8822 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
8823 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
8824 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008825 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008826 &quot;source&quot;: { # The source of a field. # The source of the field.
8827 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8828 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8829 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8830 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8831 &quot;userTypes&quot;: [ # Output only. The user types.
8832 &quot;A String&quot;,
8833 ],
8834 },
8835 &quot;type&quot;: &quot;A String&quot;, # The source type.
8836 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8837 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008838 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008839 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8840 },
8841 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
8842 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
8843 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
8844 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
8845 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
8846 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
8847 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
8848 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
8849 },
8850 ],
8851 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
8852 { # A person&#x27;s nickname.
8853 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008854 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008855 &quot;source&quot;: { # The source of a field. # The source of the field.
8856 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8857 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8858 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8859 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8860 &quot;userTypes&quot;: [ # Output only. The user types.
8861 &quot;A String&quot;,
8862 ],
8863 },
8864 &quot;type&quot;: &quot;A String&quot;, # The source type.
8865 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8866 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008867 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008868 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8869 },
8870 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
8871 &quot;value&quot;: &quot;A String&quot;, # The nickname.
8872 },
8873 ],
8874 &quot;occupations&quot;: [ # The person&#x27;s occupations.
8875 { # A person&#x27;s occupation.
8876 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008877 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008878 &quot;source&quot;: { # The source of a field. # The source of the field.
8879 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8880 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8881 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8882 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8883 &quot;userTypes&quot;: [ # Output only. The user types.
8884 &quot;A String&quot;,
8885 ],
8886 },
8887 &quot;type&quot;: &quot;A String&quot;, # The source type.
8888 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8889 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008890 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008891 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8892 },
8893 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
8894 },
8895 ],
8896 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
8897 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07008898 &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008899 &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.
8900 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
8901 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
8902 &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.
8903 &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.
8904 &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.
8905 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8906 },
8907 &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.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07008908 &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008909 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
8910 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
8911 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008912 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008913 &quot;source&quot;: { # The source of a field. # The source of the field.
8914 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8915 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8916 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8917 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8918 &quot;userTypes&quot;: [ # Output only. The user types.
8919 &quot;A String&quot;,
8920 ],
8921 },
8922 &quot;type&quot;: &quot;A String&quot;, # The source type.
8923 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8924 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008925 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008926 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8927 },
8928 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
8929 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
8930 &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.
8931 &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.
8932 &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.
8933 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8934 },
8935 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
8936 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
8937 &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`
8938 },
8939 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07008940 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008941 { # A person&#x27;s phone number.
8942 &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.
8943 &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.
8944 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008945 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008946 &quot;source&quot;: { # The source of a field. # The source of the field.
8947 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8948 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8949 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8950 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8951 &quot;userTypes&quot;: [ # Output only. The user types.
8952 &quot;A String&quot;,
8953 ],
8954 },
8955 &quot;type&quot;: &quot;A String&quot;, # The source type.
8956 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8957 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008958 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008959 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8960 },
8961 &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`
8962 &quot;value&quot;: &quot;A String&quot;, # The phone number.
8963 },
8964 ],
8965 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
8966 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
8967 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
8968 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008969 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008970 &quot;source&quot;: { # The source of a field. # The source of the field.
8971 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8972 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8973 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8974 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8975 &quot;userTypes&quot;: [ # Output only. The user types.
8976 &quot;A String&quot;,
8977 ],
8978 },
8979 &quot;type&quot;: &quot;A String&quot;, # The source type.
8980 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8981 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07008982 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008983 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8984 },
8985 &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
8986 },
8987 ],
8988 &quot;relations&quot;: [ # The person&#x27;s relations.
8989 { # A person&#x27;s relation to another person.
8990 &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.
8991 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07008992 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008993 &quot;source&quot;: { # The source of a field. # The source of the field.
8994 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8995 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8996 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8997 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8998 &quot;userTypes&quot;: [ # Output only. The user types.
8999 &quot;A String&quot;,
9000 ],
9001 },
9002 &quot;type&quot;: &quot;A String&quot;, # The source type.
9003 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9004 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009005 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009006 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9007 },
9008 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
9009 &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`
9010 },
9011 ],
9012 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
9013 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
9014 &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.
9015 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009016 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009017 &quot;source&quot;: { # The source of a field. # The source of the field.
9018 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9019 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9020 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9021 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9022 &quot;userTypes&quot;: [ # Output only. The user types.
9023 &quot;A String&quot;,
9024 ],
9025 },
9026 &quot;type&quot;: &quot;A String&quot;, # The source type.
9027 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9028 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009029 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009030 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9031 },
9032 &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`
9033 },
9034 ],
9035 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
9036 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
9037 &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.
9038 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009039 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009040 &quot;source&quot;: { # The source of a field. # The source of the field.
9041 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9042 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9043 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9044 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9045 &quot;userTypes&quot;: [ # Output only. The user types.
9046 &quot;A String&quot;,
9047 ],
9048 },
9049 &quot;type&quot;: &quot;A String&quot;, # The source type.
9050 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9051 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009052 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009053 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9054 },
9055 &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`
9056 },
9057 ],
9058 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
9059 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
9060 &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.
9061 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009062 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009063 &quot;source&quot;: { # The source of a field. # The source of the field.
9064 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9065 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9066 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9067 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9068 &quot;userTypes&quot;: [ # Output only. The user types.
9069 &quot;A String&quot;,
9070 ],
9071 },
9072 &quot;type&quot;: &quot;A String&quot;, # The source type.
9073 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9074 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009075 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009076 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9077 },
9078 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
9079 },
9080 ],
9081 &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}`.
9082 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
9083 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
9084 &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.
9085 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009086 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009087 &quot;source&quot;: { # The source of a field. # The source of the field.
9088 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9089 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9090 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9091 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9092 &quot;userTypes&quot;: [ # Output only. The user types.
9093 &quot;A String&quot;,
9094 ],
9095 },
9096 &quot;type&quot;: &quot;A String&quot;, # The source type.
9097 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9098 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009099 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009100 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9101 },
9102 &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`
9103 &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.
9104 },
9105 ],
9106 &quot;skills&quot;: [ # The person&#x27;s skills.
9107 { # A skill that the person has.
9108 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009109 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009110 &quot;source&quot;: { # The source of a field. # The source of the field.
9111 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9112 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9113 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9114 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9115 &quot;userTypes&quot;: [ # Output only. The user types.
9116 &quot;A String&quot;,
9117 ],
9118 },
9119 &quot;type&quot;: &quot;A String&quot;, # The source type.
9120 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9121 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009122 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009123 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9124 },
9125 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
9126 },
9127 ],
9128 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
9129 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
9130 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009131 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009132 &quot;source&quot;: { # The source of a field. # The source of the field.
9133 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9134 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9135 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9136 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9137 &quot;userTypes&quot;: [ # Output only. The user types.
9138 &quot;A String&quot;,
9139 ],
9140 },
9141 &quot;type&quot;: &quot;A String&quot;, # The source type.
9142 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9143 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009144 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009145 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9146 },
9147 &quot;value&quot;: &quot;A String&quot;, # The tagline.
9148 },
9149 ],
9150 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
9151 { # A person&#x27;s associated URLs.
9152 &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.
9153 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009154 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009155 &quot;source&quot;: { # The source of a field. # The source of the field.
9156 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9157 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9158 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9159 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9160 &quot;userTypes&quot;: [ # Output only. The user types.
9161 &quot;A String&quot;,
9162 ],
9163 },
9164 &quot;type&quot;: &quot;A String&quot;, # The source type.
9165 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9166 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009167 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009168 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9169 },
9170 &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`
9171 &quot;value&quot;: &quot;A String&quot;, # The URL.
9172 },
9173 ],
9174 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
9175 { # Arbitrary user data that is populated by the end users.
9176 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
9177 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009178 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009179 &quot;source&quot;: { # The source of a field. # The source of the field.
9180 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9181 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9182 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9183 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9184 &quot;userTypes&quot;: [ # Output only. The user types.
9185 &quot;A String&quot;,
9186 ],
9187 },
9188 &quot;type&quot;: &quot;A String&quot;, # The source type.
9189 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9190 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009191 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009192 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9193 },
9194 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
9195 },
9196 ],
9197 },
9198 ],
9199}</pre>
Bu Sun Kimd059ad82020-07-22 17:02:09 -07009200</div>
9201
9202<div class="method">
9203 <code class="details" id="listDirectoryPeople_next">listDirectoryPeople_next(previous_request, previous_response)</code>
9204 <pre>Retrieves the next page of results.
9205
9206Args:
9207 previous_request: The request for the previous page. (required)
9208 previous_response: The response from the request for the previous page. (required)
9209
9210Returns:
9211 A request object that you can call &#x27;execute()&#x27; on to request the next
9212 page. Returns None if there are no more items in the collection.
9213 </pre>
9214</div>
9215
9216<div class="method">
Anthonios Partheniou10f4b672021-04-13 14:47:53 -04009217 <code class="details" id="searchContacts">searchContacts(pageSize=None, query=None, readMask=None, sources=None, x__xgafv=None)</code>
yoshi-code-bot33237a82021-06-09 00:26:03 -07009218 <pre>Provides a list of contacts in the authenticated user&#x27;s grouped contacts that matches the search query. The query matches on a contact&#x27;s `names`, `nickNames`, `emailAddresses`, `phoneNumbers`, and `organizations` fields that are from the CONTACT&quot; source. **IMPORTANT**: Before searching, clients should send a warmup request with an empty query to update the cache. See https://developers.google.com/people/v1/contacts#search_the_users_contacts
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009219
9220Args:
yoshi-code-bot04bafe12021-06-29 00:20:25 -07009221 pageSize: integer, Optional. The number of results to return. Defaults to 10 if field is not set, or set to 0. Values greater than 30 will be capped to 30.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009222 query: string, Required. The plain-text query for the request. The query is used to match prefix phrases of the fields on a person. For example, a person with name &quot;foo name&quot; matches queries such as &quot;f&quot;, &quot;fo&quot;, &quot;foo&quot;, &quot;foo n&quot;, &quot;nam&quot;, etc., but not &quot;oo n&quot;.
9223 readMask: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Anthonios Partheniou10f4b672021-04-13 14:47:53 -04009224 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT if not set. (repeated)
9225 Allowed values
9226 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
9227 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
9228 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
9229 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009230 x__xgafv: string, V1 error format.
9231 Allowed values
9232 1 - v1 error format
9233 2 - v2 error format
9234
9235Returns:
9236 An object of the form:
9237
9238 { # The response to a search request for the authenticated user, given a query.
9239 &quot;results&quot;: [ # The results of the request.
9240 { # A result of a search query.
9241 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The matched Person.
9242 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
9243 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
9244 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
9245 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
9246 &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.
9247 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
9248 &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.
9249 &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.
9250 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009251 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009252 &quot;source&quot;: { # The source of a field. # The source of the field.
9253 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9254 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9255 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9256 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9257 &quot;userTypes&quot;: [ # Output only. The user types.
9258 &quot;A String&quot;,
9259 ],
9260 },
9261 &quot;type&quot;: &quot;A String&quot;, # The source type.
9262 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9263 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009264 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009265 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9266 },
9267 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
9268 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
9269 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
9270 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
9271 &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`
9272 },
9273 ],
9274 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
9275 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
9276 { # A person&#x27;s age range.
9277 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
9278 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009279 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009280 &quot;source&quot;: { # The source of a field. # The source of the field.
9281 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9282 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9283 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9284 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9285 &quot;userTypes&quot;: [ # Output only. The user types.
9286 &quot;A String&quot;,
9287 ],
9288 },
9289 &quot;type&quot;: &quot;A String&quot;, # The source type.
9290 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9291 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009292 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009293 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9294 },
9295 },
9296 ],
9297 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
9298 { # A person&#x27;s short biography.
9299 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
9300 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009301 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009302 &quot;source&quot;: { # The source of a field. # The source of the field.
9303 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9304 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9305 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9306 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9307 &quot;userTypes&quot;: [ # Output only. The user types.
9308 &quot;A String&quot;,
9309 ],
9310 },
9311 &quot;type&quot;: &quot;A String&quot;, # The source type.
9312 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9313 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009314 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009315 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9316 },
9317 &quot;value&quot;: &quot;A String&quot;, # The short biography.
9318 },
9319 ],
9320 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
9321 { # 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.
9322 &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.
9323 &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.
9324 &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.
9325 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
9326 },
9327 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009328 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009329 &quot;source&quot;: { # The source of a field. # The source of the field.
9330 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9331 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9332 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9333 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9334 &quot;userTypes&quot;: [ # Output only. The user types.
9335 &quot;A String&quot;,
9336 ],
9337 },
9338 &quot;type&quot;: &quot;A String&quot;, # The source type.
9339 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9340 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009341 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009342 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9343 },
9344 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
9345 },
9346 ],
9347 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
9348 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
9349 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009350 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009351 &quot;source&quot;: { # The source of a field. # The source of the field.
9352 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9353 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9354 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9355 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9356 &quot;userTypes&quot;: [ # Output only. The user types.
9357 &quot;A String&quot;,
9358 ],
9359 },
9360 &quot;type&quot;: &quot;A String&quot;, # The source type.
9361 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9362 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009363 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009364 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9365 },
9366 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
9367 },
9368 ],
9369 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
9370 { # A person&#x27;s calendar URL.
9371 &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.
9372 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009373 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009374 &quot;source&quot;: { # The source of a field. # The source of the field.
9375 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9376 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9377 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9378 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9379 &quot;userTypes&quot;: [ # Output only. The user types.
9380 &quot;A String&quot;,
9381 ],
9382 },
9383 &quot;type&quot;: &quot;A String&quot;, # The source type.
9384 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9385 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009386 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009387 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9388 },
9389 &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`
9390 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
9391 },
9392 ],
9393 &quot;clientData&quot;: [ # The person&#x27;s client data.
9394 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
9395 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
9396 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009397 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009398 &quot;source&quot;: { # The source of a field. # The source of the field.
9399 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9400 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9401 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9402 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9403 &quot;userTypes&quot;: [ # Output only. The user types.
9404 &quot;A String&quot;,
9405 ],
9406 },
9407 &quot;type&quot;: &quot;A String&quot;, # The source type.
9408 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9409 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009410 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009411 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9412 },
9413 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
9414 },
9415 ],
9416 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
9417 { # 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.
9418 &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.
9419 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009420 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009421 &quot;source&quot;: { # The source of a field. # The source of the field.
9422 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9423 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9424 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9425 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9426 &quot;userTypes&quot;: [ # Output only. The user types.
9427 &quot;A String&quot;,
9428 ],
9429 },
9430 &quot;type&quot;: &quot;A String&quot;, # The source type.
9431 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9432 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009433 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009434 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9435 },
9436 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
9437 },
9438 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07009439 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009440 { # A person&#x27;s email address.
9441 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
9442 &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.
9443 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009444 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009445 &quot;source&quot;: { # The source of a field. # The source of the field.
9446 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9447 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9448 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9449 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9450 &quot;userTypes&quot;: [ # Output only. The user types.
9451 &quot;A String&quot;,
9452 ],
9453 },
9454 &quot;type&quot;: &quot;A String&quot;, # The source type.
9455 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9456 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009457 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009458 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9459 },
9460 &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`
9461 &quot;value&quot;: &quot;A String&quot;, # The email address.
9462 },
9463 ],
9464 &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.
9465 &quot;events&quot;: [ # The person&#x27;s events.
9466 { # An event related to the person.
9467 &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.
9468 &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.
9469 &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.
9470 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
9471 },
9472 &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.
9473 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009474 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009475 &quot;source&quot;: { # The source of a field. # The source of the field.
9476 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9477 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9478 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9479 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9480 &quot;userTypes&quot;: [ # Output only. The user types.
9481 &quot;A String&quot;,
9482 ],
9483 },
9484 &quot;type&quot;: &quot;A String&quot;, # The source type.
9485 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9486 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009487 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009488 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9489 },
9490 &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`
9491 },
9492 ],
9493 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
9494 { # An identifier from an external entity related to the person.
9495 &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.
9496 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009497 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009498 &quot;source&quot;: { # The source of a field. # The source of the field.
9499 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9500 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9501 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9502 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9503 &quot;userTypes&quot;: [ # Output only. The user types.
9504 &quot;A String&quot;,
9505 ],
9506 },
9507 &quot;type&quot;: &quot;A String&quot;, # The source type.
9508 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9509 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009510 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009511 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9512 },
9513 &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`
9514 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
9515 },
9516 ],
9517 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
9518 { # The name that should be used to sort the person in a list.
9519 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009520 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009521 &quot;source&quot;: { # The source of a field. # The source of the field.
9522 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9523 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9524 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9525 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9526 &quot;userTypes&quot;: [ # Output only. The user types.
9527 &quot;A String&quot;,
9528 ],
9529 },
9530 &quot;type&quot;: &quot;A String&quot;, # The source type.
9531 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9532 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009533 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009534 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9535 },
9536 &quot;value&quot;: &quot;A String&quot;, # The file-as value
9537 },
9538 ],
9539 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
9540 { # A person&#x27;s gender.
9541 &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`
9542 &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.
9543 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009544 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009545 &quot;source&quot;: { # The source of a field. # The source of the field.
9546 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9547 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9548 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9549 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9550 &quot;userTypes&quot;: [ # Output only. The user types.
9551 &quot;A String&quot;,
9552 ],
9553 },
9554 &quot;type&quot;: &quot;A String&quot;, # The source type.
9555 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9556 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009557 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009558 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9559 },
9560 &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`
9561 },
9562 ],
9563 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
9564 { # A person&#x27;s instant messaging client.
9565 &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.
9566 &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.
9567 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009568 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009569 &quot;source&quot;: { # The source of a field. # The source of the field.
9570 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9571 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9572 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9573 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9574 &quot;userTypes&quot;: [ # Output only. The user types.
9575 &quot;A String&quot;,
9576 ],
9577 },
9578 &quot;type&quot;: &quot;A String&quot;, # The source type.
9579 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9580 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009581 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009582 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9583 },
9584 &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`
9585 &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`
9586 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
9587 },
9588 ],
9589 &quot;interests&quot;: [ # The person&#x27;s interests.
9590 { # One of the person&#x27;s interests.
9591 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009592 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009593 &quot;source&quot;: { # The source of a field. # The source of the field.
9594 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9595 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9596 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9597 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9598 &quot;userTypes&quot;: [ # Output only. The user types.
9599 &quot;A String&quot;,
9600 ],
9601 },
9602 &quot;type&quot;: &quot;A String&quot;, # The source type.
9603 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9604 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009605 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009606 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9607 },
9608 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
9609 },
9610 ],
9611 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
9612 { # A person&#x27;s locale preference.
9613 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009614 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009615 &quot;source&quot;: { # The source of a field. # The source of the field.
9616 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9617 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9618 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9619 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9620 &quot;userTypes&quot;: [ # Output only. The user types.
9621 &quot;A String&quot;,
9622 ],
9623 },
9624 &quot;type&quot;: &quot;A String&quot;, # The source type.
9625 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9626 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009627 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009628 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9629 },
9630 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
9631 },
9632 ],
9633 &quot;locations&quot;: [ # The person&#x27;s locations.
9634 { # A person&#x27;s location.
9635 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
9636 &quot;current&quot;: True or False, # Whether the location is the current location.
9637 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
9638 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
9639 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
9640 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009641 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009642 &quot;source&quot;: { # The source of a field. # The source of the field.
9643 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9644 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9645 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9646 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9647 &quot;userTypes&quot;: [ # Output only. The user types.
9648 &quot;A String&quot;,
9649 ],
9650 },
9651 &quot;type&quot;: &quot;A String&quot;, # The source type.
9652 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9653 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009654 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009655 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9656 },
9657 &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`
9658 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
9659 },
9660 ],
9661 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
9662 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
9663 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
9664 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
9665 &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.
9666 },
yoshi-code-bot33237a82021-06-09 00:26:03 -07009667 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
9668 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009669 },
9670 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009671 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009672 &quot;source&quot;: { # The source of a field. # The source of the field.
9673 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9674 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9675 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9676 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9677 &quot;userTypes&quot;: [ # Output only. The user types.
9678 &quot;A String&quot;,
9679 ],
9680 },
9681 &quot;type&quot;: &quot;A String&quot;, # The source type.
9682 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9683 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009684 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009685 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9686 },
9687 },
9688 ],
9689 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -07009690 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009691 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
9692 &quot;A String&quot;,
9693 ],
9694 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -07009695 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009696 &quot;A String&quot;,
9697 ],
9698 &quot;sources&quot;: [ # The sources of data for the person.
9699 { # The source of a field.
9700 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9701 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9702 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9703 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9704 &quot;userTypes&quot;: [ # Output only. The user types.
9705 &quot;A String&quot;,
9706 ],
9707 },
9708 &quot;type&quot;: &quot;A String&quot;, # The source type.
9709 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9710 },
9711 ],
9712 },
9713 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
9714 { # A person&#x27;s miscellaneous keyword.
9715 &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.
9716 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009717 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009718 &quot;source&quot;: { # The source of a field. # The source of the field.
9719 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9720 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9721 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9722 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9723 &quot;userTypes&quot;: [ # Output only. The user types.
9724 &quot;A String&quot;,
9725 ],
9726 },
9727 &quot;type&quot;: &quot;A String&quot;, # The source type.
9728 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9729 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009730 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009731 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9732 },
9733 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
9734 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
9735 },
9736 ],
9737 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
9738 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
9739 &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.
9740 &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.
9741 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
9742 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
9743 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
9744 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
9745 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009746 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009747 &quot;source&quot;: { # The source of a field. # The source of the field.
9748 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9749 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9750 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9751 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9752 &quot;userTypes&quot;: [ # Output only. The user types.
9753 &quot;A String&quot;,
9754 ],
9755 },
9756 &quot;type&quot;: &quot;A String&quot;, # The source type.
9757 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9758 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009759 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009760 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9761 },
9762 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
9763 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
9764 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
9765 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
9766 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
9767 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
9768 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
9769 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
9770 },
9771 ],
9772 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
9773 { # A person&#x27;s nickname.
9774 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009775 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009776 &quot;source&quot;: { # The source of a field. # The source of the field.
9777 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9778 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9779 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9780 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9781 &quot;userTypes&quot;: [ # Output only. The user types.
9782 &quot;A String&quot;,
9783 ],
9784 },
9785 &quot;type&quot;: &quot;A String&quot;, # The source type.
9786 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9787 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009788 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009789 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9790 },
9791 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
9792 &quot;value&quot;: &quot;A String&quot;, # The nickname.
9793 },
9794 ],
9795 &quot;occupations&quot;: [ # The person&#x27;s occupations.
9796 { # A person&#x27;s occupation.
9797 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009798 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009799 &quot;source&quot;: { # The source of a field. # The source of the field.
9800 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9801 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9802 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9803 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9804 &quot;userTypes&quot;: [ # Output only. The user types.
9805 &quot;A String&quot;,
9806 ],
9807 },
9808 &quot;type&quot;: &quot;A String&quot;, # The source type.
9809 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9810 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009811 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009812 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9813 },
9814 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
9815 },
9816 ],
9817 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
9818 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07009819 &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009820 &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.
9821 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
9822 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
9823 &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.
9824 &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.
9825 &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.
9826 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
9827 },
9828 &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.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -07009829 &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009830 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
9831 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
9832 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009833 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009834 &quot;source&quot;: { # The source of a field. # The source of the field.
9835 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9836 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9837 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9838 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9839 &quot;userTypes&quot;: [ # Output only. The user types.
9840 &quot;A String&quot;,
9841 ],
9842 },
9843 &quot;type&quot;: &quot;A String&quot;, # The source type.
9844 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9845 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009846 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009847 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9848 },
9849 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
9850 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
9851 &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.
9852 &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.
9853 &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.
9854 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
9855 },
9856 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
9857 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
9858 &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`
9859 },
9860 ],
yoshi-code-bot07708072021-07-20 00:20:24 -07009861 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009862 { # A person&#x27;s phone number.
9863 &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.
9864 &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.
9865 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009866 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009867 &quot;source&quot;: { # The source of a field. # The source of the field.
9868 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9869 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9870 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9871 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9872 &quot;userTypes&quot;: [ # Output only. The user types.
9873 &quot;A String&quot;,
9874 ],
9875 },
9876 &quot;type&quot;: &quot;A String&quot;, # The source type.
9877 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9878 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009879 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009880 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9881 },
9882 &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`
9883 &quot;value&quot;: &quot;A String&quot;, # The phone number.
9884 },
9885 ],
9886 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
9887 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
9888 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
9889 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009890 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009891 &quot;source&quot;: { # The source of a field. # The source of the field.
9892 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9893 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9894 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9895 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9896 &quot;userTypes&quot;: [ # Output only. The user types.
9897 &quot;A String&quot;,
9898 ],
9899 },
9900 &quot;type&quot;: &quot;A String&quot;, # The source type.
9901 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9902 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009903 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009904 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9905 },
9906 &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
9907 },
9908 ],
9909 &quot;relations&quot;: [ # The person&#x27;s relations.
9910 { # A person&#x27;s relation to another person.
9911 &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.
9912 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009913 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009914 &quot;source&quot;: { # The source of a field. # The source of the field.
9915 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9916 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9917 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9918 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9919 &quot;userTypes&quot;: [ # Output only. The user types.
9920 &quot;A String&quot;,
9921 ],
9922 },
9923 &quot;type&quot;: &quot;A String&quot;, # The source type.
9924 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9925 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009926 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009927 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9928 },
9929 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
9930 &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`
9931 },
9932 ],
9933 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
9934 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
9935 &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.
9936 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009937 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009938 &quot;source&quot;: { # The source of a field. # The source of the field.
9939 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9940 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9941 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9942 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9943 &quot;userTypes&quot;: [ # Output only. The user types.
9944 &quot;A String&quot;,
9945 ],
9946 },
9947 &quot;type&quot;: &quot;A String&quot;, # The source type.
9948 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9949 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009950 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009951 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9952 },
9953 &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`
9954 },
9955 ],
9956 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
9957 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
9958 &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.
9959 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009960 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009961 &quot;source&quot;: { # The source of a field. # The source of the field.
9962 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9963 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9964 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9965 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9966 &quot;userTypes&quot;: [ # Output only. The user types.
9967 &quot;A String&quot;,
9968 ],
9969 },
9970 &quot;type&quot;: &quot;A String&quot;, # The source type.
9971 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9972 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009973 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009974 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9975 },
9976 &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`
9977 },
9978 ],
9979 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
9980 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
9981 &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.
9982 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bot96afc042021-08-24 00:22:31 -07009983 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009984 &quot;source&quot;: { # The source of a field. # The source of the field.
9985 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9986 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9987 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9988 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9989 &quot;userTypes&quot;: [ # Output only. The user types.
9990 &quot;A String&quot;,
9991 ],
9992 },
9993 &quot;type&quot;: &quot;A String&quot;, # The source type.
9994 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9995 },
yoshi-code-bot96afc042021-08-24 00:22:31 -07009996 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08009997 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9998 },
9999 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
10000 },
10001 ],
10002 &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}`.
10003 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
10004 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
10005 &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.
10006 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010007 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010008 &quot;source&quot;: { # The source of a field. # The source of the field.
10009 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10010 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10011 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10012 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10013 &quot;userTypes&quot;: [ # Output only. The user types.
10014 &quot;A String&quot;,
10015 ],
10016 },
10017 &quot;type&quot;: &quot;A String&quot;, # The source type.
10018 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10019 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010020 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010021 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10022 },
10023 &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`
10024 &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.
10025 },
10026 ],
10027 &quot;skills&quot;: [ # The person&#x27;s skills.
10028 { # A skill that the person has.
10029 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010030 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010031 &quot;source&quot;: { # The source of a field. # The source of the field.
10032 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10033 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10034 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10035 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10036 &quot;userTypes&quot;: [ # Output only. The user types.
10037 &quot;A String&quot;,
10038 ],
10039 },
10040 &quot;type&quot;: &quot;A String&quot;, # The source type.
10041 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10042 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010043 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010044 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10045 },
10046 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
10047 },
10048 ],
10049 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
10050 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
10051 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010052 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010053 &quot;source&quot;: { # The source of a field. # The source of the field.
10054 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10055 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10056 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10057 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10058 &quot;userTypes&quot;: [ # Output only. The user types.
10059 &quot;A String&quot;,
10060 ],
10061 },
10062 &quot;type&quot;: &quot;A String&quot;, # The source type.
10063 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10064 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010065 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010066 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10067 },
10068 &quot;value&quot;: &quot;A String&quot;, # The tagline.
10069 },
10070 ],
10071 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
10072 { # A person&#x27;s associated URLs.
10073 &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.
10074 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010075 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010076 &quot;source&quot;: { # The source of a field. # The source of the field.
10077 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10078 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10079 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10080 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10081 &quot;userTypes&quot;: [ # Output only. The user types.
10082 &quot;A String&quot;,
10083 ],
10084 },
10085 &quot;type&quot;: &quot;A String&quot;, # The source type.
10086 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10087 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010088 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010089 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10090 },
10091 &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`
10092 &quot;value&quot;: &quot;A String&quot;, # The URL.
10093 },
10094 ],
10095 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
10096 { # Arbitrary user data that is populated by the end users.
10097 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
10098 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010099 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010100 &quot;source&quot;: { # The source of a field. # The source of the field.
10101 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10102 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10103 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10104 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10105 &quot;userTypes&quot;: [ # Output only. The user types.
10106 &quot;A String&quot;,
10107 ],
10108 },
10109 &quot;type&quot;: &quot;A String&quot;, # The source type.
10110 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10111 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010112 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -080010113 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10114 },
10115 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
10116 },
10117 ],
10118 },
10119 },
10120 ],
10121}</pre>
10122</div>
10123
10124<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010125 <code class="details" id="searchDirectoryPeople">searchDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, query=None, readMask=None, sources=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070010126 <pre>Provides a list of domain profiles and domain contacts in the authenticated user&#x27;s domain directory that match the search query.
10127
10128Args:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010129 mergeSources: string, Optional. Additional data to merge into the directory sources if they are connected through verified join keys such as email addresses or phone numbers. (repeated)
10130 Allowed values
10131 DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
10132 DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010133 pageSize: integer, Optional. The number of people to include in the response. Valid values are between 1 and 500, inclusive. Defaults to 100 if not set or set to 0.
yoshi-code-bot07708072021-07-20 00:20:24 -070010134 pageToken: string, Optional. A page token, received from a previous response `next_page_token`. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchDirectoryPeople` must match the first call that provided the page token.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010135 query: string, Required. Prefix query that matches fields in the person. Does NOT use the read_mask for determining what fields to match.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010136 readMask: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Bu Sun Kimd059ad82020-07-22 17:02:09 -070010137 sources: string, Required. Directory sources to return. (repeated)
10138 Allowed values
10139 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
yoshi-code-bot33237a82021-06-09 00:26:03 -070010140 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - Google Workspace domain shared contact.
10141 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - Google Workspace domain profile.
Bu Sun Kimd059ad82020-07-22 17:02:09 -070010142 x__xgafv: string, V1 error format.
10143 Allowed values
10144 1 - v1 error format
10145 2 - v2 error format
10146
10147Returns:
10148 An object of the form:
10149
10150 { # The response to a request for people in the authenticated user&#x27;s domain directory that match the specified query.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010151 &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.
10152 &quot;people&quot;: [ # The list of people in the domain directory that match the query.
10153 { # 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.
10154 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
10155 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
10156 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
10157 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
10158 &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.
10159 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
10160 &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.
10161 &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.
10162 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010163 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010164 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010165 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10166 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010167 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10168 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10169 &quot;userTypes&quot;: [ # Output only. The user types.
10170 &quot;A String&quot;,
10171 ],
10172 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010173 &quot;type&quot;: &quot;A String&quot;, # The source type.
10174 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010175 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010176 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010177 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10178 },
10179 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
10180 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
10181 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
10182 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
10183 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010184 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010185 ],
10186 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
10187 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
10188 { # A person&#x27;s age range.
10189 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
10190 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010191 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010192 &quot;source&quot;: { # The source of a field. # The source of the field.
10193 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10194 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10195 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10196 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10197 &quot;userTypes&quot;: [ # Output only. The user types.
10198 &quot;A String&quot;,
10199 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010200 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010201 &quot;type&quot;: &quot;A String&quot;, # The source type.
10202 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010203 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010204 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010205 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010206 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010207 },
10208 ],
10209 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
10210 { # A person&#x27;s short biography.
10211 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
10212 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010213 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010214 &quot;source&quot;: { # The source of a field. # The source of the field.
10215 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10216 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10217 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10218 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10219 &quot;userTypes&quot;: [ # Output only. The user types.
10220 &quot;A String&quot;,
10221 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010222 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010223 &quot;type&quot;: &quot;A String&quot;, # The source type.
10224 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010225 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010226 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010227 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010228 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010229 &quot;value&quot;: &quot;A String&quot;, # The short biography.
10230 },
10231 ],
10232 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
10233 { # 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.
10234 &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.
10235 &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.
10236 &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.
10237 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010238 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010239 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010240 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010241 &quot;source&quot;: { # The source of a field. # The source of the field.
10242 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10243 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10244 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10245 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10246 &quot;userTypes&quot;: [ # Output only. The user types.
10247 &quot;A String&quot;,
10248 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010249 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010250 &quot;type&quot;: &quot;A String&quot;, # The source type.
10251 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010252 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010253 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010254 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010255 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010256 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
10257 },
10258 ],
10259 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
10260 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
10261 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010262 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010263 &quot;source&quot;: { # The source of a field. # The source of the field.
10264 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10265 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10266 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10267 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10268 &quot;userTypes&quot;: [ # Output only. The user types.
10269 &quot;A String&quot;,
10270 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010271 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010272 &quot;type&quot;: &quot;A String&quot;, # The source type.
10273 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010274 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010275 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010276 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010277 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010278 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
10279 },
10280 ],
10281 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
10282 { # A person&#x27;s calendar URL.
10283 &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.
10284 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010285 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010286 &quot;source&quot;: { # The source of a field. # The source of the field.
10287 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10288 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10289 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10290 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10291 &quot;userTypes&quot;: [ # Output only. The user types.
10292 &quot;A String&quot;,
10293 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010294 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010295 &quot;type&quot;: &quot;A String&quot;, # The source type.
10296 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010297 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010298 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010299 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010300 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010301 &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`
10302 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
10303 },
10304 ],
10305 &quot;clientData&quot;: [ # The person&#x27;s client data.
10306 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
10307 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
10308 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010309 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010310 &quot;source&quot;: { # The source of a field. # The source of the field.
10311 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10312 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10313 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10314 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10315 &quot;userTypes&quot;: [ # Output only. The user types.
10316 &quot;A String&quot;,
10317 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010318 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010319 &quot;type&quot;: &quot;A String&quot;, # The source type.
10320 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010321 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010322 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010323 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010324 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010325 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
10326 },
10327 ],
10328 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
10329 { # 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.
10330 &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.
10331 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010332 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010333 &quot;source&quot;: { # The source of a field. # The source of the field.
10334 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10335 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10336 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10337 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10338 &quot;userTypes&quot;: [ # Output only. The user types.
10339 &quot;A String&quot;,
10340 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010341 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010342 &quot;type&quot;: &quot;A String&quot;, # The source type.
10343 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010344 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010345 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010346 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010347 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010348 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
10349 },
10350 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070010351 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010352 { # A person&#x27;s email address.
10353 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
10354 &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.
10355 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010356 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010357 &quot;source&quot;: { # The source of a field. # The source of the field.
10358 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10359 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10360 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10361 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10362 &quot;userTypes&quot;: [ # Output only. The user types.
10363 &quot;A String&quot;,
10364 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010365 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010366 &quot;type&quot;: &quot;A String&quot;, # The source type.
10367 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010368 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010369 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010370 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010371 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010372 &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`
10373 &quot;value&quot;: &quot;A String&quot;, # The email address.
10374 },
10375 ],
10376 &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.
10377 &quot;events&quot;: [ # The person&#x27;s events.
10378 { # An event related to the person.
10379 &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.
10380 &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.
10381 &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.
10382 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010383 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010384 &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.
10385 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010386 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010387 &quot;source&quot;: { # The source of a field. # The source of the field.
10388 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10389 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10390 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10391 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10392 &quot;userTypes&quot;: [ # Output only. The user types.
10393 &quot;A String&quot;,
10394 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010395 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010396 &quot;type&quot;: &quot;A String&quot;, # The source type.
10397 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010398 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010399 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010400 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010401 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010402 &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`
10403 },
10404 ],
10405 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
10406 { # An identifier from an external entity related to the person.
10407 &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.
10408 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010409 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010410 &quot;source&quot;: { # The source of a field. # The source of the field.
10411 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10412 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10413 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10414 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10415 &quot;userTypes&quot;: [ # Output only. The user types.
10416 &quot;A String&quot;,
10417 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010418 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010419 &quot;type&quot;: &quot;A String&quot;, # The source type.
10420 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010421 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010422 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010423 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010424 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010425 &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`
10426 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
10427 },
10428 ],
10429 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
10430 { # The name that should be used to sort the person in a list.
10431 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010432 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010433 &quot;source&quot;: { # The source of a field. # The source of the field.
10434 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10435 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10436 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10437 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10438 &quot;userTypes&quot;: [ # Output only. The user types.
10439 &quot;A String&quot;,
10440 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010441 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010442 &quot;type&quot;: &quot;A String&quot;, # The source type.
10443 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010444 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010445 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010446 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010447 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010448 &quot;value&quot;: &quot;A String&quot;, # The file-as value
10449 },
10450 ],
10451 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
10452 { # A person&#x27;s gender.
10453 &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`
10454 &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.
10455 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010456 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010457 &quot;source&quot;: { # The source of a field. # The source of the field.
10458 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10459 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10460 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10461 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10462 &quot;userTypes&quot;: [ # Output only. The user types.
10463 &quot;A String&quot;,
10464 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010465 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010466 &quot;type&quot;: &quot;A String&quot;, # The source type.
10467 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010468 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010469 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010470 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010471 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010472 &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`
10473 },
10474 ],
10475 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
10476 { # A person&#x27;s instant messaging client.
10477 &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.
10478 &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.
10479 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010480 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010481 &quot;source&quot;: { # The source of a field. # The source of the field.
10482 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10483 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10484 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10485 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10486 &quot;userTypes&quot;: [ # Output only. The user types.
10487 &quot;A String&quot;,
10488 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010489 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010490 &quot;type&quot;: &quot;A String&quot;, # The source type.
10491 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010492 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010493 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010494 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10495 },
10496 &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`
10497 &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`
10498 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
10499 },
10500 ],
10501 &quot;interests&quot;: [ # The person&#x27;s interests.
10502 { # One of the person&#x27;s interests.
10503 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010504 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010505 &quot;source&quot;: { # The source of a field. # The source of the field.
10506 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10507 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10508 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10509 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10510 &quot;userTypes&quot;: [ # Output only. The user types.
10511 &quot;A String&quot;,
10512 ],
10513 },
10514 &quot;type&quot;: &quot;A String&quot;, # The source type.
10515 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10516 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010517 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010518 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10519 },
10520 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
10521 },
10522 ],
10523 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
10524 { # A person&#x27;s locale preference.
10525 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010526 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010527 &quot;source&quot;: { # The source of a field. # The source of the field.
10528 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10529 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10530 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10531 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10532 &quot;userTypes&quot;: [ # Output only. The user types.
10533 &quot;A String&quot;,
10534 ],
10535 },
10536 &quot;type&quot;: &quot;A String&quot;, # The source type.
10537 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10538 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010539 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010540 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10541 },
10542 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
10543 },
10544 ],
10545 &quot;locations&quot;: [ # The person&#x27;s locations.
10546 { # A person&#x27;s location.
10547 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
10548 &quot;current&quot;: True or False, # Whether the location is the current location.
10549 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
10550 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
10551 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
10552 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010553 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010554 &quot;source&quot;: { # The source of a field. # The source of the field.
10555 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10556 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10557 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10558 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10559 &quot;userTypes&quot;: [ # Output only. The user types.
10560 &quot;A String&quot;,
10561 ],
10562 },
10563 &quot;type&quot;: &quot;A String&quot;, # The source type.
10564 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10565 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010566 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010567 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10568 },
10569 &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`
10570 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
10571 },
10572 ],
10573 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
10574 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
10575 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
10576 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
10577 &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.
10578 },
yoshi-code-bot33237a82021-06-09 00:26:03 -070010579 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
10580 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010581 },
10582 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010583 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010584 &quot;source&quot;: { # The source of a field. # The source of the field.
10585 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10586 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10587 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10588 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10589 &quot;userTypes&quot;: [ # Output only. The user types.
10590 &quot;A String&quot;,
10591 ],
10592 },
10593 &quot;type&quot;: &quot;A String&quot;, # The source type.
10594 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10595 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010596 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010597 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10598 },
10599 },
10600 ],
10601 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -070010602 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010603 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
10604 &quot;A String&quot;,
10605 ],
10606 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -070010607 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010608 &quot;A String&quot;,
10609 ],
10610 &quot;sources&quot;: [ # The sources of data for the person.
10611 { # The source of a field.
10612 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10613 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10614 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10615 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10616 &quot;userTypes&quot;: [ # Output only. The user types.
10617 &quot;A String&quot;,
10618 ],
10619 },
10620 &quot;type&quot;: &quot;A String&quot;, # The source type.
10621 &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 -080010622 },
10623 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070010624 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010625 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
10626 { # A person&#x27;s miscellaneous keyword.
10627 &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.
10628 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010629 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010630 &quot;source&quot;: { # The source of a field. # The source of the field.
10631 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10632 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10633 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10634 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10635 &quot;userTypes&quot;: [ # Output only. The user types.
10636 &quot;A String&quot;,
10637 ],
10638 },
10639 &quot;type&quot;: &quot;A String&quot;, # The source type.
10640 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10641 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010642 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010643 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10644 },
10645 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
10646 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
10647 },
10648 ],
10649 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
10650 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
10651 &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.
10652 &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.
10653 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
10654 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
10655 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
10656 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
10657 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010658 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010659 &quot;source&quot;: { # The source of a field. # The source of the field.
10660 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10661 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10662 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10663 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10664 &quot;userTypes&quot;: [ # Output only. The user types.
10665 &quot;A String&quot;,
10666 ],
10667 },
10668 &quot;type&quot;: &quot;A String&quot;, # The source type.
10669 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10670 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010671 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010672 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10673 },
10674 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
10675 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
10676 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
10677 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
10678 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
10679 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
10680 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
10681 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
10682 },
10683 ],
10684 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
10685 { # A person&#x27;s nickname.
10686 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010687 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010688 &quot;source&quot;: { # The source of a field. # The source of the field.
10689 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10690 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10691 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10692 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10693 &quot;userTypes&quot;: [ # Output only. The user types.
10694 &quot;A String&quot;,
10695 ],
10696 },
10697 &quot;type&quot;: &quot;A String&quot;, # The source type.
10698 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10699 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010700 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010701 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10702 },
10703 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
10704 &quot;value&quot;: &quot;A String&quot;, # The nickname.
10705 },
10706 ],
10707 &quot;occupations&quot;: [ # The person&#x27;s occupations.
10708 { # A person&#x27;s occupation.
10709 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010710 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010711 &quot;source&quot;: { # The source of a field. # The source of the field.
10712 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10713 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10714 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10715 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10716 &quot;userTypes&quot;: [ # Output only. The user types.
10717 &quot;A String&quot;,
10718 ],
10719 },
10720 &quot;type&quot;: &quot;A String&quot;, # The source type.
10721 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10722 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010723 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010724 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10725 },
10726 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
10727 },
10728 ],
10729 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
10730 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -070010731 &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010732 &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.
10733 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
10734 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
10735 &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.
10736 &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.
10737 &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.
10738 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
10739 },
10740 &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.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -070010741 &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010742 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
10743 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
10744 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010745 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010746 &quot;source&quot;: { # The source of a field. # The source of the field.
10747 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10748 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10749 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10750 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10751 &quot;userTypes&quot;: [ # Output only. The user types.
10752 &quot;A String&quot;,
10753 ],
10754 },
10755 &quot;type&quot;: &quot;A String&quot;, # The source type.
10756 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10757 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010758 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010759 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10760 },
10761 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
10762 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
10763 &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.
10764 &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.
10765 &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.
10766 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
10767 },
10768 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
10769 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
10770 &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`
10771 },
10772 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070010773 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010774 { # A person&#x27;s phone number.
10775 &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.
10776 &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.
10777 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010778 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010779 &quot;source&quot;: { # The source of a field. # The source of the field.
10780 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10781 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10782 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10783 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10784 &quot;userTypes&quot;: [ # Output only. The user types.
10785 &quot;A String&quot;,
10786 ],
10787 },
10788 &quot;type&quot;: &quot;A String&quot;, # The source type.
10789 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10790 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010791 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010792 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10793 },
10794 &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`
10795 &quot;value&quot;: &quot;A String&quot;, # The phone number.
10796 },
10797 ],
10798 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
10799 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
10800 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
10801 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010802 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010803 &quot;source&quot;: { # The source of a field. # The source of the field.
10804 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10805 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10806 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10807 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10808 &quot;userTypes&quot;: [ # Output only. The user types.
10809 &quot;A String&quot;,
10810 ],
10811 },
10812 &quot;type&quot;: &quot;A String&quot;, # The source type.
10813 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10814 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010815 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010816 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10817 },
10818 &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
10819 },
10820 ],
10821 &quot;relations&quot;: [ # The person&#x27;s relations.
10822 { # A person&#x27;s relation to another person.
10823 &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.
10824 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010825 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010826 &quot;source&quot;: { # The source of a field. # The source of the field.
10827 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10828 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10829 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10830 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10831 &quot;userTypes&quot;: [ # Output only. The user types.
10832 &quot;A String&quot;,
10833 ],
10834 },
10835 &quot;type&quot;: &quot;A String&quot;, # The source type.
10836 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10837 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010838 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010839 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10840 },
10841 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
10842 &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`
10843 },
10844 ],
10845 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
10846 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
10847 &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.
10848 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010849 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010850 &quot;source&quot;: { # The source of a field. # The source of the field.
10851 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10852 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10853 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10854 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10855 &quot;userTypes&quot;: [ # Output only. The user types.
10856 &quot;A String&quot;,
10857 ],
10858 },
10859 &quot;type&quot;: &quot;A String&quot;, # The source type.
10860 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10861 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010862 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010863 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10864 },
10865 &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`
10866 },
10867 ],
10868 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
10869 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
10870 &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.
10871 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010872 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010873 &quot;source&quot;: { # The source of a field. # The source of the field.
10874 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10875 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10876 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10877 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10878 &quot;userTypes&quot;: [ # Output only. The user types.
10879 &quot;A String&quot;,
10880 ],
10881 },
10882 &quot;type&quot;: &quot;A String&quot;, # The source type.
10883 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10884 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010885 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010886 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10887 },
10888 &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`
10889 },
10890 ],
10891 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
10892 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
10893 &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.
10894 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010895 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010896 &quot;source&quot;: { # The source of a field. # The source of the field.
10897 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10898 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10899 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10900 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10901 &quot;userTypes&quot;: [ # Output only. The user types.
10902 &quot;A String&quot;,
10903 ],
10904 },
10905 &quot;type&quot;: &quot;A String&quot;, # The source type.
10906 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10907 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010908 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010909 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10910 },
10911 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
10912 },
10913 ],
10914 &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}`.
10915 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
10916 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
10917 &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.
10918 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010919 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010920 &quot;source&quot;: { # The source of a field. # The source of the field.
10921 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10922 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10923 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10924 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10925 &quot;userTypes&quot;: [ # Output only. The user types.
10926 &quot;A String&quot;,
10927 ],
10928 },
10929 &quot;type&quot;: &quot;A String&quot;, # The source type.
10930 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10931 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010932 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010933 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10934 },
10935 &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`
10936 &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.
10937 },
10938 ],
10939 &quot;skills&quot;: [ # The person&#x27;s skills.
10940 { # A skill that the person has.
10941 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010942 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010943 &quot;source&quot;: { # The source of a field. # The source of the field.
10944 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10945 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10946 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10947 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10948 &quot;userTypes&quot;: [ # Output only. The user types.
10949 &quot;A String&quot;,
10950 ],
10951 },
10952 &quot;type&quot;: &quot;A String&quot;, # The source type.
10953 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10954 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010955 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010956 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10957 },
10958 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
10959 },
10960 ],
10961 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
10962 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
10963 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010964 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010965 &quot;source&quot;: { # The source of a field. # The source of the field.
10966 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10967 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10968 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10969 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10970 &quot;userTypes&quot;: [ # Output only. The user types.
10971 &quot;A String&quot;,
10972 ],
10973 },
10974 &quot;type&quot;: &quot;A String&quot;, # The source type.
10975 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10976 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070010977 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010978 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10979 },
10980 &quot;value&quot;: &quot;A String&quot;, # The tagline.
10981 },
10982 ],
10983 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
10984 { # A person&#x27;s associated URLs.
10985 &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.
10986 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -070010987 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010988 &quot;source&quot;: { # The source of a field. # The source of the field.
10989 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10990 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10991 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10992 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10993 &quot;userTypes&quot;: [ # Output only. The user types.
10994 &quot;A String&quot;,
10995 ],
10996 },
10997 &quot;type&quot;: &quot;A String&quot;, # The source type.
10998 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10999 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011000 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011001 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11002 },
11003 &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`
11004 &quot;value&quot;: &quot;A String&quot;, # The URL.
11005 },
11006 ],
11007 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
11008 { # Arbitrary user data that is populated by the end users.
11009 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
11010 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011011 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011012 &quot;source&quot;: { # The source of a field. # The source of the field.
11013 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11014 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11015 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11016 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11017 &quot;userTypes&quot;: [ # Output only. The user types.
11018 &quot;A String&quot;,
11019 ],
11020 },
11021 &quot;type&quot;: &quot;A String&quot;, # The source type.
11022 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11023 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011024 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011025 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11026 },
11027 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
11028 },
11029 ],
11030 },
11031 ],
11032 &quot;totalSize&quot;: 42, # The total number of items in the list without pagination.
11033}</pre>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011034</div>
11035
11036<div class="method">
11037 <code class="details" id="searchDirectoryPeople_next">searchDirectoryPeople_next(previous_request, previous_response)</code>
11038 <pre>Retrieves the next page of results.
11039
11040Args:
11041 previous_request: The request for the previous page. (required)
11042 previous_response: The response from the request for the previous page. (required)
11043
11044Returns:
11045 A request object that you can call &#x27;execute()&#x27; on to request the next
11046 page. Returns None if there are no more items in the collection.
11047 </pre>
11048</div>
11049
11050<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011051 <code class="details" id="updateContact">updateContact(resourceName, body=None, personFields=None, sources=None, updatePersonFields=None, x__xgafv=None)</code>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070011052 <pre>Update contact data for an existing contact person. Any non-contact data will not be modified. Any non-contact data in the person to update will be ignored. All fields specified in the `update_mask` will be replaced. The server returns a 400 error if `person.metadata.sources` is not specified for the contact to be updated or if there is no contact source. The server returns a 400 error with reason `&quot;failedPrecondition&quot;` if `person.metadata.sources.etag` is different than the contact&#x27;s etag, which indicates the contact has changed since its data was read. Clients should get the latest person and merge their updates into the latest person. The server returns a 400 error if `memberships` are being updated and there are no contact group memberships specified on the person. The server returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011053
11054Args:
11055 resourceName: string, The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`. (required)
11056 body: object, The request body.
11057 The object takes the form of:
11058
11059{ # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011060 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
11061 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
11062 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
11063 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
11064 &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.
11065 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
11066 &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.
11067 &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.
11068 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011069 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011070 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011071 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011072 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011073 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011074 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011075 &quot;userTypes&quot;: [ # Output only. The user types.
11076 &quot;A String&quot;,
11077 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070011078 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011079 &quot;type&quot;: &quot;A String&quot;, # The source type.
11080 &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 -070011081 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011082 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011083 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011084 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011085 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
11086 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
11087 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
11088 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
11089 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011090 },
11091 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011092 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011093 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
11094 { # A person&#x27;s age range.
11095 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
11096 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011097 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011098 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011099 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011100 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011101 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011102 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011103 &quot;userTypes&quot;: [ # Output only. The user types.
11104 &quot;A String&quot;,
11105 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011106 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011107 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011108 &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 -080011109 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011110 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011111 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -080011112 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011113 },
11114 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011115 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
11116 { # A person&#x27;s short biography.
11117 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
11118 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011119 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011120 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011121 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011122 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011123 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011124 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011125 &quot;userTypes&quot;: [ # Output only. The user types.
11126 &quot;A String&quot;,
11127 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011128 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011129 &quot;type&quot;: &quot;A String&quot;, # The source type.
11130 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011131 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011132 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011133 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011134 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011135 &quot;value&quot;: &quot;A String&quot;, # The short biography.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011136 },
11137 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011138 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
11139 { # 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.
11140 &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.
11141 &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.
11142 &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.
11143 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11144 },
11145 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011146 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011147 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011148 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011149 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011150 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011151 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011152 &quot;userTypes&quot;: [ # Output only. The user types.
11153 &quot;A String&quot;,
11154 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011155 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011156 &quot;type&quot;: &quot;A String&quot;, # The source type.
11157 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011158 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011159 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011160 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011161 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011162 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011163 },
11164 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011165 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
11166 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
11167 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011168 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011169 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011170 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011171 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011172 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011173 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011174 &quot;userTypes&quot;: [ # Output only. The user types.
11175 &quot;A String&quot;,
11176 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011177 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011178 &quot;type&quot;: &quot;A String&quot;, # The source type.
11179 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011180 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011181 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011182 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011183 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011184 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011185 },
11186 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011187 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
11188 { # A person&#x27;s calendar URL.
11189 &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.
11190 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011191 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011192 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011193 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011194 &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 -080011195 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011196 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011197 &quot;userTypes&quot;: [ # Output only. The user types.
11198 &quot;A String&quot;,
11199 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011200 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011201 &quot;type&quot;: &quot;A String&quot;, # The source type.
11202 &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 -080011203 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011204 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011205 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011206 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011207 &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`
11208 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011209 },
11210 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011211 &quot;clientData&quot;: [ # The person&#x27;s client data.
11212 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
11213 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
11214 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011215 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011216 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011217 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11218 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011219 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11220 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11221 &quot;userTypes&quot;: [ # Output only. The user types.
11222 &quot;A String&quot;,
11223 ],
11224 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011225 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011226 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011227 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011228 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011229 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011230 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011231 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011232 },
11233 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011234 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
11235 { # 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.
11236 &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.
11237 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011238 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011239 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011240 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011241 &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 -080011242 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011243 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011244 &quot;userTypes&quot;: [ # Output only. The user types.
11245 &quot;A String&quot;,
11246 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011247 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011248 &quot;type&quot;: &quot;A String&quot;, # The source type.
11249 &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 -080011250 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011251 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011252 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -080011253 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011254 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
11255 },
11256 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070011257 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011258 { # A person&#x27;s email address.
11259 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
11260 &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.
11261 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011262 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011263 &quot;source&quot;: { # The source of a field. # The source of the field.
11264 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11265 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11266 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11267 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11268 &quot;userTypes&quot;: [ # Output only. The user types.
11269 &quot;A String&quot;,
11270 ],
11271 },
11272 &quot;type&quot;: &quot;A String&quot;, # The source type.
11273 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11274 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011275 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011276 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11277 },
11278 &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`
11279 &quot;value&quot;: &quot;A String&quot;, # The email address.
11280 },
11281 ],
11282 &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.
11283 &quot;events&quot;: [ # The person&#x27;s events.
11284 { # An event related to the person.
11285 &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.
11286 &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.
11287 &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.
11288 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11289 },
11290 &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.
11291 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011292 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011293 &quot;source&quot;: { # The source of a field. # The source of the field.
11294 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11295 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11296 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11297 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11298 &quot;userTypes&quot;: [ # Output only. The user types.
11299 &quot;A String&quot;,
11300 ],
11301 },
11302 &quot;type&quot;: &quot;A String&quot;, # The source type.
11303 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11304 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011305 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011306 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11307 },
11308 &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`
11309 },
11310 ],
11311 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
11312 { # An identifier from an external entity related to the person.
11313 &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.
11314 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011315 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011316 &quot;source&quot;: { # The source of a field. # The source of the field.
11317 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11318 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11319 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11320 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11321 &quot;userTypes&quot;: [ # Output only. The user types.
11322 &quot;A String&quot;,
11323 ],
11324 },
11325 &quot;type&quot;: &quot;A String&quot;, # The source type.
11326 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11327 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011328 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011329 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11330 },
11331 &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`
11332 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
11333 },
11334 ],
11335 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
11336 { # The name that should be used to sort the person in a list.
11337 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011338 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011339 &quot;source&quot;: { # The source of a field. # The source of the field.
11340 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11341 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11342 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11343 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11344 &quot;userTypes&quot;: [ # Output only. The user types.
11345 &quot;A String&quot;,
11346 ],
11347 },
11348 &quot;type&quot;: &quot;A String&quot;, # The source type.
11349 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11350 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011351 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011352 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11353 },
11354 &quot;value&quot;: &quot;A String&quot;, # The file-as value
11355 },
11356 ],
11357 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
11358 { # A person&#x27;s gender.
11359 &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`
11360 &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.
11361 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011362 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011363 &quot;source&quot;: { # The source of a field. # The source of the field.
11364 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11365 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11366 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11367 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11368 &quot;userTypes&quot;: [ # Output only. The user types.
11369 &quot;A String&quot;,
11370 ],
11371 },
11372 &quot;type&quot;: &quot;A String&quot;, # The source type.
11373 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11374 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011375 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011376 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11377 },
11378 &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`
11379 },
11380 ],
11381 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
11382 { # A person&#x27;s instant messaging client.
11383 &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.
11384 &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.
11385 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011386 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011387 &quot;source&quot;: { # The source of a field. # The source of the field.
11388 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11389 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11390 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11391 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11392 &quot;userTypes&quot;: [ # Output only. The user types.
11393 &quot;A String&quot;,
11394 ],
11395 },
11396 &quot;type&quot;: &quot;A String&quot;, # The source type.
11397 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11398 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011399 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011400 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11401 },
11402 &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`
11403 &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`
11404 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
11405 },
11406 ],
11407 &quot;interests&quot;: [ # The person&#x27;s interests.
11408 { # One of the person&#x27;s interests.
11409 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011410 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011411 &quot;source&quot;: { # The source of a field. # The source of the field.
11412 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11413 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11414 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11415 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11416 &quot;userTypes&quot;: [ # Output only. The user types.
11417 &quot;A String&quot;,
11418 ],
11419 },
11420 &quot;type&quot;: &quot;A String&quot;, # The source type.
11421 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11422 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011423 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011424 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11425 },
11426 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
11427 },
11428 ],
11429 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
11430 { # A person&#x27;s locale preference.
11431 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011432 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011433 &quot;source&quot;: { # The source of a field. # The source of the field.
11434 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11435 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11436 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11437 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11438 &quot;userTypes&quot;: [ # Output only. The user types.
11439 &quot;A String&quot;,
11440 ],
11441 },
11442 &quot;type&quot;: &quot;A String&quot;, # The source type.
11443 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11444 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011445 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011446 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11447 },
11448 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
11449 },
11450 ],
11451 &quot;locations&quot;: [ # The person&#x27;s locations.
11452 { # A person&#x27;s location.
11453 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
11454 &quot;current&quot;: True or False, # Whether the location is the current location.
11455 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
11456 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
11457 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
11458 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011459 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011460 &quot;source&quot;: { # The source of a field. # The source of the field.
11461 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11462 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11463 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11464 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11465 &quot;userTypes&quot;: [ # Output only. The user types.
11466 &quot;A String&quot;,
11467 ],
11468 },
11469 &quot;type&quot;: &quot;A String&quot;, # The source type.
11470 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11471 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011472 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011473 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11474 },
11475 &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`
11476 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
11477 },
11478 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011479 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
11480 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011481 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
11482 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
11483 &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.
11484 },
yoshi-code-bot33237a82021-06-09 00:26:03 -070011485 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
11486 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011487 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011488 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011489 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011490 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011491 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011492 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011493 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011494 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011495 &quot;userTypes&quot;: [ # Output only. The user types.
11496 &quot;A String&quot;,
11497 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011498 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011499 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011500 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011501 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011502 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011503 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011504 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011505 },
11506 ],
11507 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -070011508 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011509 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
11510 &quot;A String&quot;,
11511 ],
11512 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -070011513 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011514 &quot;A String&quot;,
11515 ],
11516 &quot;sources&quot;: [ # The sources of data for the person.
11517 { # The source of a field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011518 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11519 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011520 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11521 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11522 &quot;userTypes&quot;: [ # Output only. The user types.
11523 &quot;A String&quot;,
11524 ],
11525 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011526 &quot;type&quot;: &quot;A String&quot;, # The source type.
11527 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011528 },
11529 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011530 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011531 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
11532 { # A person&#x27;s miscellaneous keyword.
11533 &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.
11534 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011535 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011536 &quot;source&quot;: { # The source of a field. # The source of the field.
11537 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11538 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11539 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11540 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11541 &quot;userTypes&quot;: [ # Output only. The user types.
11542 &quot;A String&quot;,
11543 ],
11544 },
11545 &quot;type&quot;: &quot;A String&quot;, # The source type.
11546 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11547 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011548 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011549 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11550 },
11551 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
11552 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
11553 },
11554 ],
11555 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
11556 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
11557 &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.
11558 &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.
11559 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
11560 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
11561 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
11562 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
11563 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011564 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011565 &quot;source&quot;: { # The source of a field. # The source of the field.
11566 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11567 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11568 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11569 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11570 &quot;userTypes&quot;: [ # Output only. The user types.
11571 &quot;A String&quot;,
11572 ],
11573 },
11574 &quot;type&quot;: &quot;A String&quot;, # The source type.
11575 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11576 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011577 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011578 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11579 },
11580 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
11581 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
11582 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
11583 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
11584 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
11585 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
11586 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
11587 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
11588 },
11589 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011590 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
11591 { # A person&#x27;s nickname.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011592 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011593 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011594 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011595 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11596 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011597 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11598 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11599 &quot;userTypes&quot;: [ # Output only. The user types.
11600 &quot;A String&quot;,
11601 ],
11602 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011603 &quot;type&quot;: &quot;A String&quot;, # The source type.
11604 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011605 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011606 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011607 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011608 },
11609 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011610 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011611 },
11612 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011613 &quot;occupations&quot;: [ # The person&#x27;s occupations.
11614 { # A person&#x27;s occupation.
11615 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011616 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011617 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011618 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11619 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011620 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11621 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11622 &quot;userTypes&quot;: [ # Output only. The user types.
11623 &quot;A String&quot;,
11624 ],
11625 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011626 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011627 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011628 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011629 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011630 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011631 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011632 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011633 },
11634 ],
11635 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
11636 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -070011637 &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011638 &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.
11639 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
11640 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
11641 &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.
11642 &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.
11643 &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.
11644 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11645 },
11646 &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.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -070011647 &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011648 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
11649 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
11650 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011651 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011652 &quot;source&quot;: { # The source of a field. # The source of the field.
11653 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11654 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11655 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11656 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11657 &quot;userTypes&quot;: [ # Output only. The user types.
11658 &quot;A String&quot;,
11659 ],
11660 },
11661 &quot;type&quot;: &quot;A String&quot;, # The source type.
11662 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11663 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011664 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011665 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11666 },
11667 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011668 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011669 &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.
11670 &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.
11671 &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.
11672 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11673 },
11674 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011675 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
11676 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011677 },
11678 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070011679 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011680 { # A person&#x27;s phone number.
11681 &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.
11682 &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.
11683 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011684 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011685 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011686 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11687 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011688 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11689 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11690 &quot;userTypes&quot;: [ # Output only. The user types.
11691 &quot;A String&quot;,
11692 ],
11693 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011694 &quot;type&quot;: &quot;A String&quot;, # The source type.
11695 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011696 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011697 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011698 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011699 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011700 &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`
11701 &quot;value&quot;: &quot;A String&quot;, # The phone number.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011702 },
11703 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011704 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
11705 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
11706 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
11707 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011708 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011709 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011710 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11711 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011712 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11713 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11714 &quot;userTypes&quot;: [ # Output only. The user types.
11715 &quot;A String&quot;,
11716 ],
11717 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011718 &quot;type&quot;: &quot;A String&quot;, # The source type.
11719 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011720 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011721 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011722 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011723 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011724 &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
11725 },
11726 ],
11727 &quot;relations&quot;: [ # The person&#x27;s relations.
11728 { # A person&#x27;s relation to another person.
11729 &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.
11730 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011731 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011732 &quot;source&quot;: { # The source of a field. # The source of the field.
11733 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11734 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11735 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11736 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11737 &quot;userTypes&quot;: [ # Output only. The user types.
11738 &quot;A String&quot;,
11739 ],
11740 },
11741 &quot;type&quot;: &quot;A String&quot;, # The source type.
11742 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11743 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011744 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011745 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11746 },
11747 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
11748 &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`
11749 },
11750 ],
11751 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
11752 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
11753 &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.
11754 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011755 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011756 &quot;source&quot;: { # The source of a field. # The source of the field.
11757 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11758 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11759 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11760 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11761 &quot;userTypes&quot;: [ # Output only. The user types.
11762 &quot;A String&quot;,
11763 ],
11764 },
11765 &quot;type&quot;: &quot;A String&quot;, # The source type.
11766 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11767 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011768 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011769 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11770 },
11771 &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`
11772 },
11773 ],
11774 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
11775 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
11776 &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.
11777 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011778 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011779 &quot;source&quot;: { # The source of a field. # The source of the field.
11780 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11781 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11782 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11783 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11784 &quot;userTypes&quot;: [ # Output only. The user types.
11785 &quot;A String&quot;,
11786 ],
11787 },
11788 &quot;type&quot;: &quot;A String&quot;, # The source type.
11789 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11790 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011791 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011792 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11793 },
11794 &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`
11795 },
11796 ],
11797 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
11798 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
11799 &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.
11800 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011801 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011802 &quot;source&quot;: { # The source of a field. # The source of the field.
11803 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11804 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11805 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11806 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11807 &quot;userTypes&quot;: [ # Output only. The user types.
11808 &quot;A String&quot;,
11809 ],
11810 },
11811 &quot;type&quot;: &quot;A String&quot;, # The source type.
11812 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11813 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011814 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011815 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11816 },
11817 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
11818 },
11819 ],
11820 &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}`.
11821 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
11822 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
11823 &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.
11824 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011825 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011826 &quot;source&quot;: { # The source of a field. # The source of the field.
11827 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11828 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11829 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11830 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11831 &quot;userTypes&quot;: [ # Output only. The user types.
11832 &quot;A String&quot;,
11833 ],
11834 },
11835 &quot;type&quot;: &quot;A String&quot;, # The source type.
11836 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11837 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011838 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011839 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11840 },
11841 &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`
11842 &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.
11843 },
11844 ],
11845 &quot;skills&quot;: [ # The person&#x27;s skills.
11846 { # A skill that the person has.
11847 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011848 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011849 &quot;source&quot;: { # The source of a field. # The source of the field.
11850 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11851 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11852 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11853 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11854 &quot;userTypes&quot;: [ # Output only. The user types.
11855 &quot;A String&quot;,
11856 ],
11857 },
11858 &quot;type&quot;: &quot;A String&quot;, # The source type.
11859 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11860 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011861 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011862 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11863 },
11864 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011865 },
11866 ],
11867 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
11868 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
11869 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011870 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011871 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011872 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11873 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011874 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11875 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11876 &quot;userTypes&quot;: [ # Output only. The user types.
11877 &quot;A String&quot;,
11878 ],
11879 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011880 &quot;type&quot;: &quot;A String&quot;, # The source type.
11881 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011882 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011883 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011884 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011885 },
11886 &quot;value&quot;: &quot;A String&quot;, # The tagline.
11887 },
11888 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011889 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
11890 { # A person&#x27;s associated URLs.
11891 &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.
11892 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011893 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011894 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011895 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11896 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011897 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11898 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11899 &quot;userTypes&quot;: [ # Output only. The user types.
11900 &quot;A String&quot;,
11901 ],
11902 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011903 &quot;type&quot;: &quot;A String&quot;, # The source type.
11904 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011905 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011906 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011907 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011908 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011909 &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`
11910 &quot;value&quot;: &quot;A String&quot;, # The URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011911 },
11912 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011913 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
11914 { # Arbitrary user data that is populated by the end users.
11915 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
11916 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011917 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011918 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011919 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11920 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011921 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11922 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11923 &quot;userTypes&quot;: [ # Output only. The user types.
11924 &quot;A String&quot;,
11925 ],
11926 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011927 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011928 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011929 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011930 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011931 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011932 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011933 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011934 },
11935 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011936}
11937
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011938 personFields: string, Optional. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Defaults to all fields if not set. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070011939 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011940 Allowed values
11941 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
11942 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
11943 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
11944 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011945 updatePersonFields: string, Required. A field mask to restrict which fields on the person are updated. Multiple fields can be specified by separating them with commas. All updated fields will be replaced. Valid values are: * addresses * biographies * birthdays * calendarUrls * clientData * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * relations * sipAddresses * urls * userDefined
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011946 x__xgafv: string, V1 error format.
11947 Allowed values
11948 1 - v1 error format
11949 2 - v2 error format
11950
11951Returns:
11952 An object of the form:
11953
11954 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011955 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
11956 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
11957 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
11958 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
11959 &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.
11960 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
11961 &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.
11962 &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.
11963 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011964 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011965 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011966 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11967 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011968 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11969 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11970 &quot;userTypes&quot;: [ # Output only. The user types.
11971 &quot;A String&quot;,
11972 ],
11973 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011974 &quot;type&quot;: &quot;A String&quot;, # The source type.
11975 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011976 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070011977 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011978 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11979 },
11980 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
11981 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
11982 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
11983 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
11984 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011985 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011986 ],
11987 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
11988 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
11989 { # A person&#x27;s age range.
11990 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
11991 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bot96afc042021-08-24 00:22:31 -070011992 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011993 &quot;source&quot;: { # The source of a field. # The source of the field.
11994 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11995 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11996 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11997 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11998 &quot;userTypes&quot;: [ # Output only. The user types.
11999 &quot;A String&quot;,
12000 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012001 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012002 &quot;type&quot;: &quot;A String&quot;, # The source type.
12003 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012004 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012005 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012006 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12007 },
12008 },
12009 ],
12010 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
12011 { # A person&#x27;s short biography.
12012 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
12013 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012014 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012015 &quot;source&quot;: { # The source of a field. # The source of the field.
12016 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12017 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12018 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12019 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12020 &quot;userTypes&quot;: [ # Output only. The user types.
12021 &quot;A String&quot;,
12022 ],
12023 },
12024 &quot;type&quot;: &quot;A String&quot;, # The source type.
12025 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12026 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012027 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012028 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12029 },
12030 &quot;value&quot;: &quot;A String&quot;, # The short biography.
12031 },
12032 ],
12033 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
12034 { # 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.
12035 &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.
12036 &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.
12037 &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.
12038 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
12039 },
12040 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012041 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012042 &quot;source&quot;: { # The source of a field. # The source of the field.
12043 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12044 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12045 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12046 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12047 &quot;userTypes&quot;: [ # Output only. The user types.
12048 &quot;A String&quot;,
12049 ],
12050 },
12051 &quot;type&quot;: &quot;A String&quot;, # The source type.
12052 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12053 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012054 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012055 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12056 },
12057 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
12058 },
12059 ],
12060 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
12061 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
12062 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012063 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012064 &quot;source&quot;: { # The source of a field. # The source of the field.
12065 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12066 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12067 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12068 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12069 &quot;userTypes&quot;: [ # Output only. The user types.
12070 &quot;A String&quot;,
12071 ],
12072 },
12073 &quot;type&quot;: &quot;A String&quot;, # The source type.
12074 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12075 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012076 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012077 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12078 },
12079 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
12080 },
12081 ],
12082 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
12083 { # A person&#x27;s calendar URL.
12084 &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.
12085 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012086 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012087 &quot;source&quot;: { # The source of a field. # The source of the field.
12088 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12089 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12090 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12091 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12092 &quot;userTypes&quot;: [ # Output only. The user types.
12093 &quot;A String&quot;,
12094 ],
12095 },
12096 &quot;type&quot;: &quot;A String&quot;, # The source type.
12097 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12098 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012099 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012100 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12101 },
12102 &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`
12103 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
12104 },
12105 ],
12106 &quot;clientData&quot;: [ # The person&#x27;s client data.
12107 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
12108 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
12109 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012110 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012111 &quot;source&quot;: { # The source of a field. # The source of the field.
12112 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12113 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12114 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12115 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12116 &quot;userTypes&quot;: [ # Output only. The user types.
12117 &quot;A String&quot;,
12118 ],
12119 },
12120 &quot;type&quot;: &quot;A String&quot;, # The source type.
12121 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12122 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012123 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012124 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12125 },
12126 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
12127 },
12128 ],
12129 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
12130 { # 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.
12131 &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.
12132 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012133 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012134 &quot;source&quot;: { # The source of a field. # The source of the field.
12135 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12136 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12137 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12138 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12139 &quot;userTypes&quot;: [ # Output only. The user types.
12140 &quot;A String&quot;,
12141 ],
12142 },
12143 &quot;type&quot;: &quot;A String&quot;, # The source type.
12144 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12145 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012146 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012147 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12148 },
12149 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
12150 },
12151 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070012152 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012153 { # A person&#x27;s email address.
12154 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
12155 &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.
12156 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012157 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012158 &quot;source&quot;: { # The source of a field. # The source of the field.
12159 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12160 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12161 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12162 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12163 &quot;userTypes&quot;: [ # Output only. The user types.
12164 &quot;A String&quot;,
12165 ],
12166 },
12167 &quot;type&quot;: &quot;A String&quot;, # The source type.
12168 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12169 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012170 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012171 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12172 },
12173 &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`
12174 &quot;value&quot;: &quot;A String&quot;, # The email address.
12175 },
12176 ],
12177 &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.
12178 &quot;events&quot;: [ # The person&#x27;s events.
12179 { # An event related to the person.
12180 &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.
12181 &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.
12182 &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.
12183 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
12184 },
12185 &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.
12186 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012187 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012188 &quot;source&quot;: { # The source of a field. # The source of the field.
12189 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12190 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12191 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12192 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12193 &quot;userTypes&quot;: [ # Output only. The user types.
12194 &quot;A String&quot;,
12195 ],
12196 },
12197 &quot;type&quot;: &quot;A String&quot;, # The source type.
12198 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12199 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012200 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012201 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12202 },
12203 &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`
12204 },
12205 ],
12206 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
12207 { # An identifier from an external entity related to the person.
12208 &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.
12209 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012210 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012211 &quot;source&quot;: { # The source of a field. # The source of the field.
12212 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12213 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12214 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12215 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12216 &quot;userTypes&quot;: [ # Output only. The user types.
12217 &quot;A String&quot;,
12218 ],
12219 },
12220 &quot;type&quot;: &quot;A String&quot;, # The source type.
12221 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12222 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012223 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012224 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12225 },
12226 &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`
12227 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
12228 },
12229 ],
12230 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
12231 { # The name that should be used to sort the person in a list.
12232 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012233 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012234 &quot;source&quot;: { # The source of a field. # The source of the field.
12235 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12236 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12237 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12238 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12239 &quot;userTypes&quot;: [ # Output only. The user types.
12240 &quot;A String&quot;,
12241 ],
12242 },
12243 &quot;type&quot;: &quot;A String&quot;, # The source type.
12244 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12245 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012246 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012247 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12248 },
12249 &quot;value&quot;: &quot;A String&quot;, # The file-as value
12250 },
12251 ],
12252 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
12253 { # A person&#x27;s gender.
12254 &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`
12255 &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.
12256 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012257 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012258 &quot;source&quot;: { # The source of a field. # The source of the field.
12259 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12260 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12261 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12262 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12263 &quot;userTypes&quot;: [ # Output only. The user types.
12264 &quot;A String&quot;,
12265 ],
12266 },
12267 &quot;type&quot;: &quot;A String&quot;, # The source type.
12268 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12269 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012270 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012271 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12272 },
12273 &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`
12274 },
12275 ],
12276 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
12277 { # A person&#x27;s instant messaging client.
12278 &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.
12279 &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.
12280 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012281 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012282 &quot;source&quot;: { # The source of a field. # The source of the field.
12283 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12284 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12285 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12286 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12287 &quot;userTypes&quot;: [ # Output only. The user types.
12288 &quot;A String&quot;,
12289 ],
12290 },
12291 &quot;type&quot;: &quot;A String&quot;, # The source type.
12292 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12293 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012294 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012295 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12296 },
12297 &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`
12298 &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`
12299 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
12300 },
12301 ],
12302 &quot;interests&quot;: [ # The person&#x27;s interests.
12303 { # One of the person&#x27;s interests.
12304 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012305 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012306 &quot;source&quot;: { # The source of a field. # The source of the field.
12307 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12308 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12309 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12310 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12311 &quot;userTypes&quot;: [ # Output only. The user types.
12312 &quot;A String&quot;,
12313 ],
12314 },
12315 &quot;type&quot;: &quot;A String&quot;, # The source type.
12316 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12317 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012318 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012319 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12320 },
12321 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
12322 },
12323 ],
12324 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
12325 { # A person&#x27;s locale preference.
12326 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012327 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012328 &quot;source&quot;: { # The source of a field. # The source of the field.
12329 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12330 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12331 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12332 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12333 &quot;userTypes&quot;: [ # Output only. The user types.
12334 &quot;A String&quot;,
12335 ],
12336 },
12337 &quot;type&quot;: &quot;A String&quot;, # The source type.
12338 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12339 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012340 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012341 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12342 },
12343 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
12344 },
12345 ],
12346 &quot;locations&quot;: [ # The person&#x27;s locations.
12347 { # A person&#x27;s location.
12348 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
12349 &quot;current&quot;: True or False, # Whether the location is the current location.
12350 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
12351 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
12352 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
12353 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012354 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012355 &quot;source&quot;: { # The source of a field. # The source of the field.
12356 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12357 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12358 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12359 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12360 &quot;userTypes&quot;: [ # Output only. The user types.
12361 &quot;A String&quot;,
12362 ],
12363 },
12364 &quot;type&quot;: &quot;A String&quot;, # The source type.
12365 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12366 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012367 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012368 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12369 },
12370 &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`
12371 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
12372 },
12373 ],
12374 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
12375 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
12376 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
12377 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
12378 &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.
12379 },
yoshi-code-bot33237a82021-06-09 00:26:03 -070012380 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
12381 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012382 },
12383 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012384 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012385 &quot;source&quot;: { # The source of a field. # The source of the field.
12386 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12387 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12388 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12389 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12390 &quot;userTypes&quot;: [ # Output only. The user types.
12391 &quot;A String&quot;,
12392 ],
12393 },
12394 &quot;type&quot;: &quot;A String&quot;, # The source type.
12395 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12396 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012397 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012398 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12399 },
12400 },
12401 ],
12402 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -070012403 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012404 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
12405 &quot;A String&quot;,
12406 ],
12407 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -070012408 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012409 &quot;A String&quot;,
12410 ],
12411 &quot;sources&quot;: [ # The sources of data for the person.
12412 { # The source of a field.
12413 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12414 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12415 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12416 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12417 &quot;userTypes&quot;: [ # Output only. The user types.
12418 &quot;A String&quot;,
12419 ],
12420 },
12421 &quot;type&quot;: &quot;A String&quot;, # The source type.
12422 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012423 },
12424 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012425 },
12426 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
12427 { # A person&#x27;s miscellaneous keyword.
12428 &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.
12429 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012430 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012431 &quot;source&quot;: { # The source of a field. # The source of the field.
12432 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12433 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12434 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12435 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12436 &quot;userTypes&quot;: [ # Output only. The user types.
12437 &quot;A String&quot;,
12438 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012439 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012440 &quot;type&quot;: &quot;A String&quot;, # The source type.
12441 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012442 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012443 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012444 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012445 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012446 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
12447 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
12448 },
12449 ],
12450 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
12451 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
12452 &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.
12453 &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.
12454 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
12455 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
12456 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
12457 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
12458 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012459 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012460 &quot;source&quot;: { # The source of a field. # The source of the field.
12461 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12462 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12463 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12464 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12465 &quot;userTypes&quot;: [ # Output only. The user types.
12466 &quot;A String&quot;,
12467 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012468 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012469 &quot;type&quot;: &quot;A String&quot;, # The source type.
12470 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012471 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012472 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012473 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012474 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012475 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
12476 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
12477 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
12478 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
12479 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
12480 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
12481 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
12482 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
12483 },
12484 ],
12485 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
12486 { # A person&#x27;s nickname.
12487 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012488 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012489 &quot;source&quot;: { # The source of a field. # The source of the field.
12490 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12491 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12492 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12493 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12494 &quot;userTypes&quot;: [ # Output only. The user types.
12495 &quot;A String&quot;,
12496 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012497 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012498 &quot;type&quot;: &quot;A String&quot;, # The source type.
12499 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012500 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012501 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012502 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012503 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012504 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
12505 &quot;value&quot;: &quot;A String&quot;, # The nickname.
12506 },
12507 ],
12508 &quot;occupations&quot;: [ # The person&#x27;s occupations.
12509 { # A person&#x27;s occupation.
12510 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012511 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012512 &quot;source&quot;: { # The source of a field. # The source of the field.
12513 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12514 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12515 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12516 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12517 &quot;userTypes&quot;: [ # Output only. The user types.
12518 &quot;A String&quot;,
12519 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012520 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012521 &quot;type&quot;: &quot;A String&quot;, # The source type.
12522 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012523 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012524 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012525 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012526 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012527 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
12528 },
12529 ],
12530 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
12531 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -070012532 &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012533 &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.
12534 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
12535 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
12536 &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.
12537 &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.
12538 &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.
12539 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
12540 },
12541 &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.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -070012542 &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012543 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
12544 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
12545 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012546 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012547 &quot;source&quot;: { # The source of a field. # The source of the field.
12548 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12549 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12550 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12551 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12552 &quot;userTypes&quot;: [ # Output only. The user types.
12553 &quot;A String&quot;,
12554 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012555 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012556 &quot;type&quot;: &quot;A String&quot;, # The source type.
12557 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012558 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012559 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012560 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012561 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012562 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
12563 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
12564 &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.
12565 &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.
12566 &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.
12567 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
12568 },
12569 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
12570 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
12571 &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`
12572 },
12573 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070012574 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012575 { # A person&#x27;s phone number.
12576 &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.
12577 &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.
12578 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012579 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012580 &quot;source&quot;: { # The source of a field. # The source of the field.
12581 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12582 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12583 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12584 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12585 &quot;userTypes&quot;: [ # Output only. The user types.
12586 &quot;A String&quot;,
12587 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012588 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012589 &quot;type&quot;: &quot;A String&quot;, # The source type.
12590 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012591 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012592 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012593 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012594 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012595 &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`
12596 &quot;value&quot;: &quot;A String&quot;, # The phone number.
12597 },
12598 ],
12599 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
12600 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
12601 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
12602 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012603 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012604 &quot;source&quot;: { # The source of a field. # The source of the field.
12605 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12606 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12607 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12608 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12609 &quot;userTypes&quot;: [ # Output only. The user types.
12610 &quot;A String&quot;,
12611 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012612 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012613 &quot;type&quot;: &quot;A String&quot;, # The source type.
12614 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012615 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012616 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012617 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012618 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012619 &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
12620 },
12621 ],
12622 &quot;relations&quot;: [ # The person&#x27;s relations.
12623 { # A person&#x27;s relation to another person.
12624 &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.
12625 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012626 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012627 &quot;source&quot;: { # The source of a field. # The source of the field.
12628 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12629 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12630 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12631 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12632 &quot;userTypes&quot;: [ # Output only. The user types.
12633 &quot;A String&quot;,
12634 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012635 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012636 &quot;type&quot;: &quot;A String&quot;, # The source type.
12637 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012638 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012639 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012640 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012641 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012642 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
12643 &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`
12644 },
12645 ],
12646 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
12647 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
12648 &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.
12649 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012650 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012651 &quot;source&quot;: { # The source of a field. # The source of the field.
12652 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12653 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12654 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12655 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12656 &quot;userTypes&quot;: [ # Output only. The user types.
12657 &quot;A String&quot;,
12658 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012659 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012660 &quot;type&quot;: &quot;A String&quot;, # The source type.
12661 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012662 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012663 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012664 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012665 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012666 &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`
12667 },
12668 ],
12669 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
12670 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
12671 &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.
12672 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012673 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012674 &quot;source&quot;: { # The source of a field. # The source of the field.
12675 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12676 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12677 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12678 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12679 &quot;userTypes&quot;: [ # Output only. The user types.
12680 &quot;A String&quot;,
12681 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012682 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012683 &quot;type&quot;: &quot;A String&quot;, # The source type.
12684 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012685 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012686 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012687 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012688 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012689 &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`
12690 },
12691 ],
12692 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
12693 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
12694 &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.
12695 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012696 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012697 &quot;source&quot;: { # The source of a field. # The source of the field.
12698 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12699 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12700 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12701 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12702 &quot;userTypes&quot;: [ # Output only. The user types.
12703 &quot;A String&quot;,
12704 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012705 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012706 &quot;type&quot;: &quot;A String&quot;, # The source type.
12707 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012708 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012709 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012710 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012711 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012712 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
12713 },
12714 ],
12715 &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}`.
12716 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
12717 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
12718 &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.
12719 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012720 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012721 &quot;source&quot;: { # The source of a field. # The source of the field.
12722 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12723 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12724 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12725 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12726 &quot;userTypes&quot;: [ # Output only. The user types.
12727 &quot;A String&quot;,
12728 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012729 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012730 &quot;type&quot;: &quot;A String&quot;, # The source type.
12731 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012732 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012733 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012734 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012735 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012736 &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`
12737 &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.
12738 },
12739 ],
12740 &quot;skills&quot;: [ # The person&#x27;s skills.
12741 { # A skill that the person has.
12742 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012743 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012744 &quot;source&quot;: { # The source of a field. # The source of the field.
12745 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12746 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12747 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12748 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12749 &quot;userTypes&quot;: [ # Output only. The user types.
12750 &quot;A String&quot;,
12751 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012752 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012753 &quot;type&quot;: &quot;A String&quot;, # The source type.
12754 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012755 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012756 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012757 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012758 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012759 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
12760 },
12761 ],
12762 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
12763 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
12764 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012765 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012766 &quot;source&quot;: { # The source of a field. # The source of the field.
12767 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12768 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12769 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12770 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12771 &quot;userTypes&quot;: [ # Output only. The user types.
12772 &quot;A String&quot;,
12773 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012774 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012775 &quot;type&quot;: &quot;A String&quot;, # The source type.
12776 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012777 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012778 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012779 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -080012780 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012781 &quot;value&quot;: &quot;A String&quot;, # The tagline.
12782 },
12783 ],
12784 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
12785 { # A person&#x27;s associated URLs.
12786 &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.
12787 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012788 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012789 &quot;source&quot;: { # The source of a field. # The source of the field.
12790 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12791 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12792 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12793 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12794 &quot;userTypes&quot;: [ # Output only. The user types.
12795 &quot;A String&quot;,
12796 ],
12797 },
12798 &quot;type&quot;: &quot;A String&quot;, # The source type.
12799 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12800 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012801 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012802 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12803 },
12804 &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`
12805 &quot;value&quot;: &quot;A String&quot;, # The URL.
12806 },
12807 ],
12808 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
12809 { # Arbitrary user data that is populated by the end users.
12810 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
12811 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012812 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012813 &quot;source&quot;: { # The source of a field. # The source of the field.
12814 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12815 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12816 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12817 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12818 &quot;userTypes&quot;: [ # Output only. The user types.
12819 &quot;A String&quot;,
12820 ],
12821 },
12822 &quot;type&quot;: &quot;A String&quot;, # The source type.
12823 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12824 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012825 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012826 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12827 },
12828 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
12829 },
12830 ],
12831}</pre>
Dan O'Mearadd494642020-05-01 07:42:23 -070012832</div>
12833
12834<div class="method">
12835 <code class="details" id="updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -070012836 <pre>Update a contact&#x27;s photo.
Dan O'Mearadd494642020-05-01 07:42:23 -070012837
12838Args:
12839 resourceName: string, Required. Person resource name (required)
12840 body: object, The request body.
12841 The object takes the form of:
12842
Bu Sun Kimd059ad82020-07-22 17:02:09 -070012843{ # A request to update an existing contact&#x27;s photo. All requests must have a valid photo format: JPEG or PNG.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012844 &quot;personFields&quot;: &quot;A String&quot;, # Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to empty if not set, which will skip the post mutate get. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
12845 &quot;photoBytes&quot;: &quot;A String&quot;, # Required. Raw photo bytes
12846 &quot;sources&quot;: [ # Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.
12847 &quot;A String&quot;,
12848 ],
12849}
Dan O'Mearadd494642020-05-01 07:42:23 -070012850
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070012851 x__xgafv: string, V1 error format.
12852 Allowed values
12853 1 - v1 error format
12854 2 - v2 error format
12855
12856Returns:
12857 An object of the form:
12858
Bu Sun Kim65020912020-05-20 12:08:20 -070012859 { # The response for updating a contact&#x27;s photo.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012860 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The updated person, if person_fields is set in the UpdateContactPhotoRequest; otherwise this will be unset.
12861 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
12862 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
12863 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
12864 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
12865 &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.
12866 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
12867 &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.
12868 &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.
12869 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012870 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012871 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012872 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12873 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012874 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12875 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12876 &quot;userTypes&quot;: [ # Output only. The user types.
12877 &quot;A String&quot;,
12878 ],
12879 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012880 &quot;type&quot;: &quot;A String&quot;, # The source type.
12881 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012882 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012883 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012884 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12885 },
12886 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
12887 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
12888 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
12889 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
12890 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012891 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012892 ],
12893 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
12894 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
12895 { # A person&#x27;s age range.
12896 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
12897 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012898 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012899 &quot;source&quot;: { # The source of a field. # The source of the field.
12900 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12901 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12902 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12903 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12904 &quot;userTypes&quot;: [ # Output only. The user types.
12905 &quot;A String&quot;,
12906 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012907 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012908 &quot;type&quot;: &quot;A String&quot;, # The source type.
12909 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012910 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012911 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012912 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012913 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012914 },
12915 ],
12916 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
12917 { # A person&#x27;s short biography.
12918 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
12919 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012920 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012921 &quot;source&quot;: { # The source of a field. # The source of the field.
12922 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12923 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12924 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12925 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12926 &quot;userTypes&quot;: [ # Output only. The user types.
12927 &quot;A String&quot;,
12928 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012929 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012930 &quot;type&quot;: &quot;A String&quot;, # The source type.
12931 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012932 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012933 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012934 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012935 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012936 &quot;value&quot;: &quot;A String&quot;, # The short biography.
12937 },
12938 ],
12939 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
12940 { # 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.
12941 &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.
12942 &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.
12943 &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.
12944 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012945 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012946 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012947 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012948 &quot;source&quot;: { # The source of a field. # The source of the field.
12949 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12950 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12951 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12952 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12953 &quot;userTypes&quot;: [ # Output only. The user types.
12954 &quot;A String&quot;,
12955 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012956 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012957 &quot;type&quot;: &quot;A String&quot;, # The source type.
12958 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012959 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012960 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012961 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012962 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012963 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
12964 },
12965 ],
12966 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
12967 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
12968 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012969 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012970 &quot;source&quot;: { # The source of a field. # The source of the field.
12971 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12972 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12973 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12974 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12975 &quot;userTypes&quot;: [ # Output only. The user types.
12976 &quot;A String&quot;,
12977 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012978 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012979 &quot;type&quot;: &quot;A String&quot;, # The source type.
12980 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012981 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070012982 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012983 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012984 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012985 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
12986 },
12987 ],
12988 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
12989 { # A person&#x27;s calendar URL.
12990 &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.
12991 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -070012992 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012993 &quot;source&quot;: { # The source of a field. # The source of the field.
12994 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12995 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12996 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12997 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12998 &quot;userTypes&quot;: [ # Output only. The user types.
12999 &quot;A String&quot;,
13000 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013001 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013002 &quot;type&quot;: &quot;A String&quot;, # The source type.
13003 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013004 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013005 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013006 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013007 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013008 &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`
13009 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
13010 },
13011 ],
13012 &quot;clientData&quot;: [ # The person&#x27;s client data.
13013 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
13014 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
13015 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013016 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013017 &quot;source&quot;: { # The source of a field. # The source of the field.
13018 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13019 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13020 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13021 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13022 &quot;userTypes&quot;: [ # Output only. The user types.
13023 &quot;A String&quot;,
13024 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013025 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013026 &quot;type&quot;: &quot;A String&quot;, # The source type.
13027 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013028 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013029 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013030 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013031 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013032 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
13033 },
13034 ],
13035 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
13036 { # 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.
13037 &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.
13038 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013039 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013040 &quot;source&quot;: { # The source of a field. # The source of the field.
13041 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13042 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13043 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13044 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13045 &quot;userTypes&quot;: [ # Output only. The user types.
13046 &quot;A String&quot;,
13047 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013048 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013049 &quot;type&quot;: &quot;A String&quot;, # The source type.
13050 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013051 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013052 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013053 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013054 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013055 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
13056 },
13057 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070013058 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013059 { # A person&#x27;s email address.
13060 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
13061 &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.
13062 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013063 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013064 &quot;source&quot;: { # The source of a field. # The source of the field.
13065 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13066 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13067 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13068 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13069 &quot;userTypes&quot;: [ # Output only. The user types.
13070 &quot;A String&quot;,
13071 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013072 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013073 &quot;type&quot;: &quot;A String&quot;, # The source type.
13074 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013075 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013076 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013077 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013078 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013079 &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`
13080 &quot;value&quot;: &quot;A String&quot;, # The email address.
13081 },
13082 ],
13083 &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.
13084 &quot;events&quot;: [ # The person&#x27;s events.
13085 { # An event related to the person.
13086 &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.
13087 &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.
13088 &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.
13089 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013090 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013091 &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.
13092 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013093 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013094 &quot;source&quot;: { # The source of a field. # The source of the field.
13095 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13096 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13097 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13098 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13099 &quot;userTypes&quot;: [ # Output only. The user types.
13100 &quot;A String&quot;,
13101 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013102 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013103 &quot;type&quot;: &quot;A String&quot;, # The source type.
13104 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013105 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013106 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013107 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013108 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013109 &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`
13110 },
13111 ],
13112 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
13113 { # An identifier from an external entity related to the person.
13114 &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.
13115 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013116 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013117 &quot;source&quot;: { # The source of a field. # The source of the field.
13118 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13119 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13120 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13121 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13122 &quot;userTypes&quot;: [ # Output only. The user types.
13123 &quot;A String&quot;,
13124 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013125 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013126 &quot;type&quot;: &quot;A String&quot;, # The source type.
13127 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013128 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013129 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013130 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013131 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013132 &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`
13133 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
13134 },
13135 ],
13136 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
13137 { # The name that should be used to sort the person in a list.
13138 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013139 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013140 &quot;source&quot;: { # The source of a field. # The source of the field.
13141 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13142 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13143 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13144 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13145 &quot;userTypes&quot;: [ # Output only. The user types.
13146 &quot;A String&quot;,
13147 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013148 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013149 &quot;type&quot;: &quot;A String&quot;, # The source type.
13150 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013151 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013152 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013153 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013154 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013155 &quot;value&quot;: &quot;A String&quot;, # The file-as value
13156 },
13157 ],
13158 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
13159 { # A person&#x27;s gender.
13160 &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`
13161 &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.
13162 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013163 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013164 &quot;source&quot;: { # The source of a field. # The source of the field.
13165 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13166 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13167 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13168 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13169 &quot;userTypes&quot;: [ # Output only. The user types.
13170 &quot;A String&quot;,
13171 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013172 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013173 &quot;type&quot;: &quot;A String&quot;, # The source type.
13174 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013175 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013176 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013177 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013178 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013179 &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`
13180 },
13181 ],
13182 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
13183 { # A person&#x27;s instant messaging client.
13184 &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.
13185 &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.
13186 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013187 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013188 &quot;source&quot;: { # The source of a field. # The source of the field.
13189 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13190 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13191 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13192 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13193 &quot;userTypes&quot;: [ # Output only. The user types.
13194 &quot;A String&quot;,
13195 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013196 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013197 &quot;type&quot;: &quot;A String&quot;, # The source type.
13198 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080013199 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013200 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013201 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13202 },
13203 &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`
13204 &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`
13205 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
13206 },
13207 ],
13208 &quot;interests&quot;: [ # The person&#x27;s interests.
13209 { # One of the person&#x27;s interests.
13210 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013211 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013212 &quot;source&quot;: { # The source of a field. # The source of the field.
13213 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13214 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13215 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13216 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13217 &quot;userTypes&quot;: [ # Output only. The user types.
13218 &quot;A String&quot;,
13219 ],
13220 },
13221 &quot;type&quot;: &quot;A String&quot;, # The source type.
13222 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13223 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013224 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013225 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13226 },
13227 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
13228 },
13229 ],
13230 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
13231 { # A person&#x27;s locale preference.
13232 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013233 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013234 &quot;source&quot;: { # The source of a field. # The source of the field.
13235 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13236 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13237 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13238 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13239 &quot;userTypes&quot;: [ # Output only. The user types.
13240 &quot;A String&quot;,
13241 ],
13242 },
13243 &quot;type&quot;: &quot;A String&quot;, # The source type.
13244 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13245 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013246 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013247 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13248 },
13249 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
13250 },
13251 ],
13252 &quot;locations&quot;: [ # The person&#x27;s locations.
13253 { # A person&#x27;s location.
13254 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
13255 &quot;current&quot;: True or False, # Whether the location is the current location.
13256 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
13257 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
13258 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
13259 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013260 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013261 &quot;source&quot;: { # The source of a field. # The source of the field.
13262 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13263 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13264 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13265 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13266 &quot;userTypes&quot;: [ # Output only. The user types.
13267 &quot;A String&quot;,
13268 ],
13269 },
13270 &quot;type&quot;: &quot;A String&quot;, # The source type.
13271 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13272 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013273 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013274 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13275 },
13276 &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`
13277 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
13278 },
13279 ],
13280 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
13281 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
13282 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
13283 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
13284 &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.
13285 },
yoshi-code-bot33237a82021-06-09 00:26:03 -070013286 &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
13287 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013288 },
13289 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013290 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013291 &quot;source&quot;: { # The source of a field. # The source of the field.
13292 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13293 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13294 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13295 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13296 &quot;userTypes&quot;: [ # Output only. The user types.
13297 &quot;A String&quot;,
13298 ],
13299 },
13300 &quot;type&quot;: &quot;A String&quot;, # The source type.
13301 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13302 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013303 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013304 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13305 },
13306 },
13307 ],
13308 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
yoshi-code-bot07708072021-07-20 00:20:24 -070013309 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013310 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
13311 &quot;A String&quot;,
13312 ],
13313 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
yoshi-code-bot07708072021-07-20 00:20:24 -070013314 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `people.connections.list` requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013315 &quot;A String&quot;,
13316 ],
13317 &quot;sources&quot;: [ # The sources of data for the person.
13318 { # The source of a field.
13319 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13320 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13321 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13322 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13323 &quot;userTypes&quot;: [ # Output only. The user types.
13324 &quot;A String&quot;,
13325 ],
13326 },
13327 &quot;type&quot;: &quot;A String&quot;, # The source type.
13328 &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 -080013329 },
13330 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070013331 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013332 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
13333 { # A person&#x27;s miscellaneous keyword.
13334 &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.
13335 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013336 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013337 &quot;source&quot;: { # The source of a field. # The source of the field.
13338 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13339 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13340 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13341 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13342 &quot;userTypes&quot;: [ # Output only. The user types.
13343 &quot;A String&quot;,
13344 ],
13345 },
13346 &quot;type&quot;: &quot;A String&quot;, # The source type.
13347 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13348 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013349 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013350 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13351 },
13352 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
13353 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
13354 },
13355 ],
13356 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
13357 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
13358 &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.
13359 &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.
13360 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
13361 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
13362 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
13363 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
13364 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013365 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013366 &quot;source&quot;: { # The source of a field. # The source of the field.
13367 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13368 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13369 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13370 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13371 &quot;userTypes&quot;: [ # Output only. The user types.
13372 &quot;A String&quot;,
13373 ],
13374 },
13375 &quot;type&quot;: &quot;A String&quot;, # The source type.
13376 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13377 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013378 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013379 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13380 },
13381 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
13382 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
13383 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
13384 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
13385 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
13386 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
13387 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
13388 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
13389 },
13390 ],
13391 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
13392 { # A person&#x27;s nickname.
13393 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013394 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013395 &quot;source&quot;: { # The source of a field. # The source of the field.
13396 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13397 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13398 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13399 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13400 &quot;userTypes&quot;: [ # Output only. The user types.
13401 &quot;A String&quot;,
13402 ],
13403 },
13404 &quot;type&quot;: &quot;A String&quot;, # The source type.
13405 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13406 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013407 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013408 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13409 },
13410 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
13411 &quot;value&quot;: &quot;A String&quot;, # The nickname.
13412 },
13413 ],
13414 &quot;occupations&quot;: [ # The person&#x27;s occupations.
13415 { # A person&#x27;s occupation.
13416 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013417 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013418 &quot;source&quot;: { # The source of a field. # The source of the field.
13419 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13420 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13421 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13422 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13423 &quot;userTypes&quot;: [ # Output only. The user types.
13424 &quot;A String&quot;,
13425 ],
13426 },
13427 &quot;type&quot;: &quot;A String&quot;, # The source type.
13428 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13429 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013430 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013431 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13432 },
13433 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
13434 },
13435 ],
13436 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
13437 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -070013438 &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013439 &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.
13440 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
13441 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
13442 &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.
13443 &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.
13444 &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.
13445 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
13446 },
13447 &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.
yoshi-code-bot8bb904c2021-08-31 00:28:27 -070013448 &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013449 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
13450 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
13451 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013452 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013453 &quot;source&quot;: { # The source of a field. # The source of the field.
13454 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13455 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13456 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13457 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13458 &quot;userTypes&quot;: [ # Output only. The user types.
13459 &quot;A String&quot;,
13460 ],
13461 },
13462 &quot;type&quot;: &quot;A String&quot;, # The source type.
13463 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13464 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013465 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013466 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13467 },
13468 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
13469 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
13470 &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.
13471 &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.
13472 &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.
13473 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
13474 },
13475 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
13476 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
13477 &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`
13478 },
13479 ],
yoshi-code-bot07708072021-07-20 00:20:24 -070013480 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013481 { # A person&#x27;s phone number.
13482 &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.
13483 &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.
13484 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013485 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013486 &quot;source&quot;: { # The source of a field. # The source of the field.
13487 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13488 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13489 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13490 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13491 &quot;userTypes&quot;: [ # Output only. The user types.
13492 &quot;A String&quot;,
13493 ],
13494 },
13495 &quot;type&quot;: &quot;A String&quot;, # The source type.
13496 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13497 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013498 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013499 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13500 },
13501 &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`
13502 &quot;value&quot;: &quot;A String&quot;, # The phone number.
13503 },
13504 ],
13505 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
13506 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
13507 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
13508 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013509 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013510 &quot;source&quot;: { # The source of a field. # The source of the field.
13511 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13512 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13513 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13514 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13515 &quot;userTypes&quot;: [ # Output only. The user types.
13516 &quot;A String&quot;,
13517 ],
13518 },
13519 &quot;type&quot;: &quot;A String&quot;, # The source type.
13520 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13521 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013522 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013523 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13524 },
13525 &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
13526 },
13527 ],
13528 &quot;relations&quot;: [ # The person&#x27;s relations.
13529 { # A person&#x27;s relation to another person.
13530 &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.
13531 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013532 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013533 &quot;source&quot;: { # The source of a field. # The source of the field.
13534 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13535 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13536 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13537 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13538 &quot;userTypes&quot;: [ # Output only. The user types.
13539 &quot;A String&quot;,
13540 ],
13541 },
13542 &quot;type&quot;: &quot;A String&quot;, # The source type.
13543 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13544 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013545 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013546 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13547 },
13548 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
13549 &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`
13550 },
13551 ],
13552 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
13553 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
13554 &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.
13555 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013556 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013557 &quot;source&quot;: { # The source of a field. # The source of the field.
13558 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13559 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13560 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13561 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13562 &quot;userTypes&quot;: [ # Output only. The user types.
13563 &quot;A String&quot;,
13564 ],
13565 },
13566 &quot;type&quot;: &quot;A String&quot;, # The source type.
13567 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13568 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013569 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013570 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13571 },
13572 &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`
13573 },
13574 ],
13575 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
13576 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
13577 &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.
13578 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013579 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013580 &quot;source&quot;: { # The source of a field. # The source of the field.
13581 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13582 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13583 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13584 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13585 &quot;userTypes&quot;: [ # Output only. The user types.
13586 &quot;A String&quot;,
13587 ],
13588 },
13589 &quot;type&quot;: &quot;A String&quot;, # The source type.
13590 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13591 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013592 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013593 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13594 },
13595 &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`
13596 },
13597 ],
13598 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
13599 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
13600 &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.
13601 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013602 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013603 &quot;source&quot;: { # The source of a field. # The source of the field.
13604 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13605 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13606 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13607 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13608 &quot;userTypes&quot;: [ # Output only. The user types.
13609 &quot;A String&quot;,
13610 ],
13611 },
13612 &quot;type&quot;: &quot;A String&quot;, # The source type.
13613 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13614 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013615 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013616 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13617 },
13618 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
13619 },
13620 ],
13621 &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}`.
13622 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
13623 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
13624 &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.
13625 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013626 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013627 &quot;source&quot;: { # The source of a field. # The source of the field.
13628 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13629 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13630 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13631 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13632 &quot;userTypes&quot;: [ # Output only. The user types.
13633 &quot;A String&quot;,
13634 ],
13635 },
13636 &quot;type&quot;: &quot;A String&quot;, # The source type.
13637 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13638 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013639 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013640 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13641 },
13642 &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`
13643 &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.
13644 },
13645 ],
13646 &quot;skills&quot;: [ # The person&#x27;s skills.
13647 { # A skill that the person has.
13648 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013649 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013650 &quot;source&quot;: { # The source of a field. # The source of the field.
13651 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13652 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13653 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13654 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13655 &quot;userTypes&quot;: [ # Output only. The user types.
13656 &quot;A String&quot;,
13657 ],
13658 },
13659 &quot;type&quot;: &quot;A String&quot;, # The source type.
13660 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13661 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013662 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013663 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13664 },
13665 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
13666 },
13667 ],
13668 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
13669 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
13670 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013671 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013672 &quot;source&quot;: { # The source of a field. # The source of the field.
13673 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13674 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13675 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13676 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13677 &quot;userTypes&quot;: [ # Output only. The user types.
13678 &quot;A String&quot;,
13679 ],
13680 },
13681 &quot;type&quot;: &quot;A String&quot;, # The source type.
13682 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13683 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013684 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013685 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13686 },
13687 &quot;value&quot;: &quot;A String&quot;, # The tagline.
13688 },
13689 ],
13690 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
13691 { # A person&#x27;s associated URLs.
13692 &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.
13693 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013694 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013695 &quot;source&quot;: { # The source of a field. # The source of the field.
13696 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13697 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13698 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13699 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13700 &quot;userTypes&quot;: [ # Output only. The user types.
13701 &quot;A String&quot;,
13702 ],
13703 },
13704 &quot;type&quot;: &quot;A String&quot;, # The source type.
13705 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13706 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013707 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013708 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13709 },
13710 &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`
13711 &quot;value&quot;: &quot;A String&quot;, # The URL.
13712 },
13713 ],
13714 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
13715 { # Arbitrary user data that is populated by the end users.
13716 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
13717 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
yoshi-code-bot96afc042021-08-24 00:22:31 -070013718 &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013719 &quot;source&quot;: { # The source of a field. # The source of the field.
13720 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13721 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13722 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13723 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13724 &quot;userTypes&quot;: [ # Output only. The user types.
13725 &quot;A String&quot;,
13726 ],
13727 },
13728 &quot;type&quot;: &quot;A String&quot;, # The source type.
13729 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13730 },
yoshi-code-bot96afc042021-08-24 00:22:31 -070013731 &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080013732 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13733 },
13734 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
13735 },
13736 ],
13737 },
13738}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070013739</div>
13740
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080013741</body></html>