1<html><body> 2<style> 3 4body, h1, h2, h3, div, span, p, pre, a { 5 margin: 0; 6 padding: 0; 7 border: 0; 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 13} 14 15body { 16 font-size: 13px; 17 padding: 1em; 18} 19 20h1 { 21 font-size: 26px; 22 margin-bottom: 1em; 23} 24 25h2 { 26 font-size: 24px; 27 margin-bottom: 1em; 28} 29 30h3 { 31 font-size: 20px; 32 margin-bottom: 1em; 33 margin-top: 1em; 34} 35 36pre, code { 37 line-height: 1.5; 38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; 39} 40 41pre { 42 margin-top: 0.5em; 43} 44 45h1, h2, h3, p { 46 font-family: Arial, sans serif; 47} 48 49h1, h2, h3 { 50 border-bottom: solid #CCC 1px; 51} 52 53.toc_element { 54 margin-top: 0.5em; 55} 56 57.firstline { 58 margin-left: 2 em; 59} 60 61.method { 62 margin-top: 1em; 63 border: solid 1px #CCC; 64 padding: 1em; 65 background: #EEE; 66} 67 68.details { 69 font-weight: bold; 70 font-size: 14px; 71} 72 73</style> 74 75<h1><a href="people_v1.html">People API</a> . <a href="people_v1.people.html">people</a></h1> 76<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"> 83 <code><a href="#batchCreateContacts">batchCreateContacts(body=None, x__xgafv=None)</a></code></p> 84<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> 85<p class="toc_element"> 86 <code><a href="#batchDeleteContacts">batchDeleteContacts(body=None, x__xgafv=None)</a></code></p> 87<p class="firstline">Delete a batch of contacts. Any non-contact data will not be deleted. Limited to 10 parallel requests per user.</p> 88<p class="toc_element"> 89 <code><a href="#batchUpdateContacts">batchUpdateContacts(body=None, x__xgafv=None)</a></code></p> 90<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> 91<p class="toc_element"> 92 <code><a href="#close">close()</a></code></p> 93<p class="firstline">Close httplib2 connections.</p> 94<p class="toc_element"> 95 <code><a href="#createContact">createContact(body=None, personFields=None, sources=None, x__xgafv=None)</a></code></p> 96<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> 97<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"> 101 <code><a href="#deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</a></code></p> 102<p class="firstline">Delete a contact's photo.</p> 103<p class="toc_element"> 104 <code><a href="#get">get(resourceName, personFields=None, requestMask_includeField=None, sources=None, x__xgafv=None)</a></code></p> 105<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> 106<p class="toc_element"> 107 <code><a href="#getBatchGet">getBatchGet(personFields=None, requestMask_includeField=None, resourceNames=None, sources=None, x__xgafv=None)</a></code></p> 108<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> 109<p class="toc_element"> 110 <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> 111<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> 112<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"> 116 <code><a href="#searchContacts">searchContacts(pageSize=None, query=None, readMask=None, sources=None, x__xgafv=None)</a></code></p> 117<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> 118<p class="toc_element"> 119 <code><a href="#searchDirectoryPeople">searchDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, query=None, readMask=None, sources=None, x__xgafv=None)</a></code></p> 120<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"> 125 <code><a href="#updateContact">updateContact(resourceName, body=None, personFields=None, sources=None, updatePersonFields=None, x__xgafv=None)</a></code></p> 126<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> 127<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> 130<h3>Method Details</h3> 131<div class="method"> 132 <code class="details" id="batchCreateContacts">batchCreateContacts(body=None, x__xgafv=None)</code> 133 <pre>Create a batch of new contacts and return the PersonResponses for the newly created contacts. Limited to 10 parallel requests per user. 134 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 "contacts": [ # 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 "contactPerson": { # Information about a person merged from various data sources such as the authenticated user'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 "addresses": [ # The person's street addresses. 144 { # A person's physical address. May be a P.O. box or street address. All fields are optional. 145 "city": "A String", # The city of the address. 146 "country": "A String", # The country of the address. 147 "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. 148 "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. 149 "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 150 "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values. 151 "metadata": { # Metadata about a field. # Metadata about the address. 152 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 153 "source": { # The source of a field. # The source of the field. 154 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 156 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 157 "objectType": "A String", # Output only. The profile object type. 158 "userTypes": [ # Output only. The user types. 159 "A String", 160 ], 161 }, 162 "type": "A String", # The source type. 163 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 164 }, 165 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 166 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "poBox": "A String", # The P.O. box of the address. 169 "postalCode": "A String", # The postal code of the address. 170 "region": "A String", # The region of the address; for example, the state or province. 171 "streetAddress": "A String", # The street address. 172 "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 173 }, 174 ], 175 "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. 176 "ageRanges": [ # Output only. The person's age ranges. 177 { # A person's age range. 178 "ageRange": "A String", # The age range. 179 "metadata": { # Metadata about a field. # Metadata about the age range. 180 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 181 "source": { # The source of a field. # The source of the field. 182 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 184 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 185 "objectType": "A String", # Output only. The profile object type. 186 "userTypes": [ # Output only. The user types. 187 "A String", 188 ], 189 }, 190 "type": "A String", # The source type. 191 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 192 }, 193 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 194 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "biographies": [ # The person's biographies. This field is a singleton for contact sources. 199 { # A person's short biography. 200 "contentType": "A String", # The content type of the biography. 201 "metadata": { # Metadata about a field. # Metadata about the biography. 202 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 203 "source": { # The source of a field. # The source of the field. 204 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 206 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 207 "objectType": "A String", # Output only. The profile object type. 208 "userTypes": [ # Output only. The user types. 209 "A String", 210 ], 211 }, 212 "type": "A String", # The source type. 213 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 214 }, 215 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 216 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The short biography. 219 }, 220 ], 221 "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. 222 { # A person'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 "date": { # 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 "day": 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't significant. 225 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 226 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 227 }, 228 "metadata": { # Metadata about a field. # Metadata about the birthday. 229 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 230 "source": { # The source of a field. # The source of the field. 231 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 233 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 234 "objectType": "A String", # Output only. The profile object type. 235 "userTypes": [ # Output only. The user types. 236 "A String", 237 ], 238 }, 239 "type": "A String", # The source type. 240 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 241 }, 242 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 243 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "text": "A String", # A free-form string representing the user's birthday. 246 }, 247 ], 248 "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. 249 { # **DEPRECATED**: No data will be returned A person's bragging rights. 250 "metadata": { # Metadata about a field. # Metadata about the bragging rights. 251 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 252 "source": { # The source of a field. # The source of the field. 253 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 255 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 256 "objectType": "A String", # Output only. The profile object type. 257 "userTypes": [ # Output only. The user types. 258 "A String", 259 ], 260 }, 261 "type": "A String", # The source type. 262 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 263 }, 264 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 265 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The bragging rights; for example, `climbed mount everest`. 268 }, 269 ], 270 "calendarUrls": [ # The person's calendar URLs. 271 { # A person's calendar URL. 272 "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 273 "metadata": { # Metadata about a field. # Metadata about the calendar URL. 274 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 275 "source": { # The source of a field. # The source of the field. 276 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 278 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 279 "objectType": "A String", # Output only. The profile object type. 280 "userTypes": [ # Output only. The user types. 281 "A String", 282 ], 283 }, 284 "type": "A String", # The source type. 285 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 286 }, 287 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 288 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` 291 "url": "A String", # The calendar URL. 292 }, 293 ], 294 "clientData": [ # The person's client data. 295 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. 296 "key": "A String", # The client specified key of the client data. 297 "metadata": { # Metadata about a field. # Metadata about the client data. 298 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 299 "source": { # The source of a field. # The source of the field. 300 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 302 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 303 "objectType": "A String", # Output only. The profile object type. 304 "userTypes": [ # Output only. The user types. 305 "A String", 306 ], 307 }, 308 "type": "A String", # The source type. 309 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 310 }, 311 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 312 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The client specified value of the client data. 315 }, 316 ], 317 "coverPhotos": [ # Output only. The person's cover photos. 318 { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about. 319 "default": 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 "metadata": { # Metadata about a field. # Metadata about the cover photo. 321 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 322 "source": { # The source of a field. # The source of the field. 323 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 325 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 326 "objectType": "A String", # Output only. The profile object type. 327 "userTypes": [ # Output only. The user types. 328 "A String", 329 ], 330 }, 331 "type": "A String", # The source type. 332 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 333 }, 334 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 335 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # The URL of the cover photo. 338 }, 339 ], 340 "emailAddresses": [ # The person'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. 341 { # A person's email address. 342 "displayName": "A String", # The display name of the email. 343 "formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 344 "metadata": { # Metadata about a field. # Metadata about the email address. 345 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 346 "source": { # The source of a field. # The source of the field. 347 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 349 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 350 "objectType": "A String", # Output only. The profile object type. 351 "userTypes": [ # Output only. The user types. 352 "A String", 353 ], 354 }, 355 "type": "A String", # The source type. 356 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 357 }, 358 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 359 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 362 "value": "A String", # The email address. 363 }, 364 ], 365 "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. 366 "events": [ # The person's events. 367 { # An event related to the person. 368 "date": { # 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 "day": 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't significant. 370 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 371 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 372 }, 373 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 374 "metadata": { # Metadata about a field. # Metadata about the event. 375 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 376 "source": { # The source of a field. # The source of the field. 377 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 379 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 380 "objectType": "A String", # Output only. The profile object type. 381 "userTypes": [ # Output only. The user types. 382 "A String", 383 ], 384 }, 385 "type": "A String", # The source type. 386 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 387 }, 388 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 389 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` 392 }, 393 ], 394 "externalIds": [ # The person's external IDs. 395 { # An identifier from an external entity related to the person. 396 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 397 "metadata": { # Metadata about a field. # Metadata about the external ID. 398 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 399 "source": { # The source of a field. # The source of the field. 400 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 402 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 403 "objectType": "A String", # Output only. The profile object type. 404 "userTypes": [ # Output only. The user types. 405 "A String", 406 ], 407 }, 408 "type": "A String", # The source type. 409 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 410 }, 411 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 412 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization` 415 "value": "A String", # The value of the external ID. 416 }, 417 ], 418 "fileAses": [ # The person's file-ases. 419 { # The name that should be used to sort the person in a list. 420 "metadata": { # Metadata about a field. # Metadata about the file-as. 421 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 422 "source": { # The source of a field. # The source of the field. 423 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 425 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 426 "objectType": "A String", # Output only. The profile object type. 427 "userTypes": [ # Output only. The user types. 428 "A String", 429 ], 430 }, 431 "type": "A String", # The source type. 432 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 433 }, 434 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 435 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The file-as value 438 }, 439 ], 440 "genders": [ # The person's genders. This field is a singleton for contact sources. 441 { # A person's gender. 442 "addressMeAs": "A String", # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them` 443 "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized. 444 "metadata": { # Metadata about a field. # Metadata about the gender. 445 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 446 "source": { # The source of a field. # The source of the field. 447 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 449 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 450 "objectType": "A String", # Output only. The profile object type. 451 "userTypes": [ # Output only. The user types. 452 "A String", 453 ], 454 }, 455 "type": "A String", # The source type. 456 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 457 }, 458 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 459 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` 462 }, 463 ], 464 "imClients": [ # The person's instant messaging clients. 465 { # A person's instant messaging client. 466 "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 467 "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 468 "metadata": { # Metadata about a field. # Metadata about the IM client. 469 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 470 "source": { # The source of a field. # The source of the field. 471 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 473 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 474 "objectType": "A String", # Output only. The profile object type. 475 "userTypes": [ # Output only. The user types. 476 "A String", 477 ], 478 }, 479 "type": "A String", # The source type. 480 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 481 }, 482 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 483 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "protocol": "A String", # 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 "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` 487 "username": "A String", # The user name used in the IM client. 488 }, 489 ], 490 "interests": [ # The person's interests. 491 { # One of the person's interests. 492 "metadata": { # Metadata about a field. # Metadata about the interest. 493 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 494 "source": { # The source of a field. # The source of the field. 495 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 497 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 498 "objectType": "A String", # Output only. The profile object type. 499 "userTypes": [ # Output only. The user types. 500 "A String", 501 ], 502 }, 503 "type": "A String", # The source type. 504 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 505 }, 506 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 507 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The interest; for example, `stargazing`. 510 }, 511 ], 512 "locales": [ # The person's locale preferences. 513 { # A person's locale preference. 514 "metadata": { # Metadata about a field. # Metadata about the locale. 515 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 516 "source": { # The source of a field. # The source of the field. 517 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 519 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 520 "objectType": "A String", # Output only. The profile object type. 521 "userTypes": [ # Output only. The user types. 522 "A String", 523 ], 524 }, 525 "type": "A String", # The source type. 526 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 527 }, 528 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 529 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. 532 }, 533 ], 534 "locations": [ # The person's locations. 535 { # A person's location. 536 "buildingId": "A String", # The building identifier. 537 "current": True or False, # Whether the location is the current location. 538 "deskCode": "A String", # The individual desk location. 539 "floor": "A String", # The floor name or number. 540 "floorSection": "A String", # The floor section in `floor_name`. 541 "metadata": { # Metadata about a field. # Metadata about the location. 542 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 543 "source": { # The source of a field. # The source of the field. 544 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 546 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 547 "objectType": "A String", # Output only. The profile object type. 548 "userTypes": [ # Output only. The user types. 549 "A String", 550 ], 551 }, 552 "type": "A String", # The source type. 553 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 554 }, 555 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 556 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` 559 "value": "A String", # The free-form value of the location. 560 }, 561 ], 562 "memberships": [ # The person's group memberships. 563 { # A person's membership in a group. Only contact group memberships can be modified. 564 "contactGroupMembership": { # A Google contact group membership. # The contact group membership. 565 "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. 566 "contactGroupResourceName": "A String", # 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 "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 567 }, 568 "domainMembership": { # A Google Workspace Domain membership. # Output only. The domain membership. 569 "inViewerDomain": True or False, # True if the person is in the viewer's Google Workspace domain. 570 }, 571 "metadata": { # Metadata about a field. # Metadata about the membership. 572 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 573 "source": { # The source of a field. # The source of the field. 574 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 576 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 577 "objectType": "A String", # Output only. The profile object type. 578 "userTypes": [ # Output only. The user types. 579 "A String", 580 ], 581 }, 582 "type": "A String", # The source type. 583 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 584 }, 585 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 586 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "metadata": { # The metadata about a person. # Output only. Metadata about the person. 591 "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests. 592 "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. 593 "A String", 594 ], 595 "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. 596 "previousResourceNames": [ # 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. 597 "A String", 598 ], 599 "sources": [ # The sources of data for the person. 600 { # The source of a field. 601 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 603 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 604 "objectType": "A String", # Output only. The profile object type. 605 "userTypes": [ # Output only. The user types. 606 "A String", 607 ], 608 }, 609 "type": "A String", # The source type. 610 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 611 }, 612 ], 613 }, 614 "miscKeywords": [ # The person's miscellaneous keywords. 615 { # A person's miscellaneous keyword. 616 "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 617 "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. 618 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 619 "source": { # The source of a field. # The source of the field. 620 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 622 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 623 "objectType": "A String", # Output only. The profile object type. 624 "userTypes": [ # Output only. The user types. 625 "A String", 626 ], 627 }, 628 "type": "A String", # The source type. 629 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 630 }, 631 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 632 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The miscellaneous keyword type. 635 "value": "A String", # The value of the miscellaneous keyword. 636 }, 637 ], 638 "names": [ # The person's names. This field is a singleton for contact sources. 639 { # A person's name. If the name is a mononym, the family name is empty. 640 "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 641 "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 642 "familyName": "A String", # The family name. 643 "givenName": "A String", # The given name. 644 "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` 645 "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` 646 "metadata": { # Metadata about a field. # Metadata about the name. 647 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 648 "source": { # The source of a field. # The source of the field. 649 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 651 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 652 "objectType": "A String", # Output only. The profile object type. 653 "userTypes": [ # Output only. The user types. 654 "A String", 655 ], 656 }, 657 "type": "A String", # The source type. 658 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 659 }, 660 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 661 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "middleName": "A String", # The middle name(s). 664 "phoneticFamilyName": "A String", # The family name spelled as it sounds. 665 "phoneticFullName": "A String", # The full name spelled as it sounds. 666 "phoneticGivenName": "A String", # The given name spelled as it sounds. 667 "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. 668 "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. 669 "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. 670 "unstructuredName": "A String", # The free form name value. 671 }, 672 ], 673 "nicknames": [ # The person's nicknames. 674 { # A person's nickname. 675 "metadata": { # Metadata about a field. # Metadata about the nickname. 676 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 677 "source": { # The source of a field. # The source of the field. 678 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 680 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 681 "objectType": "A String", # Output only. The profile object type. 682 "userTypes": [ # Output only. The user types. 683 "A String", 684 ], 685 }, 686 "type": "A String", # The source type. 687 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 688 }, 689 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 690 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the nickname. 693 "value": "A String", # The nickname. 694 }, 695 ], 696 "occupations": [ # The person's occupations. 697 { # A person's occupation. 698 "metadata": { # Metadata about a field. # Metadata about the occupation. 699 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 700 "source": { # The source of a field. # The source of the field. 701 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 703 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 704 "objectType": "A String", # Output only. The profile object type. 705 "userTypes": [ # Output only. The user types. 706 "A String", 707 ], 708 }, 709 "type": "A String", # The source type. 710 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 711 }, 712 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 713 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The occupation; for example, `carpenter`. 716 }, 717 ], 718 "organizations": [ # The person's past or current organizations. 719 { # A person's past or current organization. Overlapping date ranges are permitted. 720 "costCenter": "A String", # The person's cost center at the organization. 721 "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. 722 "department": "A String", # The person's department at the organization. 723 "domain": "A String", # The domain name associated with the organization; for example, `google.com`. 724 "endDate": { # 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 "day": 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't significant. 726 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 727 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 728 }, 729 "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 730 "fullTimeEquivalentMillipercent": 42, # The person's full-time equivalent millipercent within the organization (100000 = 100%). 731 "jobDescription": "A String", # The person's job description at the organization. 732 "location": "A String", # The location of the organization office the person works at. 733 "metadata": { # Metadata about a field. # Metadata about the organization. 734 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 735 "source": { # The source of a field. # The source of the field. 736 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 738 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 739 "objectType": "A String", # Output only. The profile object type. 740 "userTypes": [ # Output only. The user types. 741 "A String", 742 ], 743 }, 744 "type": "A String", # The source type. 745 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 746 }, 747 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 748 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "name": "A String", # The name of the organization. 751 "phoneticName": "A String", # The phonetic name of the organization. 752 "startDate": { # 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 "day": 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't significant. 754 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 755 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 756 }, 757 "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. 758 "title": "A String", # The person's job title at the organization. 759 "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` 760 }, 761 ], 762 "phoneNumbers": [ # The person'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. 763 { # A person's phone number. 764 "canonicalForm": "A String", # 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 "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 766 "metadata": { # Metadata about a field. # Metadata about the phone number. 767 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 768 "source": { # The source of a field. # The source of the field. 769 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 771 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 772 "objectType": "A String", # Output only. The profile object type. 773 "userTypes": [ # Output only. The user types. 774 "A String", 775 ], 776 }, 777 "type": "A String", # The source type. 778 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 779 }, 780 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 781 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The phone number. 785 }, 786 ], 787 "photos": [ # Output only. The person's photos. 788 { # A person's photo. A picture shown next to the person's name to help others recognize the person. 789 "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. 790 "metadata": { # Metadata about a field. # Metadata about the photo. 791 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 792 "source": { # The source of a field. # The source of the field. 793 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 795 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 796 "objectType": "A String", # Output only. The profile object type. 797 "userTypes": [ # Output only. The user types. 798 "A String", 799 ], 800 }, 801 "type": "A String", # The source type. 802 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 803 }, 804 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 805 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # 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 "relations": [ # The person's relations. 811 { # A person's relation to another person. 812 "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 813 "metadata": { # Metadata about a field. # Metadata about the relation. 814 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 815 "source": { # The source of a field. # The source of the field. 816 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 818 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 819 "objectType": "A String", # Output only. The profile object type. 820 "userTypes": [ # Output only. The user types. 821 "A String", 822 ], 823 }, 824 "type": "A String", # The source type. 825 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 826 }, 827 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 828 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "person": "A String", # The name of the other person this relation refers to. 831 "type": "A String", # The person'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 "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. 835 { # **DEPRECATED**: No data will be returned A person's relationship interest . 836 "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 837 "metadata": { # Metadata about a field. # Metadata about the relationship interest. 838 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 839 "source": { # The source of a field. # The source of the field. 840 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 842 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 843 "objectType": "A String", # Output only. The profile object type. 844 "userTypes": [ # Output only. The user types. 845 "A String", 846 ], 847 }, 848 "type": "A String", # The source type. 849 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 850 }, 851 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 852 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. 858 { # **DEPRECATED**: No data will be returned A person's relationship status. 859 "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 860 "metadata": { # Metadata about a field. # Metadata about the relationship status. 861 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 862 "source": { # The source of a field. # The source of the field. 863 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 865 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 866 "objectType": "A String", # Output only. The profile object type. 867 "userTypes": [ # Output only. The user types. 868 "A String", 869 ], 870 }, 871 "type": "A String", # The source type. 872 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 873 }, 874 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 875 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. 881 { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. 882 "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. 883 "metadata": { # Metadata about a field. # Metadata about the residence. 884 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 885 "source": { # The source of a field. # The source of the field. 886 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 888 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 889 "objectType": "A String", # Output only. The profile object type. 890 "userTypes": [ # Output only. The user types. 891 "A String", 892 ], 893 }, 894 "type": "A String", # The source type. 895 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 896 }, 897 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 898 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The address of the residence. 901 }, 902 ], 903 "resourceName": "A 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}`. 904 "sipAddresses": [ # The person's SIP addresses. 905 { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. 906 "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 907 "metadata": { # Metadata about a field. # Metadata about the SIP address. 908 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 909 "source": { # The source of a field. # The source of the field. 910 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 912 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 913 "objectType": "A String", # Output only. The profile object type. 914 "userTypes": [ # Output only. The user types. 915 "A String", 916 ], 917 }, 918 "type": "A String", # The source type. 919 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 920 }, 921 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 922 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other` 925 "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. 926 }, 927 ], 928 "skills": [ # The person's skills. 929 { # A skill that the person has. 930 "metadata": { # Metadata about a field. # Metadata about the skill. 931 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 932 "source": { # The source of a field. # The source of the field. 933 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 935 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 936 "objectType": "A String", # Output only. The profile object type. 937 "userTypes": [ # Output only. The user types. 938 "A String", 939 ], 940 }, 941 "type": "A String", # The source type. 942 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 943 }, 944 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 945 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The skill; for example, `underwater basket weaving`. 948 }, 949 ], 950 "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. 951 { # **DEPRECATED**: No data will be returned A brief one-line description of the person. 952 "metadata": { # Metadata about a field. # Metadata about the tagline. 953 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 954 "source": { # The source of a field. # The source of the field. 955 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 957 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 958 "objectType": "A String", # Output only. The profile object type. 959 "userTypes": [ # Output only. The user types. 960 "A String", 961 ], 962 }, 963 "type": "A String", # The source type. 964 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 965 }, 966 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 967 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The tagline. 970 }, 971 ], 972 "urls": [ # The person's associated URLs. 973 { # A person's associated URLs. 974 "formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 975 "metadata": { # Metadata about a field. # Metadata about the URL. 976 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 977 "source": { # The source of a field. # The source of the field. 978 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 980 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 981 "objectType": "A String", # Output only. The profile object type. 982 "userTypes": [ # Output only. The user types. 983 "A String", 984 ], 985 }, 986 "type": "A String", # The source type. 987 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 988 }, 989 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 990 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The URL. 994 }, 995 ], 996 "userDefined": [ # The person's user defined data. 997 { # Arbitrary user data that is populated by the end users. 998 "key": "A String", # The end user specified key of the user defined data. 999 "metadata": { # Metadata about a field. # Metadata about the user defined data. 1000 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1001 "source": { # The source of a field. # The source of the field. 1002 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1004 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1005 "objectType": "A String", # Output only. The profile object type. 1006 "userTypes": [ # Output only. The user types. 1007 "A String", 1008 ], 1009 }, 1010 "type": "A String", # The source type. 1011 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1012 }, 1013 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1014 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The end user specified value of the user defined data. 1017 }, 1018 ], 1019 }, 1020 }, 1021 ], 1022 "readMask": "A String", # 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 "sources": [ # 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 "A String", 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 1036 { # 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. 1037 "createdPeople": [ # The contacts that were created, unless the request `read_mask` is empty. 1038 { # The response for a single person 1039 "httpStatusCode": 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html). 1040 "person": { # Information about a person merged from various data sources such as the authenticated user'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 "addresses": [ # The person's street addresses. 1042 { # A person's physical address. May be a P.O. box or street address. All fields are optional. 1043 "city": "A String", # The city of the address. 1044 "country": "A String", # The country of the address. 1045 "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. 1046 "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. 1047 "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 1048 "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values. 1049 "metadata": { # Metadata about a field. # Metadata about the address. 1050 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1051 "source": { # The source of a field. # The source of the field. 1052 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1054 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1055 "objectType": "A String", # Output only. The profile object type. 1056 "userTypes": [ # Output only. The user types. 1057 "A String", 1058 ], 1059 }, 1060 "type": "A String", # The source type. 1061 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1062 }, 1063 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1064 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "poBox": "A String", # The P.O. box of the address. 1067 "postalCode": "A String", # The postal code of the address. 1068 "region": "A String", # The region of the address; for example, the state or province. 1069 "streetAddress": "A String", # The street address. 1070 "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 1071 }, 1072 ], 1073 "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. 1074 "ageRanges": [ # Output only. The person's age ranges. 1075 { # A person's age range. 1076 "ageRange": "A String", # The age range. 1077 "metadata": { # Metadata about a field. # Metadata about the age range. 1078 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1079 "source": { # The source of a field. # The source of the field. 1080 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1082 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1083 "objectType": "A String", # Output only. The profile object type. 1084 "userTypes": [ # Output only. The user types. 1085 "A String", 1086 ], 1087 }, 1088 "type": "A String", # The source type. 1089 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1090 }, 1091 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1092 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "biographies": [ # The person's biographies. This field is a singleton for contact sources. 1097 { # A person's short biography. 1098 "contentType": "A String", # The content type of the biography. 1099 "metadata": { # Metadata about a field. # Metadata about the biography. 1100 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1101 "source": { # The source of a field. # The source of the field. 1102 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1104 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1105 "objectType": "A String", # Output only. The profile object type. 1106 "userTypes": [ # Output only. The user types. 1107 "A String", 1108 ], 1109 }, 1110 "type": "A String", # The source type. 1111 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1112 }, 1113 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1114 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The short biography. 1117 }, 1118 ], 1119 "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. 1120 { # A person'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 "date": { # 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 "day": 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't significant. 1123 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 1124 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 1125 }, 1126 "metadata": { # Metadata about a field. # Metadata about the birthday. 1127 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1128 "source": { # The source of a field. # The source of the field. 1129 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1131 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1132 "objectType": "A String", # Output only. The profile object type. 1133 "userTypes": [ # Output only. The user types. 1134 "A String", 1135 ], 1136 }, 1137 "type": "A String", # The source type. 1138 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1139 }, 1140 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1141 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "text": "A String", # A free-form string representing the user's birthday. 1144 }, 1145 ], 1146 "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. 1147 { # **DEPRECATED**: No data will be returned A person's bragging rights. 1148 "metadata": { # Metadata about a field. # Metadata about the bragging rights. 1149 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1150 "source": { # The source of a field. # The source of the field. 1151 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1153 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1154 "objectType": "A String", # Output only. The profile object type. 1155 "userTypes": [ # Output only. The user types. 1156 "A String", 1157 ], 1158 }, 1159 "type": "A String", # The source type. 1160 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1161 }, 1162 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1163 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The bragging rights; for example, `climbed mount everest`. 1166 }, 1167 ], 1168 "calendarUrls": [ # The person's calendar URLs. 1169 { # A person's calendar URL. 1170 "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 1171 "metadata": { # Metadata about a field. # Metadata about the calendar URL. 1172 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1173 "source": { # The source of a field. # The source of the field. 1174 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1176 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1177 "objectType": "A String", # Output only. The profile object type. 1178 "userTypes": [ # Output only. The user types. 1179 "A String", 1180 ], 1181 }, 1182 "type": "A String", # The source type. 1183 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1184 }, 1185 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1186 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` 1189 "url": "A String", # The calendar URL. 1190 }, 1191 ], 1192 "clientData": [ # The person's client data. 1193 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. 1194 "key": "A String", # The client specified key of the client data. 1195 "metadata": { # Metadata about a field. # Metadata about the client data. 1196 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1197 "source": { # The source of a field. # The source of the field. 1198 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1200 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1201 "objectType": "A String", # Output only. The profile object type. 1202 "userTypes": [ # Output only. The user types. 1203 "A String", 1204 ], 1205 }, 1206 "type": "A String", # The source type. 1207 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1208 }, 1209 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1210 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The client specified value of the client data. 1213 }, 1214 ], 1215 "coverPhotos": [ # Output only. The person's cover photos. 1216 { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about. 1217 "default": 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 "metadata": { # Metadata about a field. # Metadata about the cover photo. 1219 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1220 "source": { # The source of a field. # The source of the field. 1221 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1223 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1224 "objectType": "A String", # Output only. The profile object type. 1225 "userTypes": [ # Output only. The user types. 1226 "A String", 1227 ], 1228 }, 1229 "type": "A String", # The source type. 1230 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1231 }, 1232 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1233 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # The URL of the cover photo. 1236 }, 1237 ], 1238 "emailAddresses": [ # The person'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. 1239 { # A person's email address. 1240 "displayName": "A String", # The display name of the email. 1241 "formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 1242 "metadata": { # Metadata about a field. # Metadata about the email address. 1243 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1244 "source": { # The source of a field. # The source of the field. 1245 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1247 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1248 "objectType": "A String", # Output only. The profile object type. 1249 "userTypes": [ # Output only. The user types. 1250 "A String", 1251 ], 1252 }, 1253 "type": "A String", # The source type. 1254 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1255 }, 1256 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1257 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 1260 "value": "A String", # The email address. 1261 }, 1262 ], 1263 "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. 1264 "events": [ # The person's events. 1265 { # An event related to the person. 1266 "date": { # 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 "day": 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't significant. 1268 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 1269 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 1270 }, 1271 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 1272 "metadata": { # Metadata about a field. # Metadata about the event. 1273 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1274 "source": { # The source of a field. # The source of the field. 1275 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1277 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1278 "objectType": "A String", # Output only. The profile object type. 1279 "userTypes": [ # Output only. The user types. 1280 "A String", 1281 ], 1282 }, 1283 "type": "A String", # The source type. 1284 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1285 }, 1286 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1287 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` 1290 }, 1291 ], 1292 "externalIds": [ # The person's external IDs. 1293 { # An identifier from an external entity related to the person. 1294 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 1295 "metadata": { # Metadata about a field. # Metadata about the external ID. 1296 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1297 "source": { # The source of a field. # The source of the field. 1298 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1300 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1301 "objectType": "A String", # Output only. The profile object type. 1302 "userTypes": [ # Output only. The user types. 1303 "A String", 1304 ], 1305 }, 1306 "type": "A String", # The source type. 1307 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1308 }, 1309 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1310 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization` 1313 "value": "A String", # The value of the external ID. 1314 }, 1315 ], 1316 "fileAses": [ # The person's file-ases. 1317 { # The name that should be used to sort the person in a list. 1318 "metadata": { # Metadata about a field. # Metadata about the file-as. 1319 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1320 "source": { # The source of a field. # The source of the field. 1321 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1323 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1324 "objectType": "A String", # Output only. The profile object type. 1325 "userTypes": [ # Output only. The user types. 1326 "A String", 1327 ], 1328 }, 1329 "type": "A String", # The source type. 1330 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1331 }, 1332 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1333 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The file-as value 1336 }, 1337 ], 1338 "genders": [ # The person's genders. This field is a singleton for contact sources. 1339 { # A person's gender. 1340 "addressMeAs": "A String", # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them` 1341 "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized. 1342 "metadata": { # Metadata about a field. # Metadata about the gender. 1343 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1344 "source": { # The source of a field. # The source of the field. 1345 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1347 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1348 "objectType": "A String", # Output only. The profile object type. 1349 "userTypes": [ # Output only. The user types. 1350 "A String", 1351 ], 1352 }, 1353 "type": "A String", # The source type. 1354 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1355 }, 1356 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1357 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` 1360 }, 1361 ], 1362 "imClients": [ # The person's instant messaging clients. 1363 { # A person's instant messaging client. 1364 "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 1365 "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 1366 "metadata": { # Metadata about a field. # Metadata about the IM client. 1367 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1368 "source": { # The source of a field. # The source of the field. 1369 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1371 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1372 "objectType": "A String", # Output only. The profile object type. 1373 "userTypes": [ # Output only. The user types. 1374 "A String", 1375 ], 1376 }, 1377 "type": "A String", # The source type. 1378 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1379 }, 1380 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1381 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "protocol": "A String", # 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 "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` 1385 "username": "A String", # The user name used in the IM client. 1386 }, 1387 ], 1388 "interests": [ # The person's interests. 1389 { # One of the person's interests. 1390 "metadata": { # Metadata about a field. # Metadata about the interest. 1391 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1392 "source": { # The source of a field. # The source of the field. 1393 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1395 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1396 "objectType": "A String", # Output only. The profile object type. 1397 "userTypes": [ # Output only. The user types. 1398 "A String", 1399 ], 1400 }, 1401 "type": "A String", # The source type. 1402 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1403 }, 1404 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1405 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The interest; for example, `stargazing`. 1408 }, 1409 ], 1410 "locales": [ # The person's locale preferences. 1411 { # A person's locale preference. 1412 "metadata": { # Metadata about a field. # Metadata about the locale. 1413 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1414 "source": { # The source of a field. # The source of the field. 1415 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1417 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1418 "objectType": "A String", # Output only. The profile object type. 1419 "userTypes": [ # Output only. The user types. 1420 "A String", 1421 ], 1422 }, 1423 "type": "A String", # The source type. 1424 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1425 }, 1426 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1427 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. 1430 }, 1431 ], 1432 "locations": [ # The person's locations. 1433 { # A person's location. 1434 "buildingId": "A String", # The building identifier. 1435 "current": True or False, # Whether the location is the current location. 1436 "deskCode": "A String", # The individual desk location. 1437 "floor": "A String", # The floor name or number. 1438 "floorSection": "A String", # The floor section in `floor_name`. 1439 "metadata": { # Metadata about a field. # Metadata about the location. 1440 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1441 "source": { # The source of a field. # The source of the field. 1442 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1444 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1445 "objectType": "A String", # Output only. The profile object type. 1446 "userTypes": [ # Output only. The user types. 1447 "A String", 1448 ], 1449 }, 1450 "type": "A String", # The source type. 1451 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1452 }, 1453 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1454 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` 1457 "value": "A String", # The free-form value of the location. 1458 }, 1459 ], 1460 "memberships": [ # The person's group memberships. 1461 { # A person's membership in a group. Only contact group memberships can be modified. 1462 "contactGroupMembership": { # A Google contact group membership. # The contact group membership. 1463 "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. 1464 "contactGroupResourceName": "A String", # 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 "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 1465 }, 1466 "domainMembership": { # A Google Workspace Domain membership. # Output only. The domain membership. 1467 "inViewerDomain": True or False, # True if the person is in the viewer's Google Workspace domain. 1468 }, 1469 "metadata": { # Metadata about a field. # Metadata about the membership. 1470 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1471 "source": { # The source of a field. # The source of the field. 1472 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1474 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1475 "objectType": "A String", # Output only. The profile object type. 1476 "userTypes": [ # Output only. The user types. 1477 "A String", 1478 ], 1479 }, 1480 "type": "A String", # The source type. 1481 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1482 }, 1483 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1484 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "metadata": { # The metadata about a person. # Output only. Metadata about the person. 1489 "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests. 1490 "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. 1491 "A String", 1492 ], 1493 "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. 1494 "previousResourceNames": [ # 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. 1495 "A String", 1496 ], 1497 "sources": [ # The sources of data for the person. 1498 { # The source of a field. 1499 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1501 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1502 "objectType": "A String", # Output only. The profile object type. 1503 "userTypes": [ # Output only. The user types. 1504 "A String", 1505 ], 1506 }, 1507 "type": "A String", # The source type. 1508 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1509 }, 1510 ], 1511 }, 1512 "miscKeywords": [ # The person's miscellaneous keywords. 1513 { # A person's miscellaneous keyword. 1514 "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 1515 "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. 1516 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1517 "source": { # The source of a field. # The source of the field. 1518 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1520 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1521 "objectType": "A String", # Output only. The profile object type. 1522 "userTypes": [ # Output only. The user types. 1523 "A String", 1524 ], 1525 }, 1526 "type": "A String", # The source type. 1527 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1528 }, 1529 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1530 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The miscellaneous keyword type. 1533 "value": "A String", # The value of the miscellaneous keyword. 1534 }, 1535 ], 1536 "names": [ # The person's names. This field is a singleton for contact sources. 1537 { # A person's name. If the name is a mononym, the family name is empty. 1538 "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 1539 "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 1540 "familyName": "A String", # The family name. 1541 "givenName": "A String", # The given name. 1542 "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` 1543 "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` 1544 "metadata": { # Metadata about a field. # Metadata about the name. 1545 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1546 "source": { # The source of a field. # The source of the field. 1547 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1549 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1550 "objectType": "A String", # Output only. The profile object type. 1551 "userTypes": [ # Output only. The user types. 1552 "A String", 1553 ], 1554 }, 1555 "type": "A String", # The source type. 1556 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1557 }, 1558 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1559 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "middleName": "A String", # The middle name(s). 1562 "phoneticFamilyName": "A String", # The family name spelled as it sounds. 1563 "phoneticFullName": "A String", # The full name spelled as it sounds. 1564 "phoneticGivenName": "A String", # The given name spelled as it sounds. 1565 "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. 1566 "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. 1567 "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. 1568 "unstructuredName": "A String", # The free form name value. 1569 }, 1570 ], 1571 "nicknames": [ # The person's nicknames. 1572 { # A person's nickname. 1573 "metadata": { # Metadata about a field. # Metadata about the nickname. 1574 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1575 "source": { # The source of a field. # The source of the field. 1576 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1578 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1579 "objectType": "A String", # Output only. The profile object type. 1580 "userTypes": [ # Output only. The user types. 1581 "A String", 1582 ], 1583 }, 1584 "type": "A String", # The source type. 1585 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1586 }, 1587 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1588 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the nickname. 1591 "value": "A String", # The nickname. 1592 }, 1593 ], 1594 "occupations": [ # The person's occupations. 1595 { # A person's occupation. 1596 "metadata": { # Metadata about a field. # Metadata about the occupation. 1597 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1598 "source": { # The source of a field. # The source of the field. 1599 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1601 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1602 "objectType": "A String", # Output only. The profile object type. 1603 "userTypes": [ # Output only. The user types. 1604 "A String", 1605 ], 1606 }, 1607 "type": "A String", # The source type. 1608 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1609 }, 1610 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1611 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The occupation; for example, `carpenter`. 1614 }, 1615 ], 1616 "organizations": [ # The person's past or current organizations. 1617 { # A person's past or current organization. Overlapping date ranges are permitted. 1618 "costCenter": "A String", # The person's cost center at the organization. 1619 "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. 1620 "department": "A String", # The person's department at the organization. 1621 "domain": "A String", # The domain name associated with the organization; for example, `google.com`. 1622 "endDate": { # 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 "day": 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't significant. 1624 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 1625 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 1626 }, 1627 "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 1628 "fullTimeEquivalentMillipercent": 42, # The person's full-time equivalent millipercent within the organization (100000 = 100%). 1629 "jobDescription": "A String", # The person's job description at the organization. 1630 "location": "A String", # The location of the organization office the person works at. 1631 "metadata": { # Metadata about a field. # Metadata about the organization. 1632 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1633 "source": { # The source of a field. # The source of the field. 1634 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1636 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1637 "objectType": "A String", # Output only. The profile object type. 1638 "userTypes": [ # Output only. The user types. 1639 "A String", 1640 ], 1641 }, 1642 "type": "A String", # The source type. 1643 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1644 }, 1645 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1646 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "name": "A String", # The name of the organization. 1649 "phoneticName": "A String", # The phonetic name of the organization. 1650 "startDate": { # 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 "day": 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't significant. 1652 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 1653 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 1654 }, 1655 "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. 1656 "title": "A String", # The person's job title at the organization. 1657 "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` 1658 }, 1659 ], 1660 "phoneNumbers": [ # The person'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. 1661 { # A person's phone number. 1662 "canonicalForm": "A String", # 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 "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 1664 "metadata": { # Metadata about a field. # Metadata about the phone number. 1665 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1666 "source": { # The source of a field. # The source of the field. 1667 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1669 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1670 "objectType": "A String", # Output only. The profile object type. 1671 "userTypes": [ # Output only. The user types. 1672 "A String", 1673 ], 1674 }, 1675 "type": "A String", # The source type. 1676 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1677 }, 1678 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1679 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The phone number. 1683 }, 1684 ], 1685 "photos": [ # Output only. The person's photos. 1686 { # A person's photo. A picture shown next to the person's name to help others recognize the person. 1687 "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. 1688 "metadata": { # Metadata about a field. # Metadata about the photo. 1689 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1690 "source": { # The source of a field. # The source of the field. 1691 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1693 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1694 "objectType": "A String", # Output only. The profile object type. 1695 "userTypes": [ # Output only. The user types. 1696 "A String", 1697 ], 1698 }, 1699 "type": "A String", # The source type. 1700 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1701 }, 1702 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1703 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # 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 "relations": [ # The person's relations. 1709 { # A person's relation to another person. 1710 "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 1711 "metadata": { # Metadata about a field. # Metadata about the relation. 1712 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1713 "source": { # The source of a field. # The source of the field. 1714 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1716 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1717 "objectType": "A String", # Output only. The profile object type. 1718 "userTypes": [ # Output only. The user types. 1719 "A String", 1720 ], 1721 }, 1722 "type": "A String", # The source type. 1723 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1724 }, 1725 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1726 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "person": "A String", # The name of the other person this relation refers to. 1729 "type": "A String", # The person'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 "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. 1733 { # **DEPRECATED**: No data will be returned A person's relationship interest . 1734 "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 1735 "metadata": { # Metadata about a field. # Metadata about the relationship interest. 1736 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1737 "source": { # The source of a field. # The source of the field. 1738 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1740 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1741 "objectType": "A String", # Output only. The profile object type. 1742 "userTypes": [ # Output only. The user types. 1743 "A String", 1744 ], 1745 }, 1746 "type": "A String", # The source type. 1747 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1748 }, 1749 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1750 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. 1756 { # **DEPRECATED**: No data will be returned A person's relationship status. 1757 "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 1758 "metadata": { # Metadata about a field. # Metadata about the relationship status. 1759 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1760 "source": { # The source of a field. # The source of the field. 1761 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1763 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1764 "objectType": "A String", # Output only. The profile object type. 1765 "userTypes": [ # Output only. The user types. 1766 "A String", 1767 ], 1768 }, 1769 "type": "A String", # The source type. 1770 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1771 }, 1772 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1773 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. 1779 { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. 1780 "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. 1781 "metadata": { # Metadata about a field. # Metadata about the residence. 1782 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1783 "source": { # The source of a field. # The source of the field. 1784 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1786 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1787 "objectType": "A String", # Output only. The profile object type. 1788 "userTypes": [ # Output only. The user types. 1789 "A String", 1790 ], 1791 }, 1792 "type": "A String", # The source type. 1793 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1794 }, 1795 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1796 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The address of the residence. 1799 }, 1800 ], 1801 "resourceName": "A 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}`. 1802 "sipAddresses": [ # The person's SIP addresses. 1803 { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. 1804 "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 1805 "metadata": { # Metadata about a field. # Metadata about the SIP address. 1806 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1807 "source": { # The source of a field. # The source of the field. 1808 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1810 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1811 "objectType": "A String", # Output only. The profile object type. 1812 "userTypes": [ # Output only. The user types. 1813 "A String", 1814 ], 1815 }, 1816 "type": "A String", # The source type. 1817 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1818 }, 1819 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1820 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other` 1823 "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. 1824 }, 1825 ], 1826 "skills": [ # The person's skills. 1827 { # A skill that the person has. 1828 "metadata": { # Metadata about a field. # Metadata about the skill. 1829 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1830 "source": { # The source of a field. # The source of the field. 1831 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1833 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1834 "objectType": "A String", # Output only. The profile object type. 1835 "userTypes": [ # Output only. The user types. 1836 "A String", 1837 ], 1838 }, 1839 "type": "A String", # The source type. 1840 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1841 }, 1842 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1843 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The skill; for example, `underwater basket weaving`. 1846 }, 1847 ], 1848 "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. 1849 { # **DEPRECATED**: No data will be returned A brief one-line description of the person. 1850 "metadata": { # Metadata about a field. # Metadata about the tagline. 1851 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1852 "source": { # The source of a field. # The source of the field. 1853 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1855 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1856 "objectType": "A String", # Output only. The profile object type. 1857 "userTypes": [ # Output only. The user types. 1858 "A String", 1859 ], 1860 }, 1861 "type": "A String", # The source type. 1862 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1863 }, 1864 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1865 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The tagline. 1868 }, 1869 ], 1870 "urls": [ # The person's associated URLs. 1871 { # A person's associated URLs. 1872 "formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 1873 "metadata": { # Metadata about a field. # Metadata about the URL. 1874 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1875 "source": { # The source of a field. # The source of the field. 1876 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1878 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1879 "objectType": "A String", # Output only. The profile object type. 1880 "userTypes": [ # Output only. The user types. 1881 "A String", 1882 ], 1883 }, 1884 "type": "A String", # The source type. 1885 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1886 }, 1887 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1888 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The URL. 1892 }, 1893 ], 1894 "userDefined": [ # The person's user defined data. 1895 { # Arbitrary user data that is populated by the end users. 1896 "key": "A String", # The end user specified key of the user defined data. 1897 "metadata": { # Metadata about a field. # Metadata about the user defined data. 1898 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1899 "source": { # The source of a field. # The source of the field. 1900 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1902 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1903 "objectType": "A String", # Output only. The profile object type. 1904 "userTypes": [ # Output only. The user types. 1905 "A String", 1906 ], 1907 }, 1908 "type": "A String", # The source type. 1909 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1910 }, 1911 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1912 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The end user specified value of the user defined data. 1915 }, 1916 ], 1917 }, 1918 "requestedResourceName": "A String", # 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 "status": { # 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 "code": 42, # The status code, which should be an enum value of google.rpc.Code. 1921 "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. 1922 { 1923 "a_key": "", # Properties of the object. Contains field @type with type URL. 1924 }, 1925 ], 1926 "message": "A String", # 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> 1935 <pre>Delete a batch of contacts. Any non-contact data will not be deleted. Limited to 10 parallel requests per user. 1936 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 "resourceNames": [ # Required. The resource names of the contact to delete. It's repeatable. Allows up to 500 resource names in a single request. 1943 "A String", 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> 1961 <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. 1962 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 "contacts": { # Required. A map of resource names to the person data to be updated. Allows up to 200 contacts in a single request. 1969 "a_key": { # Information about a person merged from various data sources such as the authenticated user'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 "addresses": [ # The person's street addresses. 1971 { # A person's physical address. May be a P.O. box or street address. All fields are optional. 1972 "city": "A String", # The city of the address. 1973 "country": "A String", # The country of the address. 1974 "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. 1975 "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. 1976 "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 1977 "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values. 1978 "metadata": { # Metadata about a field. # Metadata about the address. 1979 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 1980 "source": { # The source of a field. # The source of the field. 1981 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 1983 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 1984 "objectType": "A String", # Output only. The profile object type. 1985 "userTypes": [ # Output only. The user types. 1986 "A String", 1987 ], 1988 }, 1989 "type": "A String", # The source type. 1990 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 1991 }, 1992 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 1993 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "poBox": "A String", # The P.O. box of the address. 1996 "postalCode": "A String", # The postal code of the address. 1997 "region": "A String", # The region of the address; for example, the state or province. 1998 "streetAddress": "A String", # The street address. 1999 "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 2000 }, 2001 ], 2002 "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. 2003 "ageRanges": [ # Output only. The person's age ranges. 2004 { # A person's age range. 2005 "ageRange": "A String", # The age range. 2006 "metadata": { # Metadata about a field. # Metadata about the age range. 2007 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2008 "source": { # The source of a field. # The source of the field. 2009 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2011 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2012 "objectType": "A String", # Output only. The profile object type. 2013 "userTypes": [ # Output only. The user types. 2014 "A String", 2015 ], 2016 }, 2017 "type": "A String", # The source type. 2018 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2019 }, 2020 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2021 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "biographies": [ # The person's biographies. This field is a singleton for contact sources. 2026 { # A person's short biography. 2027 "contentType": "A String", # The content type of the biography. 2028 "metadata": { # Metadata about a field. # Metadata about the biography. 2029 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2030 "source": { # The source of a field. # The source of the field. 2031 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2033 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2034 "objectType": "A String", # Output only. The profile object type. 2035 "userTypes": [ # Output only. The user types. 2036 "A String", 2037 ], 2038 }, 2039 "type": "A String", # The source type. 2040 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2041 }, 2042 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2043 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The short biography. 2046 }, 2047 ], 2048 "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. 2049 { # A person'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 "date": { # 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 "day": 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't significant. 2052 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 2053 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 2054 }, 2055 "metadata": { # Metadata about a field. # Metadata about the birthday. 2056 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2057 "source": { # The source of a field. # The source of the field. 2058 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2060 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2061 "objectType": "A String", # Output only. The profile object type. 2062 "userTypes": [ # Output only. The user types. 2063 "A String", 2064 ], 2065 }, 2066 "type": "A String", # The source type. 2067 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2068 }, 2069 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2070 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "text": "A String", # A free-form string representing the user's birthday. 2073 }, 2074 ], 2075 "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. 2076 { # **DEPRECATED**: No data will be returned A person's bragging rights. 2077 "metadata": { # Metadata about a field. # Metadata about the bragging rights. 2078 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2079 "source": { # The source of a field. # The source of the field. 2080 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2082 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2083 "objectType": "A String", # Output only. The profile object type. 2084 "userTypes": [ # Output only. The user types. 2085 "A String", 2086 ], 2087 }, 2088 "type": "A String", # The source type. 2089 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2090 }, 2091 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2092 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The bragging rights; for example, `climbed mount everest`. 2095 }, 2096 ], 2097 "calendarUrls": [ # The person's calendar URLs. 2098 { # A person's calendar URL. 2099 "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 2100 "metadata": { # Metadata about a field. # Metadata about the calendar URL. 2101 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2102 "source": { # The source of a field. # The source of the field. 2103 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2105 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2106 "objectType": "A String", # Output only. The profile object type. 2107 "userTypes": [ # Output only. The user types. 2108 "A String", 2109 ], 2110 }, 2111 "type": "A String", # The source type. 2112 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2113 }, 2114 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2115 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` 2118 "url": "A String", # The calendar URL. 2119 }, 2120 ], 2121 "clientData": [ # The person's client data. 2122 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. 2123 "key": "A String", # The client specified key of the client data. 2124 "metadata": { # Metadata about a field. # Metadata about the client data. 2125 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2126 "source": { # The source of a field. # The source of the field. 2127 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2129 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2130 "objectType": "A String", # Output only. The profile object type. 2131 "userTypes": [ # Output only. The user types. 2132 "A String", 2133 ], 2134 }, 2135 "type": "A String", # The source type. 2136 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2137 }, 2138 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2139 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The client specified value of the client data. 2142 }, 2143 ], 2144 "coverPhotos": [ # Output only. The person's cover photos. 2145 { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about. 2146 "default": 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 "metadata": { # Metadata about a field. # Metadata about the cover photo. 2148 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2149 "source": { # The source of a field. # The source of the field. 2150 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2152 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2153 "objectType": "A String", # Output only. The profile object type. 2154 "userTypes": [ # Output only. The user types. 2155 "A String", 2156 ], 2157 }, 2158 "type": "A String", # The source type. 2159 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2160 }, 2161 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2162 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # The URL of the cover photo. 2165 }, 2166 ], 2167 "emailAddresses": [ # The person'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. 2168 { # A person's email address. 2169 "displayName": "A String", # The display name of the email. 2170 "formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 2171 "metadata": { # Metadata about a field. # Metadata about the email address. 2172 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2173 "source": { # The source of a field. # The source of the field. 2174 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2176 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2177 "objectType": "A String", # Output only. The profile object type. 2178 "userTypes": [ # Output only. The user types. 2179 "A String", 2180 ], 2181 }, 2182 "type": "A String", # The source type. 2183 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2184 }, 2185 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2186 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 2189 "value": "A String", # The email address. 2190 }, 2191 ], 2192 "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. 2193 "events": [ # The person's events. 2194 { # An event related to the person. 2195 "date": { # 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 "day": 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't significant. 2197 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 2198 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 2199 }, 2200 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 2201 "metadata": { # Metadata about a field. # Metadata about the event. 2202 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2203 "source": { # The source of a field. # The source of the field. 2204 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2206 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2207 "objectType": "A String", # Output only. The profile object type. 2208 "userTypes": [ # Output only. The user types. 2209 "A String", 2210 ], 2211 }, 2212 "type": "A String", # The source type. 2213 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2214 }, 2215 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2216 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` 2219 }, 2220 ], 2221 "externalIds": [ # The person's external IDs. 2222 { # An identifier from an external entity related to the person. 2223 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 2224 "metadata": { # Metadata about a field. # Metadata about the external ID. 2225 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2226 "source": { # The source of a field. # The source of the field. 2227 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2229 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2230 "objectType": "A String", # Output only. The profile object type. 2231 "userTypes": [ # Output only. The user types. 2232 "A String", 2233 ], 2234 }, 2235 "type": "A String", # The source type. 2236 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2237 }, 2238 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2239 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization` 2242 "value": "A String", # The value of the external ID. 2243 }, 2244 ], 2245 "fileAses": [ # The person's file-ases. 2246 { # The name that should be used to sort the person in a list. 2247 "metadata": { # Metadata about a field. # Metadata about the file-as. 2248 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2249 "source": { # The source of a field. # The source of the field. 2250 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2252 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2253 "objectType": "A String", # Output only. The profile object type. 2254 "userTypes": [ # Output only. The user types. 2255 "A String", 2256 ], 2257 }, 2258 "type": "A String", # The source type. 2259 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2260 }, 2261 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2262 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The file-as value 2265 }, 2266 ], 2267 "genders": [ # The person's genders. This field is a singleton for contact sources. 2268 { # A person's gender. 2269 "addressMeAs": "A String", # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them` 2270 "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized. 2271 "metadata": { # Metadata about a field. # Metadata about the gender. 2272 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2273 "source": { # The source of a field. # The source of the field. 2274 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2276 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2277 "objectType": "A String", # Output only. The profile object type. 2278 "userTypes": [ # Output only. The user types. 2279 "A String", 2280 ], 2281 }, 2282 "type": "A String", # The source type. 2283 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2284 }, 2285 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2286 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` 2289 }, 2290 ], 2291 "imClients": [ # The person's instant messaging clients. 2292 { # A person's instant messaging client. 2293 "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 2294 "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 2295 "metadata": { # Metadata about a field. # Metadata about the IM client. 2296 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2297 "source": { # The source of a field. # The source of the field. 2298 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2300 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2301 "objectType": "A String", # Output only. The profile object type. 2302 "userTypes": [ # Output only. The user types. 2303 "A String", 2304 ], 2305 }, 2306 "type": "A String", # The source type. 2307 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2308 }, 2309 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2310 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "protocol": "A String", # 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 "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` 2314 "username": "A String", # The user name used in the IM client. 2315 }, 2316 ], 2317 "interests": [ # The person's interests. 2318 { # One of the person's interests. 2319 "metadata": { # Metadata about a field. # Metadata about the interest. 2320 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2321 "source": { # The source of a field. # The source of the field. 2322 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2324 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2325 "objectType": "A String", # Output only. The profile object type. 2326 "userTypes": [ # Output only. The user types. 2327 "A String", 2328 ], 2329 }, 2330 "type": "A String", # The source type. 2331 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2332 }, 2333 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2334 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The interest; for example, `stargazing`. 2337 }, 2338 ], 2339 "locales": [ # The person's locale preferences. 2340 { # A person's locale preference. 2341 "metadata": { # Metadata about a field. # Metadata about the locale. 2342 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2343 "source": { # The source of a field. # The source of the field. 2344 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2346 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2347 "objectType": "A String", # Output only. The profile object type. 2348 "userTypes": [ # Output only. The user types. 2349 "A String", 2350 ], 2351 }, 2352 "type": "A String", # The source type. 2353 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2354 }, 2355 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2356 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. 2359 }, 2360 ], 2361 "locations": [ # The person's locations. 2362 { # A person's location. 2363 "buildingId": "A String", # The building identifier. 2364 "current": True or False, # Whether the location is the current location. 2365 "deskCode": "A String", # The individual desk location. 2366 "floor": "A String", # The floor name or number. 2367 "floorSection": "A String", # The floor section in `floor_name`. 2368 "metadata": { # Metadata about a field. # Metadata about the location. 2369 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2370 "source": { # The source of a field. # The source of the field. 2371 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2373 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2374 "objectType": "A String", # Output only. The profile object type. 2375 "userTypes": [ # Output only. The user types. 2376 "A String", 2377 ], 2378 }, 2379 "type": "A String", # The source type. 2380 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2381 }, 2382 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2383 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` 2386 "value": "A String", # The free-form value of the location. 2387 }, 2388 ], 2389 "memberships": [ # The person's group memberships. 2390 { # A person's membership in a group. Only contact group memberships can be modified. 2391 "contactGroupMembership": { # A Google contact group membership. # The contact group membership. 2392 "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. 2393 "contactGroupResourceName": "A String", # 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 "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 2394 }, 2395 "domainMembership": { # A Google Workspace Domain membership. # Output only. The domain membership. 2396 "inViewerDomain": True or False, # True if the person is in the viewer's Google Workspace domain. 2397 }, 2398 "metadata": { # Metadata about a field. # Metadata about the membership. 2399 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2400 "source": { # The source of a field. # The source of the field. 2401 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2403 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2404 "objectType": "A String", # Output only. The profile object type. 2405 "userTypes": [ # Output only. The user types. 2406 "A String", 2407 ], 2408 }, 2409 "type": "A String", # The source type. 2410 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2411 }, 2412 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2413 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "metadata": { # The metadata about a person. # Output only. Metadata about the person. 2418 "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests. 2419 "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. 2420 "A String", 2421 ], 2422 "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. 2423 "previousResourceNames": [ # 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. 2424 "A String", 2425 ], 2426 "sources": [ # The sources of data for the person. 2427 { # The source of a field. 2428 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2430 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2431 "objectType": "A String", # Output only. The profile object type. 2432 "userTypes": [ # Output only. The user types. 2433 "A String", 2434 ], 2435 }, 2436 "type": "A String", # The source type. 2437 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2438 }, 2439 ], 2440 }, 2441 "miscKeywords": [ # The person's miscellaneous keywords. 2442 { # A person's miscellaneous keyword. 2443 "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 2444 "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. 2445 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2446 "source": { # The source of a field. # The source of the field. 2447 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2449 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2450 "objectType": "A String", # Output only. The profile object type. 2451 "userTypes": [ # Output only. The user types. 2452 "A String", 2453 ], 2454 }, 2455 "type": "A String", # The source type. 2456 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2457 }, 2458 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2459 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The miscellaneous keyword type. 2462 "value": "A String", # The value of the miscellaneous keyword. 2463 }, 2464 ], 2465 "names": [ # The person's names. This field is a singleton for contact sources. 2466 { # A person's name. If the name is a mononym, the family name is empty. 2467 "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 2468 "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 2469 "familyName": "A String", # The family name. 2470 "givenName": "A String", # The given name. 2471 "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` 2472 "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` 2473 "metadata": { # Metadata about a field. # Metadata about the name. 2474 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2475 "source": { # The source of a field. # The source of the field. 2476 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2478 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2479 "objectType": "A String", # Output only. The profile object type. 2480 "userTypes": [ # Output only. The user types. 2481 "A String", 2482 ], 2483 }, 2484 "type": "A String", # The source type. 2485 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2486 }, 2487 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2488 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "middleName": "A String", # The middle name(s). 2491 "phoneticFamilyName": "A String", # The family name spelled as it sounds. 2492 "phoneticFullName": "A String", # The full name spelled as it sounds. 2493 "phoneticGivenName": "A String", # The given name spelled as it sounds. 2494 "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. 2495 "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. 2496 "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. 2497 "unstructuredName": "A String", # The free form name value. 2498 }, 2499 ], 2500 "nicknames": [ # The person's nicknames. 2501 { # A person's nickname. 2502 "metadata": { # Metadata about a field. # Metadata about the nickname. 2503 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2504 "source": { # The source of a field. # The source of the field. 2505 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2507 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2508 "objectType": "A String", # Output only. The profile object type. 2509 "userTypes": [ # Output only. The user types. 2510 "A String", 2511 ], 2512 }, 2513 "type": "A String", # The source type. 2514 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2515 }, 2516 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2517 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the nickname. 2520 "value": "A String", # The nickname. 2521 }, 2522 ], 2523 "occupations": [ # The person's occupations. 2524 { # A person's occupation. 2525 "metadata": { # Metadata about a field. # Metadata about the occupation. 2526 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2527 "source": { # The source of a field. # The source of the field. 2528 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2530 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2531 "objectType": "A String", # Output only. The profile object type. 2532 "userTypes": [ # Output only. The user types. 2533 "A String", 2534 ], 2535 }, 2536 "type": "A String", # The source type. 2537 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2538 }, 2539 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2540 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The occupation; for example, `carpenter`. 2543 }, 2544 ], 2545 "organizations": [ # The person's past or current organizations. 2546 { # A person's past or current organization. Overlapping date ranges are permitted. 2547 "costCenter": "A String", # The person's cost center at the organization. 2548 "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. 2549 "department": "A String", # The person's department at the organization. 2550 "domain": "A String", # The domain name associated with the organization; for example, `google.com`. 2551 "endDate": { # 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 "day": 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't significant. 2553 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 2554 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 2555 }, 2556 "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 2557 "fullTimeEquivalentMillipercent": 42, # The person's full-time equivalent millipercent within the organization (100000 = 100%). 2558 "jobDescription": "A String", # The person's job description at the organization. 2559 "location": "A String", # The location of the organization office the person works at. 2560 "metadata": { # Metadata about a field. # Metadata about the organization. 2561 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2562 "source": { # The source of a field. # The source of the field. 2563 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2565 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2566 "objectType": "A String", # Output only. The profile object type. 2567 "userTypes": [ # Output only. The user types. 2568 "A String", 2569 ], 2570 }, 2571 "type": "A String", # The source type. 2572 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2573 }, 2574 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2575 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "name": "A String", # The name of the organization. 2578 "phoneticName": "A String", # The phonetic name of the organization. 2579 "startDate": { # 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 "day": 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't significant. 2581 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 2582 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 2583 }, 2584 "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. 2585 "title": "A String", # The person's job title at the organization. 2586 "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` 2587 }, 2588 ], 2589 "phoneNumbers": [ # The person'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. 2590 { # A person's phone number. 2591 "canonicalForm": "A String", # 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 "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 2593 "metadata": { # Metadata about a field. # Metadata about the phone number. 2594 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2595 "source": { # The source of a field. # The source of the field. 2596 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2598 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2599 "objectType": "A String", # Output only. The profile object type. 2600 "userTypes": [ # Output only. The user types. 2601 "A String", 2602 ], 2603 }, 2604 "type": "A String", # The source type. 2605 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2606 }, 2607 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2608 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The phone number. 2612 }, 2613 ], 2614 "photos": [ # Output only. The person's photos. 2615 { # A person's photo. A picture shown next to the person's name to help others recognize the person. 2616 "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. 2617 "metadata": { # Metadata about a field. # Metadata about the photo. 2618 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2619 "source": { # The source of a field. # The source of the field. 2620 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2622 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2623 "objectType": "A String", # Output only. The profile object type. 2624 "userTypes": [ # Output only. The user types. 2625 "A String", 2626 ], 2627 }, 2628 "type": "A String", # The source type. 2629 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2630 }, 2631 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2632 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # 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 "relations": [ # The person's relations. 2638 { # A person's relation to another person. 2639 "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 2640 "metadata": { # Metadata about a field. # Metadata about the relation. 2641 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2642 "source": { # The source of a field. # The source of the field. 2643 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2645 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2646 "objectType": "A String", # Output only. The profile object type. 2647 "userTypes": [ # Output only. The user types. 2648 "A String", 2649 ], 2650 }, 2651 "type": "A String", # The source type. 2652 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2653 }, 2654 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2655 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "person": "A String", # The name of the other person this relation refers to. 2658 "type": "A String", # The person'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 "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. 2662 { # **DEPRECATED**: No data will be returned A person's relationship interest . 2663 "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 2664 "metadata": { # Metadata about a field. # Metadata about the relationship interest. 2665 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2666 "source": { # The source of a field. # The source of the field. 2667 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2669 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2670 "objectType": "A String", # Output only. The profile object type. 2671 "userTypes": [ # Output only. The user types. 2672 "A String", 2673 ], 2674 }, 2675 "type": "A String", # The source type. 2676 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2677 }, 2678 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2679 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. 2685 { # **DEPRECATED**: No data will be returned A person's relationship status. 2686 "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 2687 "metadata": { # Metadata about a field. # Metadata about the relationship status. 2688 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2689 "source": { # The source of a field. # The source of the field. 2690 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2692 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2693 "objectType": "A String", # Output only. The profile object type. 2694 "userTypes": [ # Output only. The user types. 2695 "A String", 2696 ], 2697 }, 2698 "type": "A String", # The source type. 2699 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2700 }, 2701 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2702 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. 2708 { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. 2709 "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. 2710 "metadata": { # Metadata about a field. # Metadata about the residence. 2711 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2712 "source": { # The source of a field. # The source of the field. 2713 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2715 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2716 "objectType": "A String", # Output only. The profile object type. 2717 "userTypes": [ # Output only. The user types. 2718 "A String", 2719 ], 2720 }, 2721 "type": "A String", # The source type. 2722 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2723 }, 2724 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2725 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The address of the residence. 2728 }, 2729 ], 2730 "resourceName": "A 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}`. 2731 "sipAddresses": [ # The person's SIP addresses. 2732 { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. 2733 "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 2734 "metadata": { # Metadata about a field. # Metadata about the SIP address. 2735 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2736 "source": { # The source of a field. # The source of the field. 2737 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2739 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2740 "objectType": "A String", # Output only. The profile object type. 2741 "userTypes": [ # Output only. The user types. 2742 "A String", 2743 ], 2744 }, 2745 "type": "A String", # The source type. 2746 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2747 }, 2748 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2749 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other` 2752 "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. 2753 }, 2754 ], 2755 "skills": [ # The person's skills. 2756 { # A skill that the person has. 2757 "metadata": { # Metadata about a field. # Metadata about the skill. 2758 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2759 "source": { # The source of a field. # The source of the field. 2760 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2762 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2763 "objectType": "A String", # Output only. The profile object type. 2764 "userTypes": [ # Output only. The user types. 2765 "A String", 2766 ], 2767 }, 2768 "type": "A String", # The source type. 2769 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2770 }, 2771 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2772 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The skill; for example, `underwater basket weaving`. 2775 }, 2776 ], 2777 "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. 2778 { # **DEPRECATED**: No data will be returned A brief one-line description of the person. 2779 "metadata": { # Metadata about a field. # Metadata about the tagline. 2780 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2781 "source": { # The source of a field. # The source of the field. 2782 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2784 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2785 "objectType": "A String", # Output only. The profile object type. 2786 "userTypes": [ # Output only. The user types. 2787 "A String", 2788 ], 2789 }, 2790 "type": "A String", # The source type. 2791 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2792 }, 2793 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2794 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The tagline. 2797 }, 2798 ], 2799 "urls": [ # The person's associated URLs. 2800 { # A person's associated URLs. 2801 "formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 2802 "metadata": { # Metadata about a field. # Metadata about the URL. 2803 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2804 "source": { # The source of a field. # The source of the field. 2805 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2807 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2808 "objectType": "A String", # Output only. The profile object type. 2809 "userTypes": [ # Output only. The user types. 2810 "A String", 2811 ], 2812 }, 2813 "type": "A String", # The source type. 2814 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2815 }, 2816 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2817 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The URL. 2821 }, 2822 ], 2823 "userDefined": [ # The person's user defined data. 2824 { # Arbitrary user data that is populated by the end users. 2825 "key": "A String", # The end user specified key of the user defined data. 2826 "metadata": { # Metadata about a field. # Metadata about the user defined data. 2827 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2828 "source": { # The source of a field. # The source of the field. 2829 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2831 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2832 "objectType": "A String", # Output only. The profile object type. 2833 "userTypes": [ # Output only. The user types. 2834 "A String", 2835 ], 2836 }, 2837 "type": "A String", # The source type. 2838 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2839 }, 2840 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2841 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The end user specified value of the user defined data. 2844 }, 2845 ], 2846 }, 2847 }, 2848 "readMask": "A String", # 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 "sources": [ # Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. 2850 "A String", 2851 ], 2852 "updateMask": "A 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 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 2863 { # If not successful, returns BatchUpdateContactsErrorDetails, a list of errors corresponding to each contact. The response to a request to update a batch of contacts. 2864 "updateResult": { # A map of resource names to the contacts that were updated, unless the request `read_mask` is empty. 2865 "a_key": { # The response for a single person 2866 "httpStatusCode": 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html). 2867 "person": { # Information about a person merged from various data sources such as the authenticated user'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 "addresses": [ # The person's street addresses. 2869 { # A person's physical address. May be a P.O. box or street address. All fields are optional. 2870 "city": "A String", # The city of the address. 2871 "country": "A String", # The country of the address. 2872 "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. 2873 "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. 2874 "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 2875 "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values. 2876 "metadata": { # Metadata about a field. # Metadata about the address. 2877 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2878 "source": { # The source of a field. # The source of the field. 2879 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2881 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2882 "objectType": "A String", # Output only. The profile object type. 2883 "userTypes": [ # Output only. The user types. 2884 "A String", 2885 ], 2886 }, 2887 "type": "A String", # The source type. 2888 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2889 }, 2890 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2891 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "poBox": "A String", # The P.O. box of the address. 2894 "postalCode": "A String", # The postal code of the address. 2895 "region": "A String", # The region of the address; for example, the state or province. 2896 "streetAddress": "A String", # The street address. 2897 "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 2898 }, 2899 ], 2900 "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. 2901 "ageRanges": [ # Output only. The person's age ranges. 2902 { # A person's age range. 2903 "ageRange": "A String", # The age range. 2904 "metadata": { # Metadata about a field. # Metadata about the age range. 2905 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2906 "source": { # The source of a field. # The source of the field. 2907 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2909 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2910 "objectType": "A String", # Output only. The profile object type. 2911 "userTypes": [ # Output only. The user types. 2912 "A String", 2913 ], 2914 }, 2915 "type": "A String", # The source type. 2916 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2917 }, 2918 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2919 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "biographies": [ # The person's biographies. This field is a singleton for contact sources. 2924 { # A person's short biography. 2925 "contentType": "A String", # The content type of the biography. 2926 "metadata": { # Metadata about a field. # Metadata about the biography. 2927 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2928 "source": { # The source of a field. # The source of the field. 2929 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2931 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2932 "objectType": "A String", # Output only. The profile object type. 2933 "userTypes": [ # Output only. The user types. 2934 "A String", 2935 ], 2936 }, 2937 "type": "A String", # The source type. 2938 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2939 }, 2940 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2941 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The short biography. 2944 }, 2945 ], 2946 "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. 2947 { # A person'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 "date": { # 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 "day": 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't significant. 2950 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 2951 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 2952 }, 2953 "metadata": { # Metadata about a field. # Metadata about the birthday. 2954 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2955 "source": { # The source of a field. # The source of the field. 2956 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2958 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2959 "objectType": "A String", # Output only. The profile object type. 2960 "userTypes": [ # Output only. The user types. 2961 "A String", 2962 ], 2963 }, 2964 "type": "A String", # The source type. 2965 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2966 }, 2967 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2968 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "text": "A String", # A free-form string representing the user's birthday. 2971 }, 2972 ], 2973 "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. 2974 { # **DEPRECATED**: No data will be returned A person's bragging rights. 2975 "metadata": { # Metadata about a field. # Metadata about the bragging rights. 2976 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 2977 "source": { # The source of a field. # The source of the field. 2978 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 2980 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 2981 "objectType": "A String", # Output only. The profile object type. 2982 "userTypes": [ # Output only. The user types. 2983 "A String", 2984 ], 2985 }, 2986 "type": "A String", # The source type. 2987 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 2988 }, 2989 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 2990 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The bragging rights; for example, `climbed mount everest`. 2993 }, 2994 ], 2995 "calendarUrls": [ # The person's calendar URLs. 2996 { # A person's calendar URL. 2997 "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 2998 "metadata": { # Metadata about a field. # Metadata about the calendar URL. 2999 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3000 "source": { # The source of a field. # The source of the field. 3001 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3003 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3004 "objectType": "A String", # Output only. The profile object type. 3005 "userTypes": [ # Output only. The user types. 3006 "A String", 3007 ], 3008 }, 3009 "type": "A String", # The source type. 3010 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3011 }, 3012 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3013 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` 3016 "url": "A String", # The calendar URL. 3017 }, 3018 ], 3019 "clientData": [ # The person's client data. 3020 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. 3021 "key": "A String", # The client specified key of the client data. 3022 "metadata": { # Metadata about a field. # Metadata about the client data. 3023 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3024 "source": { # The source of a field. # The source of the field. 3025 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3027 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3028 "objectType": "A String", # Output only. The profile object type. 3029 "userTypes": [ # Output only. The user types. 3030 "A String", 3031 ], 3032 }, 3033 "type": "A String", # The source type. 3034 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3035 }, 3036 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3037 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The client specified value of the client data. 3040 }, 3041 ], 3042 "coverPhotos": [ # Output only. The person's cover photos. 3043 { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about. 3044 "default": 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 "metadata": { # Metadata about a field. # Metadata about the cover photo. 3046 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3047 "source": { # The source of a field. # The source of the field. 3048 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3050 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3051 "objectType": "A String", # Output only. The profile object type. 3052 "userTypes": [ # Output only. The user types. 3053 "A String", 3054 ], 3055 }, 3056 "type": "A String", # The source type. 3057 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3058 }, 3059 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3060 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # The URL of the cover photo. 3063 }, 3064 ], 3065 "emailAddresses": [ # The person'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. 3066 { # A person's email address. 3067 "displayName": "A String", # The display name of the email. 3068 "formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 3069 "metadata": { # Metadata about a field. # Metadata about the email address. 3070 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3071 "source": { # The source of a field. # The source of the field. 3072 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3074 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3075 "objectType": "A String", # Output only. The profile object type. 3076 "userTypes": [ # Output only. The user types. 3077 "A String", 3078 ], 3079 }, 3080 "type": "A String", # The source type. 3081 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3082 }, 3083 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3084 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 3087 "value": "A String", # The email address. 3088 }, 3089 ], 3090 "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. 3091 "events": [ # The person's events. 3092 { # An event related to the person. 3093 "date": { # 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 "day": 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't significant. 3095 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 3096 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 3097 }, 3098 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 3099 "metadata": { # Metadata about a field. # Metadata about the event. 3100 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3101 "source": { # The source of a field. # The source of the field. 3102 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3104 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3105 "objectType": "A String", # Output only. The profile object type. 3106 "userTypes": [ # Output only. The user types. 3107 "A String", 3108 ], 3109 }, 3110 "type": "A String", # The source type. 3111 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3112 }, 3113 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3114 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` 3117 }, 3118 ], 3119 "externalIds": [ # The person's external IDs. 3120 { # An identifier from an external entity related to the person. 3121 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 3122 "metadata": { # Metadata about a field. # Metadata about the external ID. 3123 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3124 "source": { # The source of a field. # The source of the field. 3125 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3127 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3128 "objectType": "A String", # Output only. The profile object type. 3129 "userTypes": [ # Output only. The user types. 3130 "A String", 3131 ], 3132 }, 3133 "type": "A String", # The source type. 3134 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3135 }, 3136 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3137 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization` 3140 "value": "A String", # The value of the external ID. 3141 }, 3142 ], 3143 "fileAses": [ # The person's file-ases. 3144 { # The name that should be used to sort the person in a list. 3145 "metadata": { # Metadata about a field. # Metadata about the file-as. 3146 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3147 "source": { # The source of a field. # The source of the field. 3148 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3150 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3151 "objectType": "A String", # Output only. The profile object type. 3152 "userTypes": [ # Output only. The user types. 3153 "A String", 3154 ], 3155 }, 3156 "type": "A String", # The source type. 3157 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3158 }, 3159 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3160 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The file-as value 3163 }, 3164 ], 3165 "genders": [ # The person's genders. This field is a singleton for contact sources. 3166 { # A person's gender. 3167 "addressMeAs": "A String", # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them` 3168 "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized. 3169 "metadata": { # Metadata about a field. # Metadata about the gender. 3170 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3171 "source": { # The source of a field. # The source of the field. 3172 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3174 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3175 "objectType": "A String", # Output only. The profile object type. 3176 "userTypes": [ # Output only. The user types. 3177 "A String", 3178 ], 3179 }, 3180 "type": "A String", # The source type. 3181 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3182 }, 3183 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3184 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` 3187 }, 3188 ], 3189 "imClients": [ # The person's instant messaging clients. 3190 { # A person's instant messaging client. 3191 "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 3192 "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 3193 "metadata": { # Metadata about a field. # Metadata about the IM client. 3194 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3195 "source": { # The source of a field. # The source of the field. 3196 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3198 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3199 "objectType": "A String", # Output only. The profile object type. 3200 "userTypes": [ # Output only. The user types. 3201 "A String", 3202 ], 3203 }, 3204 "type": "A String", # The source type. 3205 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3206 }, 3207 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3208 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "protocol": "A String", # 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 "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` 3212 "username": "A String", # The user name used in the IM client. 3213 }, 3214 ], 3215 "interests": [ # The person's interests. 3216 { # One of the person's interests. 3217 "metadata": { # Metadata about a field. # Metadata about the interest. 3218 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3219 "source": { # The source of a field. # The source of the field. 3220 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3222 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3223 "objectType": "A String", # Output only. The profile object type. 3224 "userTypes": [ # Output only. The user types. 3225 "A String", 3226 ], 3227 }, 3228 "type": "A String", # The source type. 3229 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3230 }, 3231 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3232 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The interest; for example, `stargazing`. 3235 }, 3236 ], 3237 "locales": [ # The person's locale preferences. 3238 { # A person's locale preference. 3239 "metadata": { # Metadata about a field. # Metadata about the locale. 3240 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3241 "source": { # The source of a field. # The source of the field. 3242 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3244 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3245 "objectType": "A String", # Output only. The profile object type. 3246 "userTypes": [ # Output only. The user types. 3247 "A String", 3248 ], 3249 }, 3250 "type": "A String", # The source type. 3251 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3252 }, 3253 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3254 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. 3257 }, 3258 ], 3259 "locations": [ # The person's locations. 3260 { # A person's location. 3261 "buildingId": "A String", # The building identifier. 3262 "current": True or False, # Whether the location is the current location. 3263 "deskCode": "A String", # The individual desk location. 3264 "floor": "A String", # The floor name or number. 3265 "floorSection": "A String", # The floor section in `floor_name`. 3266 "metadata": { # Metadata about a field. # Metadata about the location. 3267 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3268 "source": { # The source of a field. # The source of the field. 3269 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3271 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3272 "objectType": "A String", # Output only. The profile object type. 3273 "userTypes": [ # Output only. The user types. 3274 "A String", 3275 ], 3276 }, 3277 "type": "A String", # The source type. 3278 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3279 }, 3280 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3281 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` 3284 "value": "A String", # The free-form value of the location. 3285 }, 3286 ], 3287 "memberships": [ # The person's group memberships. 3288 { # A person's membership in a group. Only contact group memberships can be modified. 3289 "contactGroupMembership": { # A Google contact group membership. # The contact group membership. 3290 "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. 3291 "contactGroupResourceName": "A String", # 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 "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 3292 }, 3293 "domainMembership": { # A Google Workspace Domain membership. # Output only. The domain membership. 3294 "inViewerDomain": True or False, # True if the person is in the viewer's Google Workspace domain. 3295 }, 3296 "metadata": { # Metadata about a field. # Metadata about the membership. 3297 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3298 "source": { # The source of a field. # The source of the field. 3299 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3301 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3302 "objectType": "A String", # Output only. The profile object type. 3303 "userTypes": [ # Output only. The user types. 3304 "A String", 3305 ], 3306 }, 3307 "type": "A String", # The source type. 3308 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3309 }, 3310 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3311 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "metadata": { # The metadata about a person. # Output only. Metadata about the person. 3316 "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests. 3317 "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. 3318 "A String", 3319 ], 3320 "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. 3321 "previousResourceNames": [ # 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. 3322 "A String", 3323 ], 3324 "sources": [ # The sources of data for the person. 3325 { # The source of a field. 3326 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3328 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3329 "objectType": "A String", # Output only. The profile object type. 3330 "userTypes": [ # Output only. The user types. 3331 "A String", 3332 ], 3333 }, 3334 "type": "A String", # The source type. 3335 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3336 }, 3337 ], 3338 }, 3339 "miscKeywords": [ # The person's miscellaneous keywords. 3340 { # A person's miscellaneous keyword. 3341 "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 3342 "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. 3343 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3344 "source": { # The source of a field. # The source of the field. 3345 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3347 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3348 "objectType": "A String", # Output only. The profile object type. 3349 "userTypes": [ # Output only. The user types. 3350 "A String", 3351 ], 3352 }, 3353 "type": "A String", # The source type. 3354 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3355 }, 3356 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3357 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The miscellaneous keyword type. 3360 "value": "A String", # The value of the miscellaneous keyword. 3361 }, 3362 ], 3363 "names": [ # The person's names. This field is a singleton for contact sources. 3364 { # A person's name. If the name is a mononym, the family name is empty. 3365 "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 3366 "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 3367 "familyName": "A String", # The family name. 3368 "givenName": "A String", # The given name. 3369 "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` 3370 "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` 3371 "metadata": { # Metadata about a field. # Metadata about the name. 3372 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3373 "source": { # The source of a field. # The source of the field. 3374 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3376 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3377 "objectType": "A String", # Output only. The profile object type. 3378 "userTypes": [ # Output only. The user types. 3379 "A String", 3380 ], 3381 }, 3382 "type": "A String", # The source type. 3383 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3384 }, 3385 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3386 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "middleName": "A String", # The middle name(s). 3389 "phoneticFamilyName": "A String", # The family name spelled as it sounds. 3390 "phoneticFullName": "A String", # The full name spelled as it sounds. 3391 "phoneticGivenName": "A String", # The given name spelled as it sounds. 3392 "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. 3393 "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. 3394 "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. 3395 "unstructuredName": "A String", # The free form name value. 3396 }, 3397 ], 3398 "nicknames": [ # The person's nicknames. 3399 { # A person's nickname. 3400 "metadata": { # Metadata about a field. # Metadata about the nickname. 3401 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3402 "source": { # The source of a field. # The source of the field. 3403 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3405 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3406 "objectType": "A String", # Output only. The profile object type. 3407 "userTypes": [ # Output only. The user types. 3408 "A String", 3409 ], 3410 }, 3411 "type": "A String", # The source type. 3412 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3413 }, 3414 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3415 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the nickname. 3418 "value": "A String", # The nickname. 3419 }, 3420 ], 3421 "occupations": [ # The person's occupations. 3422 { # A person's occupation. 3423 "metadata": { # Metadata about a field. # Metadata about the occupation. 3424 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3425 "source": { # The source of a field. # The source of the field. 3426 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3428 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3429 "objectType": "A String", # Output only. The profile object type. 3430 "userTypes": [ # Output only. The user types. 3431 "A String", 3432 ], 3433 }, 3434 "type": "A String", # The source type. 3435 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3436 }, 3437 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3438 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The occupation; for example, `carpenter`. 3441 }, 3442 ], 3443 "organizations": [ # The person's past or current organizations. 3444 { # A person's past or current organization. Overlapping date ranges are permitted. 3445 "costCenter": "A String", # The person's cost center at the organization. 3446 "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. 3447 "department": "A String", # The person's department at the organization. 3448 "domain": "A String", # The domain name associated with the organization; for example, `google.com`. 3449 "endDate": { # 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 "day": 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't significant. 3451 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 3452 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 3453 }, 3454 "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 3455 "fullTimeEquivalentMillipercent": 42, # The person's full-time equivalent millipercent within the organization (100000 = 100%). 3456 "jobDescription": "A String", # The person's job description at the organization. 3457 "location": "A String", # The location of the organization office the person works at. 3458 "metadata": { # Metadata about a field. # Metadata about the organization. 3459 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3460 "source": { # The source of a field. # The source of the field. 3461 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3463 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3464 "objectType": "A String", # Output only. The profile object type. 3465 "userTypes": [ # Output only. The user types. 3466 "A String", 3467 ], 3468 }, 3469 "type": "A String", # The source type. 3470 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3471 }, 3472 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3473 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "name": "A String", # The name of the organization. 3476 "phoneticName": "A String", # The phonetic name of the organization. 3477 "startDate": { # 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 "day": 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't significant. 3479 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 3480 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 3481 }, 3482 "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. 3483 "title": "A String", # The person's job title at the organization. 3484 "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` 3485 }, 3486 ], 3487 "phoneNumbers": [ # The person'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. 3488 { # A person's phone number. 3489 "canonicalForm": "A String", # 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 "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 3491 "metadata": { # Metadata about a field. # Metadata about the phone number. 3492 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3493 "source": { # The source of a field. # The source of the field. 3494 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3496 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3497 "objectType": "A String", # Output only. The profile object type. 3498 "userTypes": [ # Output only. The user types. 3499 "A String", 3500 ], 3501 }, 3502 "type": "A String", # The source type. 3503 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3504 }, 3505 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3506 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The phone number. 3510 }, 3511 ], 3512 "photos": [ # Output only. The person's photos. 3513 { # A person's photo. A picture shown next to the person's name to help others recognize the person. 3514 "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. 3515 "metadata": { # Metadata about a field. # Metadata about the photo. 3516 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3517 "source": { # The source of a field. # The source of the field. 3518 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3520 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3521 "objectType": "A String", # Output only. The profile object type. 3522 "userTypes": [ # Output only. The user types. 3523 "A String", 3524 ], 3525 }, 3526 "type": "A String", # The source type. 3527 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3528 }, 3529 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3530 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # 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 "relations": [ # The person's relations. 3536 { # A person's relation to another person. 3537 "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 3538 "metadata": { # Metadata about a field. # Metadata about the relation. 3539 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3540 "source": { # The source of a field. # The source of the field. 3541 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3543 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3544 "objectType": "A String", # Output only. The profile object type. 3545 "userTypes": [ # Output only. The user types. 3546 "A String", 3547 ], 3548 }, 3549 "type": "A String", # The source type. 3550 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3551 }, 3552 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3553 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "person": "A String", # The name of the other person this relation refers to. 3556 "type": "A String", # The person'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 "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. 3560 { # **DEPRECATED**: No data will be returned A person's relationship interest . 3561 "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 3562 "metadata": { # Metadata about a field. # Metadata about the relationship interest. 3563 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3564 "source": { # The source of a field. # The source of the field. 3565 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3567 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3568 "objectType": "A String", # Output only. The profile object type. 3569 "userTypes": [ # Output only. The user types. 3570 "A String", 3571 ], 3572 }, 3573 "type": "A String", # The source type. 3574 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3575 }, 3576 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3577 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. 3583 { # **DEPRECATED**: No data will be returned A person's relationship status. 3584 "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 3585 "metadata": { # Metadata about a field. # Metadata about the relationship status. 3586 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3587 "source": { # The source of a field. # The source of the field. 3588 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3590 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3591 "objectType": "A String", # Output only. The profile object type. 3592 "userTypes": [ # Output only. The user types. 3593 "A String", 3594 ], 3595 }, 3596 "type": "A String", # The source type. 3597 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3598 }, 3599 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3600 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. 3606 { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. 3607 "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. 3608 "metadata": { # Metadata about a field. # Metadata about the residence. 3609 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3610 "source": { # The source of a field. # The source of the field. 3611 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3613 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3614 "objectType": "A String", # Output only. The profile object type. 3615 "userTypes": [ # Output only. The user types. 3616 "A String", 3617 ], 3618 }, 3619 "type": "A String", # The source type. 3620 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3621 }, 3622 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3623 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The address of the residence. 3626 }, 3627 ], 3628 "resourceName": "A 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}`. 3629 "sipAddresses": [ # The person's SIP addresses. 3630 { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. 3631 "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 3632 "metadata": { # Metadata about a field. # Metadata about the SIP address. 3633 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3634 "source": { # The source of a field. # The source of the field. 3635 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3637 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3638 "objectType": "A String", # Output only. The profile object type. 3639 "userTypes": [ # Output only. The user types. 3640 "A String", 3641 ], 3642 }, 3643 "type": "A String", # The source type. 3644 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3645 }, 3646 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3647 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other` 3650 "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. 3651 }, 3652 ], 3653 "skills": [ # The person's skills. 3654 { # A skill that the person has. 3655 "metadata": { # Metadata about a field. # Metadata about the skill. 3656 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3657 "source": { # The source of a field. # The source of the field. 3658 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3660 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3661 "objectType": "A String", # Output only. The profile object type. 3662 "userTypes": [ # Output only. The user types. 3663 "A String", 3664 ], 3665 }, 3666 "type": "A String", # The source type. 3667 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3668 }, 3669 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3670 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The skill; for example, `underwater basket weaving`. 3673 }, 3674 ], 3675 "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. 3676 { # **DEPRECATED**: No data will be returned A brief one-line description of the person. 3677 "metadata": { # Metadata about a field. # Metadata about the tagline. 3678 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3679 "source": { # The source of a field. # The source of the field. 3680 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3682 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3683 "objectType": "A String", # Output only. The profile object type. 3684 "userTypes": [ # Output only. The user types. 3685 "A String", 3686 ], 3687 }, 3688 "type": "A String", # The source type. 3689 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3690 }, 3691 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3692 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The tagline. 3695 }, 3696 ], 3697 "urls": [ # The person's associated URLs. 3698 { # A person's associated URLs. 3699 "formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 3700 "metadata": { # Metadata about a field. # Metadata about the URL. 3701 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3702 "source": { # The source of a field. # The source of the field. 3703 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3705 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3706 "objectType": "A String", # Output only. The profile object type. 3707 "userTypes": [ # Output only. The user types. 3708 "A String", 3709 ], 3710 }, 3711 "type": "A String", # The source type. 3712 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3713 }, 3714 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3715 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The URL. 3719 }, 3720 ], 3721 "userDefined": [ # The person's user defined data. 3722 { # Arbitrary user data that is populated by the end users. 3723 "key": "A String", # The end user specified key of the user defined data. 3724 "metadata": { # Metadata about a field. # Metadata about the user defined data. 3725 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3726 "source": { # The source of a field. # The source of the field. 3727 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3729 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3730 "objectType": "A String", # Output only. The profile object type. 3731 "userTypes": [ # Output only. The user types. 3732 "A String", 3733 ], 3734 }, 3735 "type": "A String", # The source type. 3736 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3737 }, 3738 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3739 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The end user specified value of the user defined data. 3742 }, 3743 ], 3744 }, 3745 "requestedResourceName": "A String", # 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 "status": { # 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 "code": 42, # The status code, which should be an enum value of google.rpc.Code. 3748 "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. 3749 { 3750 "a_key": "", # Properties of the object. Contains field @type with type URL. 3751 }, 3752 ], 3753 "message": "A String", # 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"> 3761 <code class="details" id="close">close()</code> 3762 <pre>Close httplib2 connections.</pre> 3763</div> 3764 3765<div class="method"> 3766 <code class="details" id="createContact">createContact(body=None, personFields=None, sources=None, x__xgafv=None)</code> 3767 <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 3768 3769Args: 3770 body: object, The request body. 3771 The object takes the form of: 3772 3773{ # Information about a person merged from various data sources such as the authenticated user'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. 3774 "addresses": [ # The person's street addresses. 3775 { # A person's physical address. May be a P.O. box or street address. All fields are optional. 3776 "city": "A String", # The city of the address. 3777 "country": "A String", # The country of the address. 3778 "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. 3779 "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. 3780 "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 3781 "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values. 3782 "metadata": { # Metadata about a field. # Metadata about the address. 3783 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3784 "source": { # The source of a field. # The source of the field. 3785 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 3786 "id": "A String", # The unique identifier within the source type generated by the server. 3787 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3788 "objectType": "A String", # Output only. The profile object type. 3789 "userTypes": [ # Output only. The user types. 3790 "A String", 3791 ], 3792 }, 3793 "type": "A String", # The source type. 3794 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3795 }, 3796 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3797 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 3798 }, 3799 "poBox": "A String", # The P.O. box of the address. 3800 "postalCode": "A String", # The postal code of the address. 3801 "region": "A String", # The region of the address; for example, the state or province. 3802 "streetAddress": "A String", # The street address. 3803 "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 3804 }, 3805 ], 3806 "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. 3807 "ageRanges": [ # Output only. The person's age ranges. 3808 { # A person's age range. 3809 "ageRange": "A String", # The age range. 3810 "metadata": { # Metadata about a field. # Metadata about the age range. 3811 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3812 "source": { # The source of a field. # The source of the field. 3813 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 3814 "id": "A String", # The unique identifier within the source type generated by the server. 3815 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3816 "objectType": "A String", # Output only. The profile object type. 3817 "userTypes": [ # Output only. The user types. 3818 "A String", 3819 ], 3820 }, 3821 "type": "A String", # The source type. 3822 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3823 }, 3824 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3825 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 3826 }, 3827 }, 3828 ], 3829 "biographies": [ # The person's biographies. This field is a singleton for contact sources. 3830 { # A person's short biography. 3831 "contentType": "A String", # The content type of the biography. 3832 "metadata": { # Metadata about a field. # Metadata about the biography. 3833 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3834 "source": { # The source of a field. # The source of the field. 3835 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 3836 "id": "A String", # The unique identifier within the source type generated by the server. 3837 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3838 "objectType": "A String", # Output only. The profile object type. 3839 "userTypes": [ # Output only. The user types. 3840 "A String", 3841 ], 3842 }, 3843 "type": "A String", # The source type. 3844 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3845 }, 3846 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3847 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 3848 }, 3849 "value": "A String", # The short biography. 3850 }, 3851 ], 3852 "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. 3853 { # A person'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 "date": { # 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 "day": 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't significant. 3856 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 3857 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 3858 }, 3859 "metadata": { # Metadata about a field. # Metadata about the birthday. 3860 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3861 "source": { # The source of a field. # The source of the field. 3862 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 3863 "id": "A String", # The unique identifier within the source type generated by the server. 3864 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3865 "objectType": "A String", # Output only. The profile object type. 3866 "userTypes": [ # Output only. The user types. 3867 "A String", 3868 ], 3869 }, 3870 "type": "A String", # The source type. 3871 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3872 }, 3873 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3874 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 3875 }, 3876 "text": "A String", # A free-form string representing the user's birthday. 3877 }, 3878 ], 3879 "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. 3880 { # **DEPRECATED**: No data will be returned A person's bragging rights. 3881 "metadata": { # Metadata about a field. # Metadata about the bragging rights. 3882 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3883 "source": { # The source of a field. # The source of the field. 3884 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 3885 "id": "A String", # The unique identifier within the source type generated by the server. 3886 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3887 "objectType": "A String", # Output only. The profile object type. 3888 "userTypes": [ # Output only. The user types. 3889 "A String", 3890 ], 3891 }, 3892 "type": "A String", # The source type. 3893 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3894 }, 3895 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3896 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 3897 }, 3898 "value": "A String", # The bragging rights; for example, `climbed mount everest`. 3899 }, 3900 ], 3901 "calendarUrls": [ # The person's calendar URLs. 3902 { # A person's calendar URL. 3903 "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 3904 "metadata": { # Metadata about a field. # Metadata about the calendar URL. 3905 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3906 "source": { # The source of a field. # The source of the field. 3907 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 3908 "id": "A String", # The unique identifier within the source type generated by the server. 3909 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3910 "objectType": "A String", # Output only. The profile object type. 3911 "userTypes": [ # Output only. The user types. 3912 "A String", 3913 ], 3914 }, 3915 "type": "A String", # The source type. 3916 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3917 }, 3918 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3919 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 3920 }, 3921 "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` 3922 "url": "A String", # The calendar URL. 3923 }, 3924 ], 3925 "clientData": [ # The person's client data. 3926 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. 3927 "key": "A String", # The client specified key of the client data. 3928 "metadata": { # Metadata about a field. # Metadata about the client data. 3929 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3930 "source": { # The source of a field. # The source of the field. 3931 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3933 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3934 "objectType": "A String", # Output only. The profile object type. 3935 "userTypes": [ # Output only. The user types. 3936 "A String", 3937 ], 3938 }, 3939 "type": "A String", # The source type. 3940 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3941 }, 3942 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3943 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 3944 }, 3945 "value": "A String", # The client specified value of the client data. 3946 }, 3947 ], 3948 "coverPhotos": [ # Output only. The person's cover photos. 3949 { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about. 3950 "default": 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 "metadata": { # Metadata about a field. # Metadata about the cover photo. 3952 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3953 "source": { # The source of a field. # The source of the field. 3954 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 3955 "id": "A String", # The unique identifier within the source type generated by the server. 3956 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3957 "objectType": "A String", # Output only. The profile object type. 3958 "userTypes": [ # Output only. The user types. 3959 "A String", 3960 ], 3961 }, 3962 "type": "A String", # The source type. 3963 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3964 }, 3965 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3966 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 3967 }, 3968 "url": "A String", # The URL of the cover photo. 3969 }, 3970 ], 3971 "emailAddresses": [ # The person'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. 3972 { # A person's email address. 3973 "displayName": "A String", # The display name of the email. 3974 "formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 3975 "metadata": { # Metadata about a field. # Metadata about the email address. 3976 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 3977 "source": { # The source of a field. # The source of the field. 3978 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 3980 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 3981 "objectType": "A String", # Output only. The profile object type. 3982 "userTypes": [ # Output only. The user types. 3983 "A String", 3984 ], 3985 }, 3986 "type": "A String", # The source type. 3987 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 3988 }, 3989 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 3990 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 3993 "value": "A String", # The email address. 3994 }, 3995 ], 3996 "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. 3997 "events": [ # The person's events. 3998 { # An event related to the person. 3999 "date": { # 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 "day": 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't significant. 4001 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 4002 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 4003 }, 4004 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4005 "metadata": { # Metadata about a field. # Metadata about the event. 4006 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4007 "source": { # The source of a field. # The source of the field. 4008 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4010 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4011 "objectType": "A String", # Output only. The profile object type. 4012 "userTypes": [ # Output only. The user types. 4013 "A String", 4014 ], 4015 }, 4016 "type": "A String", # The source type. 4017 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4018 }, 4019 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4020 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` 4023 }, 4024 ], 4025 "externalIds": [ # The person's external IDs. 4026 { # An identifier from an external entity related to the person. 4027 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4028 "metadata": { # Metadata about a field. # Metadata about the external ID. 4029 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4030 "source": { # The source of a field. # The source of the field. 4031 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4033 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4034 "objectType": "A String", # Output only. The profile object type. 4035 "userTypes": [ # Output only. The user types. 4036 "A String", 4037 ], 4038 }, 4039 "type": "A String", # The source type. 4040 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4041 }, 4042 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4043 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization` 4046 "value": "A String", # The value of the external ID. 4047 }, 4048 ], 4049 "fileAses": [ # The person's file-ases. 4050 { # The name that should be used to sort the person in a list. 4051 "metadata": { # Metadata about a field. # Metadata about the file-as. 4052 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4053 "source": { # The source of a field. # The source of the field. 4054 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4056 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4057 "objectType": "A String", # Output only. The profile object type. 4058 "userTypes": [ # Output only. The user types. 4059 "A String", 4060 ], 4061 }, 4062 "type": "A String", # The source type. 4063 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4064 }, 4065 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4066 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The file-as value 4069 }, 4070 ], 4071 "genders": [ # The person's genders. This field is a singleton for contact sources. 4072 { # A person's gender. 4073 "addressMeAs": "A String", # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them` 4074 "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized. 4075 "metadata": { # Metadata about a field. # Metadata about the gender. 4076 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4077 "source": { # The source of a field. # The source of the field. 4078 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4080 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4081 "objectType": "A String", # Output only. The profile object type. 4082 "userTypes": [ # Output only. The user types. 4083 "A String", 4084 ], 4085 }, 4086 "type": "A String", # The source type. 4087 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4088 }, 4089 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4090 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` 4093 }, 4094 ], 4095 "imClients": [ # The person's instant messaging clients. 4096 { # A person's instant messaging client. 4097 "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4098 "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4099 "metadata": { # Metadata about a field. # Metadata about the IM client. 4100 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4101 "source": { # The source of a field. # The source of the field. 4102 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4104 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4105 "objectType": "A String", # Output only. The profile object type. 4106 "userTypes": [ # Output only. The user types. 4107 "A String", 4108 ], 4109 }, 4110 "type": "A String", # The source type. 4111 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4112 }, 4113 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4114 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "protocol": "A String", # 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 "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` 4118 "username": "A String", # The user name used in the IM client. 4119 }, 4120 ], 4121 "interests": [ # The person's interests. 4122 { # One of the person's interests. 4123 "metadata": { # Metadata about a field. # Metadata about the interest. 4124 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4125 "source": { # The source of a field. # The source of the field. 4126 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4128 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4129 "objectType": "A String", # Output only. The profile object type. 4130 "userTypes": [ # Output only. The user types. 4131 "A String", 4132 ], 4133 }, 4134 "type": "A String", # The source type. 4135 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4136 }, 4137 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4138 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The interest; for example, `stargazing`. 4141 }, 4142 ], 4143 "locales": [ # The person's locale preferences. 4144 { # A person's locale preference. 4145 "metadata": { # Metadata about a field. # Metadata about the locale. 4146 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4147 "source": { # The source of a field. # The source of the field. 4148 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4150 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4151 "objectType": "A String", # Output only. The profile object type. 4152 "userTypes": [ # Output only. The user types. 4153 "A String", 4154 ], 4155 }, 4156 "type": "A String", # The source type. 4157 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4158 }, 4159 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4160 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. 4163 }, 4164 ], 4165 "locations": [ # The person's locations. 4166 { # A person's location. 4167 "buildingId": "A String", # The building identifier. 4168 "current": True or False, # Whether the location is the current location. 4169 "deskCode": "A String", # The individual desk location. 4170 "floor": "A String", # The floor name or number. 4171 "floorSection": "A String", # The floor section in `floor_name`. 4172 "metadata": { # Metadata about a field. # Metadata about the location. 4173 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4174 "source": { # The source of a field. # The source of the field. 4175 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4177 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4178 "objectType": "A String", # Output only. The profile object type. 4179 "userTypes": [ # Output only. The user types. 4180 "A String", 4181 ], 4182 }, 4183 "type": "A String", # The source type. 4184 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4185 }, 4186 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4187 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` 4190 "value": "A String", # The free-form value of the location. 4191 }, 4192 ], 4193 "memberships": [ # The person's group memberships. 4194 { # A person's membership in a group. Only contact group memberships can be modified. 4195 "contactGroupMembership": { # A Google contact group membership. # The contact group membership. 4196 "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. 4197 "contactGroupResourceName": "A String", # 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 "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 4198 }, 4199 "domainMembership": { # A Google Workspace Domain membership. # Output only. The domain membership. 4200 "inViewerDomain": True or False, # True if the person is in the viewer's Google Workspace domain. 4201 }, 4202 "metadata": { # Metadata about a field. # Metadata about the membership. 4203 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4204 "source": { # The source of a field. # The source of the field. 4205 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 4206 "id": "A String", # The unique identifier within the source type generated by the server. 4207 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4208 "objectType": "A String", # Output only. The profile object type. 4209 "userTypes": [ # Output only. The user types. 4210 "A String", 4211 ], 4212 }, 4213 "type": "A String", # The source type. 4214 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4215 }, 4216 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4217 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 4218 }, 4219 }, 4220 ], 4221 "metadata": { # The metadata about a person. # Output only. Metadata about the person. 4222 "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests. 4223 "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. 4224 "A String", 4225 ], 4226 "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. 4227 "previousResourceNames": [ # 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. 4228 "A String", 4229 ], 4230 "sources": [ # The sources of data for the person. 4231 { # The source of a field. 4232 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4234 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4235 "objectType": "A String", # Output only. The profile object type. 4236 "userTypes": [ # Output only. The user types. 4237 "A String", 4238 ], 4239 }, 4240 "type": "A String", # The source type. 4241 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4242 }, 4243 ], 4244 }, 4245 "miscKeywords": [ # The person's miscellaneous keywords. 4246 { # A person's miscellaneous keyword. 4247 "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4248 "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. 4249 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4250 "source": { # The source of a field. # The source of the field. 4251 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4253 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4254 "objectType": "A String", # Output only. The profile object type. 4255 "userTypes": [ # Output only. The user types. 4256 "A String", 4257 ], 4258 }, 4259 "type": "A String", # The source type. 4260 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4261 }, 4262 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4263 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The miscellaneous keyword type. 4266 "value": "A String", # The value of the miscellaneous keyword. 4267 }, 4268 ], 4269 "names": [ # The person's names. This field is a singleton for contact sources. 4270 { # A person's name. If the name is a mononym, the family name is empty. 4271 "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 4272 "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 4273 "familyName": "A String", # The family name. 4274 "givenName": "A String", # The given name. 4275 "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` 4276 "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` 4277 "metadata": { # Metadata about a field. # Metadata about the name. 4278 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4279 "source": { # The source of a field. # The source of the field. 4280 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4282 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4283 "objectType": "A String", # Output only. The profile object type. 4284 "userTypes": [ # Output only. The user types. 4285 "A String", 4286 ], 4287 }, 4288 "type": "A String", # The source type. 4289 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4290 }, 4291 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4292 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "middleName": "A String", # The middle name(s). 4295 "phoneticFamilyName": "A String", # The family name spelled as it sounds. 4296 "phoneticFullName": "A String", # The full name spelled as it sounds. 4297 "phoneticGivenName": "A String", # The given name spelled as it sounds. 4298 "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. 4299 "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. 4300 "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. 4301 "unstructuredName": "A String", # The free form name value. 4302 }, 4303 ], 4304 "nicknames": [ # The person's nicknames. 4305 { # A person's nickname. 4306 "metadata": { # Metadata about a field. # Metadata about the nickname. 4307 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4308 "source": { # The source of a field. # The source of the field. 4309 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4311 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4312 "objectType": "A String", # Output only. The profile object type. 4313 "userTypes": [ # Output only. The user types. 4314 "A String", 4315 ], 4316 }, 4317 "type": "A String", # The source type. 4318 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4319 }, 4320 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4321 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 4322 }, 4323 "type": "A String", # The type of the nickname. 4324 "value": "A String", # The nickname. 4325 }, 4326 ], 4327 "occupations": [ # The person's occupations. 4328 { # A person's occupation. 4329 "metadata": { # Metadata about a field. # Metadata about the occupation. 4330 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4331 "source": { # The source of a field. # The source of the field. 4332 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4334 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4335 "objectType": "A String", # Output only. The profile object type. 4336 "userTypes": [ # Output only. The user types. 4337 "A String", 4338 ], 4339 }, 4340 "type": "A String", # The source type. 4341 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4342 }, 4343 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4344 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 4345 }, 4346 "value": "A String", # The occupation; for example, `carpenter`. 4347 }, 4348 ], 4349 "organizations": [ # The person's past or current organizations. 4350 { # A person's past or current organization. Overlapping date ranges are permitted. 4351 "costCenter": "A String", # The person's cost center at the organization. 4352 "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. 4353 "department": "A String", # The person's department at the organization. 4354 "domain": "A String", # The domain name associated with the organization; for example, `google.com`. 4355 "endDate": { # 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 "day": 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't significant. 4357 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 4358 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 4359 }, 4360 "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4361 "fullTimeEquivalentMillipercent": 42, # The person's full-time equivalent millipercent within the organization (100000 = 100%). 4362 "jobDescription": "A String", # The person's job description at the organization. 4363 "location": "A String", # The location of the organization office the person works at. 4364 "metadata": { # Metadata about a field. # Metadata about the organization. 4365 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4366 "source": { # The source of a field. # The source of the field. 4367 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4369 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4370 "objectType": "A String", # Output only. The profile object type. 4371 "userTypes": [ # Output only. The user types. 4372 "A String", 4373 ], 4374 }, 4375 "type": "A String", # The source type. 4376 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4377 }, 4378 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4379 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "name": "A String", # The name of the organization. 4382 "phoneticName": "A String", # The phonetic name of the organization. 4383 "startDate": { # 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 "day": 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't significant. 4385 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 4386 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 4387 }, 4388 "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. 4389 "title": "A String", # The person's job title at the organization. 4390 "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` 4391 }, 4392 ], 4393 "phoneNumbers": [ # The person'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. 4394 { # A person's phone number. 4395 "canonicalForm": "A String", # 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 "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4397 "metadata": { # Metadata about a field. # Metadata about the phone number. 4398 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4399 "source": { # The source of a field. # The source of the field. 4400 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4402 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4403 "objectType": "A String", # Output only. The profile object type. 4404 "userTypes": [ # Output only. The user types. 4405 "A String", 4406 ], 4407 }, 4408 "type": "A String", # The source type. 4409 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4410 }, 4411 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4412 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 4413 }, 4414 "type": "A String", # 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 "value": "A String", # The phone number. 4416 }, 4417 ], 4418 "photos": [ # Output only. The person's photos. 4419 { # A person's photo. A picture shown next to the person's name to help others recognize the person. 4420 "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. 4421 "metadata": { # Metadata about a field. # Metadata about the photo. 4422 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4423 "source": { # The source of a field. # The source of the field. 4424 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4426 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4427 "objectType": "A String", # Output only. The profile object type. 4428 "userTypes": [ # Output only. The user types. 4429 "A String", 4430 ], 4431 }, 4432 "type": "A String", # The source type. 4433 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4434 }, 4435 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4436 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 4437 }, 4438 "url": "A String", # 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 "relations": [ # The person's relations. 4442 { # A person's relation to another person. 4443 "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 4444 "metadata": { # Metadata about a field. # Metadata about the relation. 4445 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4446 "source": { # The source of a field. # The source of the field. 4447 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4449 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4450 "objectType": "A String", # Output only. The profile object type. 4451 "userTypes": [ # Output only. The user types. 4452 "A String", 4453 ], 4454 }, 4455 "type": "A String", # The source type. 4456 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4457 }, 4458 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4459 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "person": "A String", # The name of the other person this relation refers to. 4462 "type": "A String", # The person'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 "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. 4466 { # **DEPRECATED**: No data will be returned A person's relationship interest . 4467 "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 4468 "metadata": { # Metadata about a field. # Metadata about the relationship interest. 4469 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4470 "source": { # The source of a field. # The source of the field. 4471 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4473 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4474 "objectType": "A String", # Output only. The profile object type. 4475 "userTypes": [ # Output only. The user types. 4476 "A String", 4477 ], 4478 }, 4479 "type": "A String", # The source type. 4480 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4481 }, 4482 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4483 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. 4489 { # **DEPRECATED**: No data will be returned A person's relationship status. 4490 "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4491 "metadata": { # Metadata about a field. # Metadata about the relationship status. 4492 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4493 "source": { # The source of a field. # The source of the field. 4494 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4496 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4497 "objectType": "A String", # Output only. The profile object type. 4498 "userTypes": [ # Output only. The user types. 4499 "A String", 4500 ], 4501 }, 4502 "type": "A String", # The source type. 4503 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4504 }, 4505 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4506 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. 4512 { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. 4513 "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. 4514 "metadata": { # Metadata about a field. # Metadata about the residence. 4515 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4516 "source": { # The source of a field. # The source of the field. 4517 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4519 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4520 "objectType": "A String", # Output only. The profile object type. 4521 "userTypes": [ # Output only. The user types. 4522 "A String", 4523 ], 4524 }, 4525 "type": "A String", # The source type. 4526 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4527 }, 4528 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4529 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The address of the residence. 4532 }, 4533 ], 4534 "resourceName": "A 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}`. 4535 "sipAddresses": [ # The person's SIP addresses. 4536 { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. 4537 "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4538 "metadata": { # Metadata about a field. # Metadata about the SIP address. 4539 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4540 "source": { # The source of a field. # The source of the field. 4541 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4543 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4544 "objectType": "A String", # Output only. The profile object type. 4545 "userTypes": [ # Output only. The user types. 4546 "A String", 4547 ], 4548 }, 4549 "type": "A String", # The source type. 4550 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4551 }, 4552 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4553 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other` 4556 "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. 4557 }, 4558 ], 4559 "skills": [ # The person's skills. 4560 { # A skill that the person has. 4561 "metadata": { # Metadata about a field. # Metadata about the skill. 4562 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4563 "source": { # The source of a field. # The source of the field. 4564 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4566 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4567 "objectType": "A String", # Output only. The profile object type. 4568 "userTypes": [ # Output only. The user types. 4569 "A String", 4570 ], 4571 }, 4572 "type": "A String", # The source type. 4573 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4574 }, 4575 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4576 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The skill; for example, `underwater basket weaving`. 4579 }, 4580 ], 4581 "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. 4582 { # **DEPRECATED**: No data will be returned A brief one-line description of the person. 4583 "metadata": { # Metadata about a field. # Metadata about the tagline. 4584 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4585 "source": { # The source of a field. # The source of the field. 4586 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4588 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4589 "objectType": "A String", # Output only. The profile object type. 4590 "userTypes": [ # Output only. The user types. 4591 "A String", 4592 ], 4593 }, 4594 "type": "A String", # The source type. 4595 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4596 }, 4597 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4598 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 4599 }, 4600 "value": "A String", # The tagline. 4601 }, 4602 ], 4603 "urls": [ # The person's associated URLs. 4604 { # A person's associated URLs. 4605 "formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4606 "metadata": { # Metadata about a field. # Metadata about the URL. 4607 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4608 "source": { # The source of a field. # The source of the field. 4609 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4611 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4612 "objectType": "A String", # Output only. The profile object type. 4613 "userTypes": [ # Output only. The user types. 4614 "A String", 4615 ], 4616 }, 4617 "type": "A String", # The source type. 4618 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4619 }, 4620 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4621 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 4622 }, 4623 "type": "A String", # 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 "value": "A String", # The URL. 4625 }, 4626 ], 4627 "userDefined": [ # The person's user defined data. 4628 { # Arbitrary user data that is populated by the end users. 4629 "key": "A String", # The end user specified key of the user defined data. 4630 "metadata": { # Metadata about a field. # Metadata about the user defined data. 4631 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4632 "source": { # The source of a field. # The source of the field. 4633 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4635 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4636 "objectType": "A String", # Output only. The profile object type. 4637 "userTypes": [ # Output only. The user types. 4638 "A String", 4639 ], 4640 }, 4641 "type": "A String", # The source type. 4642 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4643 }, 4644 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4645 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 4646 }, 4647 "value": "A String", # The end user specified value of the user defined data. 4648 }, 4649 ], 4650} 4651 4652 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 4653 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) 4654 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. 4659 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 4667 { # Information about a person merged from various data sources such as the authenticated user'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. 4668 "addresses": [ # The person's street addresses. 4669 { # A person's physical address. May be a P.O. box or street address. All fields are optional. 4670 "city": "A String", # The city of the address. 4671 "country": "A String", # The country of the address. 4672 "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. 4673 "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. 4674 "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4675 "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values. 4676 "metadata": { # Metadata about a field. # Metadata about the address. 4677 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4678 "source": { # The source of a field. # The source of the field. 4679 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4681 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4682 "objectType": "A String", # Output only. The profile object type. 4683 "userTypes": [ # Output only. The user types. 4684 "A String", 4685 ], 4686 }, 4687 "type": "A String", # The source type. 4688 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4689 }, 4690 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4691 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "poBox": "A String", # The P.O. box of the address. 4694 "postalCode": "A String", # The postal code of the address. 4695 "region": "A String", # The region of the address; for example, the state or province. 4696 "streetAddress": "A String", # The street address. 4697 "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 4698 }, 4699 ], 4700 "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. 4701 "ageRanges": [ # Output only. The person's age ranges. 4702 { # A person's age range. 4703 "ageRange": "A String", # The age range. 4704 "metadata": { # Metadata about a field. # Metadata about the age range. 4705 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4706 "source": { # The source of a field. # The source of the field. 4707 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4709 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4710 "objectType": "A String", # Output only. The profile object type. 4711 "userTypes": [ # Output only. The user types. 4712 "A String", 4713 ], 4714 }, 4715 "type": "A String", # The source type. 4716 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4717 }, 4718 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4719 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "biographies": [ # The person's biographies. This field is a singleton for contact sources. 4724 { # A person's short biography. 4725 "contentType": "A String", # The content type of the biography. 4726 "metadata": { # Metadata about a field. # Metadata about the biography. 4727 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4728 "source": { # The source of a field. # The source of the field. 4729 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4731 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4732 "objectType": "A String", # Output only. The profile object type. 4733 "userTypes": [ # Output only. The user types. 4734 "A String", 4735 ], 4736 }, 4737 "type": "A String", # The source type. 4738 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4739 }, 4740 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4741 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The short biography. 4744 }, 4745 ], 4746 "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. 4747 { # A person'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 "date": { # 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 "day": 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't significant. 4750 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 4751 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 4752 }, 4753 "metadata": { # Metadata about a field. # Metadata about the birthday. 4754 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4755 "source": { # The source of a field. # The source of the field. 4756 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4758 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4759 "objectType": "A String", # Output only. The profile object type. 4760 "userTypes": [ # Output only. The user types. 4761 "A String", 4762 ], 4763 }, 4764 "type": "A String", # The source type. 4765 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4766 }, 4767 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4768 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "text": "A String", # A free-form string representing the user's birthday. 4771 }, 4772 ], 4773 "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. 4774 { # **DEPRECATED**: No data will be returned A person's bragging rights. 4775 "metadata": { # Metadata about a field. # Metadata about the bragging rights. 4776 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4777 "source": { # The source of a field. # The source of the field. 4778 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4780 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4781 "objectType": "A String", # Output only. The profile object type. 4782 "userTypes": [ # Output only. The user types. 4783 "A String", 4784 ], 4785 }, 4786 "type": "A String", # The source type. 4787 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4788 }, 4789 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4790 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The bragging rights; for example, `climbed mount everest`. 4793 }, 4794 ], 4795 "calendarUrls": [ # The person's calendar URLs. 4796 { # A person's calendar URL. 4797 "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4798 "metadata": { # Metadata about a field. # Metadata about the calendar URL. 4799 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4800 "source": { # The source of a field. # The source of the field. 4801 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4803 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4804 "objectType": "A String", # Output only. The profile object type. 4805 "userTypes": [ # Output only. The user types. 4806 "A String", 4807 ], 4808 }, 4809 "type": "A String", # The source type. 4810 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4811 }, 4812 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4813 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` 4816 "url": "A String", # The calendar URL. 4817 }, 4818 ], 4819 "clientData": [ # The person's client data. 4820 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. 4821 "key": "A String", # The client specified key of the client data. 4822 "metadata": { # Metadata about a field. # Metadata about the client data. 4823 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4824 "source": { # The source of a field. # The source of the field. 4825 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4827 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4828 "objectType": "A String", # Output only. The profile object type. 4829 "userTypes": [ # Output only. The user types. 4830 "A String", 4831 ], 4832 }, 4833 "type": "A String", # The source type. 4834 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4835 }, 4836 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4837 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The client specified value of the client data. 4840 }, 4841 ], 4842 "coverPhotos": [ # Output only. The person's cover photos. 4843 { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about. 4844 "default": 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 "metadata": { # Metadata about a field. # Metadata about the cover photo. 4846 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4847 "source": { # The source of a field. # The source of the field. 4848 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4850 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4851 "objectType": "A String", # Output only. The profile object type. 4852 "userTypes": [ # Output only. The user types. 4853 "A String", 4854 ], 4855 }, 4856 "type": "A String", # The source type. 4857 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4858 }, 4859 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4860 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # The URL of the cover photo. 4863 }, 4864 ], 4865 "emailAddresses": [ # The person'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. 4866 { # A person's email address. 4867 "displayName": "A String", # The display name of the email. 4868 "formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4869 "metadata": { # Metadata about a field. # Metadata about the email address. 4870 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4871 "source": { # The source of a field. # The source of the field. 4872 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4874 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4875 "objectType": "A String", # Output only. The profile object type. 4876 "userTypes": [ # Output only. The user types. 4877 "A String", 4878 ], 4879 }, 4880 "type": "A String", # The source type. 4881 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4882 }, 4883 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4884 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 4887 "value": "A String", # The email address. 4888 }, 4889 ], 4890 "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. 4891 "events": [ # The person's events. 4892 { # An event related to the person. 4893 "date": { # 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 "day": 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't significant. 4895 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 4896 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 4897 }, 4898 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4899 "metadata": { # Metadata about a field. # Metadata about the event. 4900 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4901 "source": { # The source of a field. # The source of the field. 4902 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4904 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4905 "objectType": "A String", # Output only. The profile object type. 4906 "userTypes": [ # Output only. The user types. 4907 "A String", 4908 ], 4909 }, 4910 "type": "A String", # The source type. 4911 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4912 }, 4913 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4914 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` 4917 }, 4918 ], 4919 "externalIds": [ # The person's external IDs. 4920 { # An identifier from an external entity related to the person. 4921 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4922 "metadata": { # Metadata about a field. # Metadata about the external ID. 4923 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4924 "source": { # The source of a field. # The source of the field. 4925 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4927 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4928 "objectType": "A String", # Output only. The profile object type. 4929 "userTypes": [ # Output only. The user types. 4930 "A String", 4931 ], 4932 }, 4933 "type": "A String", # The source type. 4934 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4935 }, 4936 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4937 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization` 4940 "value": "A String", # The value of the external ID. 4941 }, 4942 ], 4943 "fileAses": [ # The person's file-ases. 4944 { # The name that should be used to sort the person in a list. 4945 "metadata": { # Metadata about a field. # Metadata about the file-as. 4946 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4947 "source": { # The source of a field. # The source of the field. 4948 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4950 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4951 "objectType": "A String", # Output only. The profile object type. 4952 "userTypes": [ # Output only. The user types. 4953 "A String", 4954 ], 4955 }, 4956 "type": "A String", # The source type. 4957 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4958 }, 4959 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4960 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The file-as value 4963 }, 4964 ], 4965 "genders": [ # The person's genders. This field is a singleton for contact sources. 4966 { # A person's gender. 4967 "addressMeAs": "A String", # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them` 4968 "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized. 4969 "metadata": { # Metadata about a field. # Metadata about the gender. 4970 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4971 "source": { # The source of a field. # The source of the field. 4972 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4974 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4975 "objectType": "A String", # Output only. The profile object type. 4976 "userTypes": [ # Output only. The user types. 4977 "A String", 4978 ], 4979 }, 4980 "type": "A String", # The source type. 4981 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 4982 }, 4983 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 4984 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` 4987 }, 4988 ], 4989 "imClients": [ # The person's instant messaging clients. 4990 { # A person's instant messaging client. 4991 "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4992 "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 4993 "metadata": { # Metadata about a field. # Metadata about the IM client. 4994 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 4995 "source": { # The source of a field. # The source of the field. 4996 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 4998 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 4999 "objectType": "A String", # Output only. The profile object type. 5000 "userTypes": [ # Output only. The user types. 5001 "A String", 5002 ], 5003 }, 5004 "type": "A String", # The source type. 5005 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5006 }, 5007 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5008 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "protocol": "A String", # 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 "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` 5012 "username": "A String", # The user name used in the IM client. 5013 }, 5014 ], 5015 "interests": [ # The person's interests. 5016 { # One of the person's interests. 5017 "metadata": { # Metadata about a field. # Metadata about the interest. 5018 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5019 "source": { # The source of a field. # The source of the field. 5020 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5022 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5023 "objectType": "A String", # Output only. The profile object type. 5024 "userTypes": [ # Output only. The user types. 5025 "A String", 5026 ], 5027 }, 5028 "type": "A String", # The source type. 5029 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5030 }, 5031 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5032 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The interest; for example, `stargazing`. 5035 }, 5036 ], 5037 "locales": [ # The person's locale preferences. 5038 { # A person's locale preference. 5039 "metadata": { # Metadata about a field. # Metadata about the locale. 5040 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5041 "source": { # The source of a field. # The source of the field. 5042 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5044 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5045 "objectType": "A String", # Output only. The profile object type. 5046 "userTypes": [ # Output only. The user types. 5047 "A String", 5048 ], 5049 }, 5050 "type": "A String", # The source type. 5051 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5052 }, 5053 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5054 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. 5057 }, 5058 ], 5059 "locations": [ # The person's locations. 5060 { # A person's location. 5061 "buildingId": "A String", # The building identifier. 5062 "current": True or False, # Whether the location is the current location. 5063 "deskCode": "A String", # The individual desk location. 5064 "floor": "A String", # The floor name or number. 5065 "floorSection": "A String", # The floor section in `floor_name`. 5066 "metadata": { # Metadata about a field. # Metadata about the location. 5067 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5068 "source": { # The source of a field. # The source of the field. 5069 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5071 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5072 "objectType": "A String", # Output only. The profile object type. 5073 "userTypes": [ # Output only. The user types. 5074 "A String", 5075 ], 5076 }, 5077 "type": "A String", # The source type. 5078 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5079 }, 5080 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5081 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` 5084 "value": "A String", # The free-form value of the location. 5085 }, 5086 ], 5087 "memberships": [ # The person's group memberships. 5088 { # A person's membership in a group. Only contact group memberships can be modified. 5089 "contactGroupMembership": { # A Google contact group membership. # The contact group membership. 5090 "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. 5091 "contactGroupResourceName": "A String", # 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 "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 5092 }, 5093 "domainMembership": { # A Google Workspace Domain membership. # Output only. The domain membership. 5094 "inViewerDomain": True or False, # True if the person is in the viewer's Google Workspace domain. 5095 }, 5096 "metadata": { # Metadata about a field. # Metadata about the membership. 5097 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5098 "source": { # The source of a field. # The source of the field. 5099 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5101 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5102 "objectType": "A String", # Output only. The profile object type. 5103 "userTypes": [ # Output only. The user types. 5104 "A String", 5105 ], 5106 }, 5107 "type": "A String", # The source type. 5108 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5109 }, 5110 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5111 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "metadata": { # The metadata about a person. # Output only. Metadata about the person. 5116 "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests. 5117 "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. 5118 "A String", 5119 ], 5120 "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. 5121 "previousResourceNames": [ # 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. 5122 "A String", 5123 ], 5124 "sources": [ # The sources of data for the person. 5125 { # The source of a field. 5126 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5128 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5129 "objectType": "A String", # Output only. The profile object type. 5130 "userTypes": [ # Output only. The user types. 5131 "A String", 5132 ], 5133 }, 5134 "type": "A String", # The source type. 5135 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5136 }, 5137 ], 5138 }, 5139 "miscKeywords": [ # The person's miscellaneous keywords. 5140 { # A person's miscellaneous keyword. 5141 "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 5142 "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. 5143 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5144 "source": { # The source of a field. # The source of the field. 5145 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5147 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5148 "objectType": "A String", # Output only. The profile object type. 5149 "userTypes": [ # Output only. The user types. 5150 "A String", 5151 ], 5152 }, 5153 "type": "A String", # The source type. 5154 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5155 }, 5156 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5157 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5158 }, 5159 "type": "A String", # The miscellaneous keyword type. 5160 "value": "A String", # The value of the miscellaneous keyword. 5161 }, 5162 ], 5163 "names": [ # The person's names. This field is a singleton for contact sources. 5164 { # A person's name. If the name is a mononym, the family name is empty. 5165 "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 5166 "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 5167 "familyName": "A String", # The family name. 5168 "givenName": "A String", # The given name. 5169 "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` 5170 "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` 5171 "metadata": { # Metadata about a field. # Metadata about the name. 5172 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5173 "source": { # The source of a field. # The source of the field. 5174 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5176 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5177 "objectType": "A String", # Output only. The profile object type. 5178 "userTypes": [ # Output only. The user types. 5179 "A String", 5180 ], 5181 }, 5182 "type": "A String", # The source type. 5183 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5184 }, 5185 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5186 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5187 }, 5188 "middleName": "A String", # The middle name(s). 5189 "phoneticFamilyName": "A String", # The family name spelled as it sounds. 5190 "phoneticFullName": "A String", # The full name spelled as it sounds. 5191 "phoneticGivenName": "A String", # The given name spelled as it sounds. 5192 "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. 5193 "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. 5194 "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. 5195 "unstructuredName": "A String", # The free form name value. 5196 }, 5197 ], 5198 "nicknames": [ # The person's nicknames. 5199 { # A person's nickname. 5200 "metadata": { # Metadata about a field. # Metadata about the nickname. 5201 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5202 "source": { # The source of a field. # The source of the field. 5203 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5205 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5206 "objectType": "A String", # Output only. The profile object type. 5207 "userTypes": [ # Output only. The user types. 5208 "A String", 5209 ], 5210 }, 5211 "type": "A String", # The source type. 5212 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5213 }, 5214 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5215 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5216 }, 5217 "type": "A String", # The type of the nickname. 5218 "value": "A String", # The nickname. 5219 }, 5220 ], 5221 "occupations": [ # The person's occupations. 5222 { # A person's occupation. 5223 "metadata": { # Metadata about a field. # Metadata about the occupation. 5224 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5225 "source": { # The source of a field. # The source of the field. 5226 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5228 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5229 "objectType": "A String", # Output only. The profile object type. 5230 "userTypes": [ # Output only. The user types. 5231 "A String", 5232 ], 5233 }, 5234 "type": "A String", # The source type. 5235 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5236 }, 5237 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5238 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5239 }, 5240 "value": "A String", # The occupation; for example, `carpenter`. 5241 }, 5242 ], 5243 "organizations": [ # The person's past or current organizations. 5244 { # A person's past or current organization. Overlapping date ranges are permitted. 5245 "costCenter": "A String", # The person's cost center at the organization. 5246 "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. 5247 "department": "A String", # The person's department at the organization. 5248 "domain": "A String", # The domain name associated with the organization; for example, `google.com`. 5249 "endDate": { # 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 "day": 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't significant. 5251 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 5252 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 5253 }, 5254 "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 5255 "fullTimeEquivalentMillipercent": 42, # The person's full-time equivalent millipercent within the organization (100000 = 100%). 5256 "jobDescription": "A String", # The person's job description at the organization. 5257 "location": "A String", # The location of the organization office the person works at. 5258 "metadata": { # Metadata about a field. # Metadata about the organization. 5259 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5260 "source": { # The source of a field. # The source of the field. 5261 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5263 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5264 "objectType": "A String", # Output only. The profile object type. 5265 "userTypes": [ # Output only. The user types. 5266 "A String", 5267 ], 5268 }, 5269 "type": "A String", # The source type. 5270 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5271 }, 5272 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5273 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5274 }, 5275 "name": "A String", # The name of the organization. 5276 "phoneticName": "A String", # The phonetic name of the organization. 5277 "startDate": { # 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 "day": 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't significant. 5279 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 5280 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 5281 }, 5282 "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. 5283 "title": "A String", # The person's job title at the organization. 5284 "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` 5285 }, 5286 ], 5287 "phoneNumbers": [ # The person'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. 5288 { # A person's phone number. 5289 "canonicalForm": "A String", # 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 "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 5291 "metadata": { # Metadata about a field. # Metadata about the phone number. 5292 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5293 "source": { # The source of a field. # The source of the field. 5294 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5296 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5297 "objectType": "A String", # Output only. The profile object type. 5298 "userTypes": [ # Output only. The user types. 5299 "A String", 5300 ], 5301 }, 5302 "type": "A String", # The source type. 5303 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5304 }, 5305 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5306 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5307 }, 5308 "type": "A String", # 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 "value": "A String", # The phone number. 5310 }, 5311 ], 5312 "photos": [ # Output only. The person's photos. 5313 { # A person's photo. A picture shown next to the person's name to help others recognize the person. 5314 "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. 5315 "metadata": { # Metadata about a field. # Metadata about the photo. 5316 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5317 "source": { # The source of a field. # The source of the field. 5318 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5320 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5321 "objectType": "A String", # Output only. The profile object type. 5322 "userTypes": [ # Output only. The user types. 5323 "A String", 5324 ], 5325 }, 5326 "type": "A String", # The source type. 5327 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5328 }, 5329 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5330 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5331 }, 5332 "url": "A String", # 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 "relations": [ # The person's relations. 5336 { # A person's relation to another person. 5337 "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 5338 "metadata": { # Metadata about a field. # Metadata about the relation. 5339 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5340 "source": { # The source of a field. # The source of the field. 5341 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5343 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5344 "objectType": "A String", # Output only. The profile object type. 5345 "userTypes": [ # Output only. The user types. 5346 "A String", 5347 ], 5348 }, 5349 "type": "A String", # The source type. 5350 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5351 }, 5352 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5353 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5354 }, 5355 "person": "A String", # The name of the other person this relation refers to. 5356 "type": "A String", # The person'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 "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. 5360 { # **DEPRECATED**: No data will be returned A person's relationship interest . 5361 "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 5362 "metadata": { # Metadata about a field. # Metadata about the relationship interest. 5363 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5364 "source": { # The source of a field. # The source of the field. 5365 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5367 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5368 "objectType": "A String", # Output only. The profile object type. 5369 "userTypes": [ # Output only. The user types. 5370 "A String", 5371 ], 5372 }, 5373 "type": "A String", # The source type. 5374 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5375 }, 5376 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5377 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5378 }, 5379 "value": "A String", # 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 "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. 5383 { # **DEPRECATED**: No data will be returned A person's relationship status. 5384 "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 5385 "metadata": { # Metadata about a field. # Metadata about the relationship status. 5386 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5387 "source": { # The source of a field. # The source of the field. 5388 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5390 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5391 "objectType": "A String", # Output only. The profile object type. 5392 "userTypes": [ # Output only. The user types. 5393 "A String", 5394 ], 5395 }, 5396 "type": "A String", # The source type. 5397 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5398 }, 5399 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5400 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5401 }, 5402 "value": "A String", # 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 "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. 5406 { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. 5407 "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. 5408 "metadata": { # Metadata about a field. # Metadata about the residence. 5409 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5410 "source": { # The source of a field. # The source of the field. 5411 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5413 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5414 "objectType": "A String", # Output only. The profile object type. 5415 "userTypes": [ # Output only. The user types. 5416 "A String", 5417 ], 5418 }, 5419 "type": "A String", # The source type. 5420 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5421 }, 5422 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5423 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5424 }, 5425 "value": "A String", # The address of the residence. 5426 }, 5427 ], 5428 "resourceName": "A 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}`. 5429 "sipAddresses": [ # The person's SIP addresses. 5430 { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. 5431 "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 5432 "metadata": { # Metadata about a field. # Metadata about the SIP address. 5433 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5434 "source": { # The source of a field. # The source of the field. 5435 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5437 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5438 "objectType": "A String", # Output only. The profile object type. 5439 "userTypes": [ # Output only. The user types. 5440 "A String", 5441 ], 5442 }, 5443 "type": "A String", # The source type. 5444 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5445 }, 5446 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5447 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5448 }, 5449 "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other` 5450 "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. 5451 }, 5452 ], 5453 "skills": [ # The person's skills. 5454 { # A skill that the person has. 5455 "metadata": { # Metadata about a field. # Metadata about the skill. 5456 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5457 "source": { # The source of a field. # The source of the field. 5458 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5460 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5461 "objectType": "A String", # Output only. The profile object type. 5462 "userTypes": [ # Output only. The user types. 5463 "A String", 5464 ], 5465 }, 5466 "type": "A String", # The source type. 5467 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5468 }, 5469 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5470 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5471 }, 5472 "value": "A String", # The skill; for example, `underwater basket weaving`. 5473 }, 5474 ], 5475 "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. 5476 { # **DEPRECATED**: No data will be returned A brief one-line description of the person. 5477 "metadata": { # Metadata about a field. # Metadata about the tagline. 5478 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5479 "source": { # The source of a field. # The source of the field. 5480 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5482 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5483 "objectType": "A String", # Output only. The profile object type. 5484 "userTypes": [ # Output only. The user types. 5485 "A String", 5486 ], 5487 }, 5488 "type": "A String", # The source type. 5489 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5490 }, 5491 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5492 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5493 }, 5494 "value": "A String", # The tagline. 5495 }, 5496 ], 5497 "urls": [ # The person's associated URLs. 5498 { # A person's associated URLs. 5499 "formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 5500 "metadata": { # Metadata about a field. # Metadata about the URL. 5501 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5502 "source": { # The source of a field. # The source of the field. 5503 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5505 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5506 "objectType": "A String", # Output only. The profile object type. 5507 "userTypes": [ # Output only. The user types. 5508 "A String", 5509 ], 5510 }, 5511 "type": "A String", # The source type. 5512 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5513 }, 5514 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5515 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The URL. 5519 }, 5520 ], 5521 "userDefined": [ # The person's user defined data. 5522 { # Arbitrary user data that is populated by the end users. 5523 "key": "A String", # The end user specified key of the user defined data. 5524 "metadata": { # Metadata about a field. # Metadata about the user defined data. 5525 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5526 "source": { # The source of a field. # The source of the field. 5527 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5529 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5530 "objectType": "A String", # Output only. The profile object type. 5531 "userTypes": [ # Output only. The user types. 5532 "A String", 5533 ], 5534 }, 5535 "type": "A String", # The source type. 5536 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5537 }, 5538 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5539 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The end user specified value of the user defined data. 5542 }, 5543 ], 5544}</pre> 5545</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: 5552 resourceName: string, Required. The resource name of the contact to delete. (required) 5553 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 5561 { # 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 `{}`. 5562}</pre> 5563</div> 5564 5565<div class="method"> 5566 <code class="details" id="deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</code> 5567 <pre>Delete a contact's photo. 5568 5569Args: 5570 resourceName: string, Required. The resource name of the contact whose photo will be deleted. (required) 5571 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 5572 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) 5573 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. 5578 x__xgafv: string, V1 error format. 5579 Allowed values 5580 1 - v1 error format 5581 2 - v2 error format 5582 5583Returns: 5584 An object of the form: 5585 5586 { # The response for deleting a contact's photo. 5587 "person": { # Information about a person merged from various data sources such as the authenticated user'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 "addresses": [ # The person's street addresses. 5589 { # A person's physical address. May be a P.O. box or street address. All fields are optional. 5590 "city": "A String", # The city of the address. 5591 "country": "A String", # The country of the address. 5592 "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. 5593 "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. 5594 "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 5595 "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values. 5596 "metadata": { # Metadata about a field. # Metadata about the address. 5597 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5598 "source": { # The source of a field. # The source of the field. 5599 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5601 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5602 "objectType": "A String", # Output only. The profile object type. 5603 "userTypes": [ # Output only. The user types. 5604 "A String", 5605 ], 5606 }, 5607 "type": "A String", # The source type. 5608 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5609 }, 5610 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5611 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "poBox": "A String", # The P.O. box of the address. 5614 "postalCode": "A String", # The postal code of the address. 5615 "region": "A String", # The region of the address; for example, the state or province. 5616 "streetAddress": "A String", # The street address. 5617 "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 5618 }, 5619 ], 5620 "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. 5621 "ageRanges": [ # Output only. The person's age ranges. 5622 { # A person's age range. 5623 "ageRange": "A String", # The age range. 5624 "metadata": { # Metadata about a field. # Metadata about the age range. 5625 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5626 "source": { # The source of a field. # The source of the field. 5627 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5629 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5630 "objectType": "A String", # Output only. The profile object type. 5631 "userTypes": [ # Output only. The user types. 5632 "A String", 5633 ], 5634 }, 5635 "type": "A String", # The source type. 5636 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5637 }, 5638 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5639 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5640 }, 5641 }, 5642 ], 5643 "biographies": [ # The person's biographies. This field is a singleton for contact sources. 5644 { # A person's short biography. 5645 "contentType": "A String", # The content type of the biography. 5646 "metadata": { # Metadata about a field. # Metadata about the biography. 5647 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5648 "source": { # The source of a field. # The source of the field. 5649 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5651 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5652 "objectType": "A String", # Output only. The profile object type. 5653 "userTypes": [ # Output only. The user types. 5654 "A String", 5655 ], 5656 }, 5657 "type": "A String", # The source type. 5658 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5659 }, 5660 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5661 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5662 }, 5663 "value": "A String", # The short biography. 5664 }, 5665 ], 5666 "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. 5667 { # A person'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 "date": { # 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 "day": 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't significant. 5670 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 5671 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 5672 }, 5673 "metadata": { # Metadata about a field. # Metadata about the birthday. 5674 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5675 "source": { # The source of a field. # The source of the field. 5676 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5678 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5679 "objectType": "A String", # Output only. The profile object type. 5680 "userTypes": [ # Output only. The user types. 5681 "A String", 5682 ], 5683 }, 5684 "type": "A String", # The source type. 5685 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5686 }, 5687 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5688 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5689 }, 5690 "text": "A String", # A free-form string representing the user's birthday. 5691 }, 5692 ], 5693 "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. 5694 { # **DEPRECATED**: No data will be returned A person's bragging rights. 5695 "metadata": { # Metadata about a field. # Metadata about the bragging rights. 5696 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5697 "source": { # The source of a field. # The source of the field. 5698 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5700 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5701 "objectType": "A String", # Output only. The profile object type. 5702 "userTypes": [ # Output only. The user types. 5703 "A String", 5704 ], 5705 }, 5706 "type": "A String", # The source type. 5707 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5708 }, 5709 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5710 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5711 }, 5712 "value": "A String", # The bragging rights; for example, `climbed mount everest`. 5713 }, 5714 ], 5715 "calendarUrls": [ # The person's calendar URLs. 5716 { # A person's calendar URL. 5717 "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 5718 "metadata": { # Metadata about a field. # Metadata about the calendar URL. 5719 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5720 "source": { # The source of a field. # The source of the field. 5721 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5723 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5724 "objectType": "A String", # Output only. The profile object type. 5725 "userTypes": [ # Output only. The user types. 5726 "A String", 5727 ], 5728 }, 5729 "type": "A String", # The source type. 5730 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5731 }, 5732 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5733 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5734 }, 5735 "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` 5736 "url": "A String", # The calendar URL. 5737 }, 5738 ], 5739 "clientData": [ # The person's client data. 5740 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. 5741 "key": "A String", # The client specified key of the client data. 5742 "metadata": { # Metadata about a field. # Metadata about the client data. 5743 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5744 "source": { # The source of a field. # The source of the field. 5745 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5747 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5748 "objectType": "A String", # Output only. The profile object type. 5749 "userTypes": [ # Output only. The user types. 5750 "A String", 5751 ], 5752 }, 5753 "type": "A String", # The source type. 5754 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5755 }, 5756 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5757 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5758 }, 5759 "value": "A String", # The client specified value of the client data. 5760 }, 5761 ], 5762 "coverPhotos": [ # Output only. The person's cover photos. 5763 { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about. 5764 "default": 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 "metadata": { # Metadata about a field. # Metadata about the cover photo. 5766 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5767 "source": { # The source of a field. # The source of the field. 5768 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5770 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5771 "objectType": "A String", # Output only. The profile object type. 5772 "userTypes": [ # Output only. The user types. 5773 "A String", 5774 ], 5775 }, 5776 "type": "A String", # The source type. 5777 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5778 }, 5779 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5780 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5781 }, 5782 "url": "A String", # The URL of the cover photo. 5783 }, 5784 ], 5785 "emailAddresses": [ # The person'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. 5786 { # A person's email address. 5787 "displayName": "A String", # The display name of the email. 5788 "formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 5789 "metadata": { # Metadata about a field. # Metadata about the email address. 5790 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5791 "source": { # The source of a field. # The source of the field. 5792 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5794 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5795 "objectType": "A String", # Output only. The profile object type. 5796 "userTypes": [ # Output only. The user types. 5797 "A String", 5798 ], 5799 }, 5800 "type": "A String", # The source type. 5801 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5802 }, 5803 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5804 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5805 }, 5806 "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 5807 "value": "A String", # The email address. 5808 }, 5809 ], 5810 "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. 5811 "events": [ # The person's events. 5812 { # An event related to the person. 5813 "date": { # 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 "day": 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't significant. 5815 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 5816 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 5817 }, 5818 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 5819 "metadata": { # Metadata about a field. # Metadata about the event. 5820 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5821 "source": { # The source of a field. # The source of the field. 5822 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5824 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5825 "objectType": "A String", # Output only. The profile object type. 5826 "userTypes": [ # Output only. The user types. 5827 "A String", 5828 ], 5829 }, 5830 "type": "A String", # The source type. 5831 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5832 }, 5833 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5834 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5835 }, 5836 "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` 5837 }, 5838 ], 5839 "externalIds": [ # The person's external IDs. 5840 { # An identifier from an external entity related to the person. 5841 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 5842 "metadata": { # Metadata about a field. # Metadata about the external ID. 5843 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5844 "source": { # The source of a field. # The source of the field. 5845 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5847 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5848 "objectType": "A String", # Output only. The profile object type. 5849 "userTypes": [ # Output only. The user types. 5850 "A String", 5851 ], 5852 }, 5853 "type": "A String", # The source type. 5854 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5855 }, 5856 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5857 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5858 }, 5859 "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization` 5860 "value": "A String", # The value of the external ID. 5861 }, 5862 ], 5863 "fileAses": [ # The person's file-ases. 5864 { # The name that should be used to sort the person in a list. 5865 "metadata": { # Metadata about a field. # Metadata about the file-as. 5866 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5867 "source": { # The source of a field. # The source of the field. 5868 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5870 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5871 "objectType": "A String", # Output only. The profile object type. 5872 "userTypes": [ # Output only. The user types. 5873 "A String", 5874 ], 5875 }, 5876 "type": "A String", # The source type. 5877 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5878 }, 5879 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5880 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5881 }, 5882 "value": "A String", # The file-as value 5883 }, 5884 ], 5885 "genders": [ # The person's genders. This field is a singleton for contact sources. 5886 { # A person's gender. 5887 "addressMeAs": "A String", # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them` 5888 "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized. 5889 "metadata": { # Metadata about a field. # Metadata about the gender. 5890 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5891 "source": { # The source of a field. # The source of the field. 5892 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5894 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5895 "objectType": "A String", # Output only. The profile object type. 5896 "userTypes": [ # Output only. The user types. 5897 "A String", 5898 ], 5899 }, 5900 "type": "A String", # The source type. 5901 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5902 }, 5903 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5904 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 5905 }, 5906 "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` 5907 }, 5908 ], 5909 "imClients": [ # The person's instant messaging clients. 5910 { # A person's instant messaging client. 5911 "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 5912 "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 5913 "metadata": { # Metadata about a field. # Metadata about the IM client. 5914 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5915 "source": { # The source of a field. # The source of the field. 5916 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5918 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5919 "objectType": "A String", # Output only. The profile object type. 5920 "userTypes": [ # Output only. The user types. 5921 "A String", 5922 ], 5923 }, 5924 "type": "A String", # The source type. 5925 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5926 }, 5927 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5928 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "protocol": "A String", # 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 "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` 5932 "username": "A String", # The user name used in the IM client. 5933 }, 5934 ], 5935 "interests": [ # The person's interests. 5936 { # One of the person's interests. 5937 "metadata": { # Metadata about a field. # Metadata about the interest. 5938 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5939 "source": { # The source of a field. # The source of the field. 5940 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5942 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5943 "objectType": "A String", # Output only. The profile object type. 5944 "userTypes": [ # Output only. The user types. 5945 "A String", 5946 ], 5947 }, 5948 "type": "A String", # The source type. 5949 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5950 }, 5951 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5952 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The interest; for example, `stargazing`. 5955 }, 5956 ], 5957 "locales": [ # The person's locale preferences. 5958 { # A person's locale preference. 5959 "metadata": { # Metadata about a field. # Metadata about the locale. 5960 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5961 "source": { # The source of a field. # The source of the field. 5962 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5964 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5965 "objectType": "A String", # Output only. The profile object type. 5966 "userTypes": [ # Output only. The user types. 5967 "A String", 5968 ], 5969 }, 5970 "type": "A String", # The source type. 5971 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5972 }, 5973 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 5974 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. 5977 }, 5978 ], 5979 "locations": [ # The person's locations. 5980 { # A person's location. 5981 "buildingId": "A String", # The building identifier. 5982 "current": True or False, # Whether the location is the current location. 5983 "deskCode": "A String", # The individual desk location. 5984 "floor": "A String", # The floor name or number. 5985 "floorSection": "A String", # The floor section in `floor_name`. 5986 "metadata": { # Metadata about a field. # Metadata about the location. 5987 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 5988 "source": { # The source of a field. # The source of the field. 5989 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 5991 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 5992 "objectType": "A String", # Output only. The profile object type. 5993 "userTypes": [ # Output only. The user types. 5994 "A String", 5995 ], 5996 }, 5997 "type": "A String", # The source type. 5998 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 5999 }, 6000 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6001 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` 6004 "value": "A String", # The free-form value of the location. 6005 }, 6006 ], 6007 "memberships": [ # The person's group memberships. 6008 { # A person's membership in a group. Only contact group memberships can be modified. 6009 "contactGroupMembership": { # A Google contact group membership. # The contact group membership. 6010 "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. 6011 "contactGroupResourceName": "A String", # 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 "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 6012 }, 6013 "domainMembership": { # A Google Workspace Domain membership. # Output only. The domain membership. 6014 "inViewerDomain": True or False, # True if the person is in the viewer's Google Workspace domain. 6015 }, 6016 "metadata": { # Metadata about a field. # Metadata about the membership. 6017 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6018 "source": { # The source of a field. # The source of the field. 6019 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6021 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6022 "objectType": "A String", # Output only. The profile object type. 6023 "userTypes": [ # Output only. The user types. 6024 "A String", 6025 ], 6026 }, 6027 "type": "A String", # The source type. 6028 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6029 }, 6030 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6031 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "metadata": { # The metadata about a person. # Output only. Metadata about the person. 6036 "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests. 6037 "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. 6038 "A String", 6039 ], 6040 "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. 6041 "previousResourceNames": [ # 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. 6042 "A String", 6043 ], 6044 "sources": [ # The sources of data for the person. 6045 { # The source of a field. 6046 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6048 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6049 "objectType": "A String", # Output only. The profile object type. 6050 "userTypes": [ # Output only. The user types. 6051 "A String", 6052 ], 6053 }, 6054 "type": "A String", # The source type. 6055 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6056 }, 6057 ], 6058 }, 6059 "miscKeywords": [ # The person's miscellaneous keywords. 6060 { # A person's miscellaneous keyword. 6061 "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 6062 "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. 6063 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6064 "source": { # The source of a field. # The source of the field. 6065 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6067 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6068 "objectType": "A String", # Output only. The profile object type. 6069 "userTypes": [ # Output only. The user types. 6070 "A String", 6071 ], 6072 }, 6073 "type": "A String", # The source type. 6074 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6075 }, 6076 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6077 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The miscellaneous keyword type. 6080 "value": "A String", # The value of the miscellaneous keyword. 6081 }, 6082 ], 6083 "names": [ # The person's names. This field is a singleton for contact sources. 6084 { # A person's name. If the name is a mononym, the family name is empty. 6085 "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 6086 "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 6087 "familyName": "A String", # The family name. 6088 "givenName": "A String", # The given name. 6089 "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` 6090 "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` 6091 "metadata": { # Metadata about a field. # Metadata about the name. 6092 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6093 "source": { # The source of a field. # The source of the field. 6094 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6096 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6097 "objectType": "A String", # Output only. The profile object type. 6098 "userTypes": [ # Output only. The user types. 6099 "A String", 6100 ], 6101 }, 6102 "type": "A String", # The source type. 6103 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6104 }, 6105 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6106 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "middleName": "A String", # The middle name(s). 6109 "phoneticFamilyName": "A String", # The family name spelled as it sounds. 6110 "phoneticFullName": "A String", # The full name spelled as it sounds. 6111 "phoneticGivenName": "A String", # The given name spelled as it sounds. 6112 "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. 6113 "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. 6114 "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. 6115 "unstructuredName": "A String", # The free form name value. 6116 }, 6117 ], 6118 "nicknames": [ # The person's nicknames. 6119 { # A person's nickname. 6120 "metadata": { # Metadata about a field. # Metadata about the nickname. 6121 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6122 "source": { # The source of a field. # The source of the field. 6123 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6125 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6126 "objectType": "A String", # Output only. The profile object type. 6127 "userTypes": [ # Output only. The user types. 6128 "A String", 6129 ], 6130 }, 6131 "type": "A String", # The source type. 6132 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6133 }, 6134 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6135 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the nickname. 6138 "value": "A String", # The nickname. 6139 }, 6140 ], 6141 "occupations": [ # The person's occupations. 6142 { # A person's occupation. 6143 "metadata": { # Metadata about a field. # Metadata about the occupation. 6144 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6145 "source": { # The source of a field. # The source of the field. 6146 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6148 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6149 "objectType": "A String", # Output only. The profile object type. 6150 "userTypes": [ # Output only. The user types. 6151 "A String", 6152 ], 6153 }, 6154 "type": "A String", # The source type. 6155 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6156 }, 6157 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6158 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The occupation; for example, `carpenter`. 6161 }, 6162 ], 6163 "organizations": [ # The person's past or current organizations. 6164 { # A person's past or current organization. Overlapping date ranges are permitted. 6165 "costCenter": "A String", # The person's cost center at the organization. 6166 "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. 6167 "department": "A String", # The person's department at the organization. 6168 "domain": "A String", # The domain name associated with the organization; for example, `google.com`. 6169 "endDate": { # 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 "day": 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't significant. 6171 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 6172 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 6173 }, 6174 "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 6175 "fullTimeEquivalentMillipercent": 42, # The person's full-time equivalent millipercent within the organization (100000 = 100%). 6176 "jobDescription": "A String", # The person's job description at the organization. 6177 "location": "A String", # The location of the organization office the person works at. 6178 "metadata": { # Metadata about a field. # Metadata about the organization. 6179 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6180 "source": { # The source of a field. # The source of the field. 6181 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6183 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6184 "objectType": "A String", # Output only. The profile object type. 6185 "userTypes": [ # Output only. The user types. 6186 "A String", 6187 ], 6188 }, 6189 "type": "A String", # The source type. 6190 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6191 }, 6192 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6193 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "name": "A String", # The name of the organization. 6196 "phoneticName": "A String", # The phonetic name of the organization. 6197 "startDate": { # 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 "day": 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't significant. 6199 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 6200 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 6201 }, 6202 "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. 6203 "title": "A String", # The person's job title at the organization. 6204 "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` 6205 }, 6206 ], 6207 "phoneNumbers": [ # The person'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. 6208 { # A person's phone number. 6209 "canonicalForm": "A String", # 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 "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 6211 "metadata": { # Metadata about a field. # Metadata about the phone number. 6212 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6213 "source": { # The source of a field. # The source of the field. 6214 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6216 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6217 "objectType": "A String", # Output only. The profile object type. 6218 "userTypes": [ # Output only. The user types. 6219 "A String", 6220 ], 6221 }, 6222 "type": "A String", # The source type. 6223 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6224 }, 6225 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6226 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The phone number. 6230 }, 6231 ], 6232 "photos": [ # Output only. The person's photos. 6233 { # A person's photo. A picture shown next to the person's name to help others recognize the person. 6234 "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. 6235 "metadata": { # Metadata about a field. # Metadata about the photo. 6236 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6237 "source": { # The source of a field. # The source of the field. 6238 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6240 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6241 "objectType": "A String", # Output only. The profile object type. 6242 "userTypes": [ # Output only. The user types. 6243 "A String", 6244 ], 6245 }, 6246 "type": "A String", # The source type. 6247 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6248 }, 6249 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6250 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # 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 "relations": [ # The person's relations. 6256 { # A person's relation to another person. 6257 "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 6258 "metadata": { # Metadata about a field. # Metadata about the relation. 6259 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6260 "source": { # The source of a field. # The source of the field. 6261 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6263 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6264 "objectType": "A String", # Output only. The profile object type. 6265 "userTypes": [ # Output only. The user types. 6266 "A String", 6267 ], 6268 }, 6269 "type": "A String", # The source type. 6270 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6271 }, 6272 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6273 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "person": "A String", # The name of the other person this relation refers to. 6276 "type": "A String", # The person'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 "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. 6280 { # **DEPRECATED**: No data will be returned A person's relationship interest . 6281 "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 6282 "metadata": { # Metadata about a field. # Metadata about the relationship interest. 6283 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6284 "source": { # The source of a field. # The source of the field. 6285 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6287 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6288 "objectType": "A String", # Output only. The profile object type. 6289 "userTypes": [ # Output only. The user types. 6290 "A String", 6291 ], 6292 }, 6293 "type": "A String", # The source type. 6294 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6295 }, 6296 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6297 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. 6303 { # **DEPRECATED**: No data will be returned A person's relationship status. 6304 "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 6305 "metadata": { # Metadata about a field. # Metadata about the relationship status. 6306 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6307 "source": { # The source of a field. # The source of the field. 6308 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6310 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6311 "objectType": "A String", # Output only. The profile object type. 6312 "userTypes": [ # Output only. The user types. 6313 "A String", 6314 ], 6315 }, 6316 "type": "A String", # The source type. 6317 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6318 }, 6319 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6320 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. 6326 { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. 6327 "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. 6328 "metadata": { # Metadata about a field. # Metadata about the residence. 6329 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6330 "source": { # The source of a field. # The source of the field. 6331 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6333 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6334 "objectType": "A String", # Output only. The profile object type. 6335 "userTypes": [ # Output only. The user types. 6336 "A String", 6337 ], 6338 }, 6339 "type": "A String", # The source type. 6340 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6341 }, 6342 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6343 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The address of the residence. 6346 }, 6347 ], 6348 "resourceName": "A 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}`. 6349 "sipAddresses": [ # The person's SIP addresses. 6350 { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. 6351 "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 6352 "metadata": { # Metadata about a field. # Metadata about the SIP address. 6353 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6354 "source": { # The source of a field. # The source of the field. 6355 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6357 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6358 "objectType": "A String", # Output only. The profile object type. 6359 "userTypes": [ # Output only. The user types. 6360 "A String", 6361 ], 6362 }, 6363 "type": "A String", # The source type. 6364 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6365 }, 6366 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6367 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other` 6370 "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. 6371 }, 6372 ], 6373 "skills": [ # The person's skills. 6374 { # A skill that the person has. 6375 "metadata": { # Metadata about a field. # Metadata about the skill. 6376 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6377 "source": { # The source of a field. # The source of the field. 6378 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6380 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6381 "objectType": "A String", # Output only. The profile object type. 6382 "userTypes": [ # Output only. The user types. 6383 "A String", 6384 ], 6385 }, 6386 "type": "A String", # The source type. 6387 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6388 }, 6389 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6390 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The skill; for example, `underwater basket weaving`. 6393 }, 6394 ], 6395 "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. 6396 { # **DEPRECATED**: No data will be returned A brief one-line description of the person. 6397 "metadata": { # Metadata about a field. # Metadata about the tagline. 6398 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6399 "source": { # The source of a field. # The source of the field. 6400 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6402 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6403 "objectType": "A String", # Output only. The profile object type. 6404 "userTypes": [ # Output only. The user types. 6405 "A String", 6406 ], 6407 }, 6408 "type": "A String", # The source type. 6409 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6410 }, 6411 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6412 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The tagline. 6415 }, 6416 ], 6417 "urls": [ # The person's associated URLs. 6418 { # A person's associated URLs. 6419 "formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 6420 "metadata": { # Metadata about a field. # Metadata about the URL. 6421 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6422 "source": { # The source of a field. # The source of the field. 6423 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6425 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6426 "objectType": "A String", # Output only. The profile object type. 6427 "userTypes": [ # Output only. The user types. 6428 "A String", 6429 ], 6430 }, 6431 "type": "A String", # The source type. 6432 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6433 }, 6434 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6435 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The URL. 6439 }, 6440 ], 6441 "userDefined": [ # The person's user defined data. 6442 { # Arbitrary user data that is populated by the end users. 6443 "key": "A String", # The end user specified key of the user defined data. 6444 "metadata": { # Metadata about a field. # Metadata about the user defined data. 6445 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6446 "source": { # The source of a field. # The source of the field. 6447 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6449 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6450 "objectType": "A String", # Output only. The profile object type. 6451 "userTypes": [ # Output only. The user types. 6452 "A String", 6453 ], 6454 }, 6455 "type": "A String", # The source type. 6456 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6457 }, 6458 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6459 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The end user specified value of the user defined data. 6462 }, 6463 ], 6464 }, 6465}</pre> 6466</div> 6467 6468<div class="method"> 6469 <code class="details" id="get">get(resourceName, personFields=None, requestMask_includeField=None, sources=None, x__xgafv=None)</code> 6470 <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 'personFields' is not specified. 6471 6472Args: 6473 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) 6474 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 6475 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`. 6476 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) 6477 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. 6482 x__xgafv: string, V1 error format. 6483 Allowed values 6484 1 - v1 error format 6485 2 - v2 error format 6486 6487Returns: 6488 An object of the form: 6489 6490 { # Information about a person merged from various data sources such as the authenticated user'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. 6491 "addresses": [ # The person's street addresses. 6492 { # A person's physical address. May be a P.O. box or street address. All fields are optional. 6493 "city": "A String", # The city of the address. 6494 "country": "A String", # The country of the address. 6495 "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. 6496 "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. 6497 "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 6498 "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values. 6499 "metadata": { # Metadata about a field. # Metadata about the address. 6500 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6501 "source": { # The source of a field. # The source of the field. 6502 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6504 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6505 "objectType": "A String", # Output only. The profile object type. 6506 "userTypes": [ # Output only. The user types. 6507 "A String", 6508 ], 6509 }, 6510 "type": "A String", # The source type. 6511 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6512 }, 6513 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6514 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "poBox": "A String", # The P.O. box of the address. 6517 "postalCode": "A String", # The postal code of the address. 6518 "region": "A String", # The region of the address; for example, the state or province. 6519 "streetAddress": "A String", # The street address. 6520 "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 6521 }, 6522 ], 6523 "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. 6524 "ageRanges": [ # Output only. The person's age ranges. 6525 { # A person's age range. 6526 "ageRange": "A String", # The age range. 6527 "metadata": { # Metadata about a field. # Metadata about the age range. 6528 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6529 "source": { # The source of a field. # The source of the field. 6530 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6532 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6533 "objectType": "A String", # Output only. The profile object type. 6534 "userTypes": [ # Output only. The user types. 6535 "A String", 6536 ], 6537 }, 6538 "type": "A String", # The source type. 6539 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6540 }, 6541 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6542 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "biographies": [ # The person's biographies. This field is a singleton for contact sources. 6547 { # A person's short biography. 6548 "contentType": "A String", # The content type of the biography. 6549 "metadata": { # Metadata about a field. # Metadata about the biography. 6550 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6551 "source": { # The source of a field. # The source of the field. 6552 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6554 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6555 "objectType": "A String", # Output only. The profile object type. 6556 "userTypes": [ # Output only. The user types. 6557 "A String", 6558 ], 6559 }, 6560 "type": "A String", # The source type. 6561 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6562 }, 6563 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6564 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The short biography. 6567 }, 6568 ], 6569 "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. 6570 { # A person'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 "date": { # 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 "day": 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't significant. 6573 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 6574 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 6575 }, 6576 "metadata": { # Metadata about a field. # Metadata about the birthday. 6577 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6578 "source": { # The source of a field. # The source of the field. 6579 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6581 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6582 "objectType": "A String", # Output only. The profile object type. 6583 "userTypes": [ # Output only. The user types. 6584 "A String", 6585 ], 6586 }, 6587 "type": "A String", # The source type. 6588 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6589 }, 6590 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6591 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "text": "A String", # A free-form string representing the user's birthday. 6594 }, 6595 ], 6596 "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. 6597 { # **DEPRECATED**: No data will be returned A person's bragging rights. 6598 "metadata": { # Metadata about a field. # Metadata about the bragging rights. 6599 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6600 "source": { # The source of a field. # The source of the field. 6601 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6603 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6604 "objectType": "A String", # Output only. The profile object type. 6605 "userTypes": [ # Output only. The user types. 6606 "A String", 6607 ], 6608 }, 6609 "type": "A String", # The source type. 6610 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6611 }, 6612 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6613 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The bragging rights; for example, `climbed mount everest`. 6616 }, 6617 ], 6618 "calendarUrls": [ # The person's calendar URLs. 6619 { # A person's calendar URL. 6620 "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 6621 "metadata": { # Metadata about a field. # Metadata about the calendar URL. 6622 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6623 "source": { # The source of a field. # The source of the field. 6624 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6626 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6627 "objectType": "A String", # Output only. The profile object type. 6628 "userTypes": [ # Output only. The user types. 6629 "A String", 6630 ], 6631 }, 6632 "type": "A String", # The source type. 6633 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6634 }, 6635 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6636 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` 6639 "url": "A String", # The calendar URL. 6640 }, 6641 ], 6642 "clientData": [ # The person's client data. 6643 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. 6644 "key": "A String", # The client specified key of the client data. 6645 "metadata": { # Metadata about a field. # Metadata about the client data. 6646 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6647 "source": { # The source of a field. # The source of the field. 6648 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6650 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6651 "objectType": "A String", # Output only. The profile object type. 6652 "userTypes": [ # Output only. The user types. 6653 "A String", 6654 ], 6655 }, 6656 "type": "A String", # The source type. 6657 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6658 }, 6659 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6660 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The client specified value of the client data. 6663 }, 6664 ], 6665 "coverPhotos": [ # Output only. The person's cover photos. 6666 { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about. 6667 "default": 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 "metadata": { # Metadata about a field. # Metadata about the cover photo. 6669 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6670 "source": { # The source of a field. # The source of the field. 6671 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6673 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6674 "objectType": "A String", # Output only. The profile object type. 6675 "userTypes": [ # Output only. The user types. 6676 "A String", 6677 ], 6678 }, 6679 "type": "A String", # The source type. 6680 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6681 }, 6682 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6683 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # The URL of the cover photo. 6686 }, 6687 ], 6688 "emailAddresses": [ # The person'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. 6689 { # A person's email address. 6690 "displayName": "A String", # The display name of the email. 6691 "formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 6692 "metadata": { # Metadata about a field. # Metadata about the email address. 6693 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6694 "source": { # The source of a field. # The source of the field. 6695 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6697 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6698 "objectType": "A String", # Output only. The profile object type. 6699 "userTypes": [ # Output only. The user types. 6700 "A String", 6701 ], 6702 }, 6703 "type": "A String", # The source type. 6704 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6705 }, 6706 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6707 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 6710 "value": "A String", # The email address. 6711 }, 6712 ], 6713 "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. 6714 "events": [ # The person's events. 6715 { # An event related to the person. 6716 "date": { # 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 "day": 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't significant. 6718 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 6719 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 6720 }, 6721 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 6722 "metadata": { # Metadata about a field. # Metadata about the event. 6723 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6724 "source": { # The source of a field. # The source of the field. 6725 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6727 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6728 "objectType": "A String", # Output only. The profile object type. 6729 "userTypes": [ # Output only. The user types. 6730 "A String", 6731 ], 6732 }, 6733 "type": "A String", # The source type. 6734 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6735 }, 6736 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6737 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` 6740 }, 6741 ], 6742 "externalIds": [ # The person's external IDs. 6743 { # An identifier from an external entity related to the person. 6744 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 6745 "metadata": { # Metadata about a field. # Metadata about the external ID. 6746 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6747 "source": { # The source of a field. # The source of the field. 6748 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6750 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6751 "objectType": "A String", # Output only. The profile object type. 6752 "userTypes": [ # Output only. The user types. 6753 "A String", 6754 ], 6755 }, 6756 "type": "A String", # The source type. 6757 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6758 }, 6759 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6760 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization` 6763 "value": "A String", # The value of the external ID. 6764 }, 6765 ], 6766 "fileAses": [ # The person's file-ases. 6767 { # The name that should be used to sort the person in a list. 6768 "metadata": { # Metadata about a field. # Metadata about the file-as. 6769 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6770 "source": { # The source of a field. # The source of the field. 6771 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6773 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6774 "objectType": "A String", # Output only. The profile object type. 6775 "userTypes": [ # Output only. The user types. 6776 "A String", 6777 ], 6778 }, 6779 "type": "A String", # The source type. 6780 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6781 }, 6782 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6783 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The file-as value 6786 }, 6787 ], 6788 "genders": [ # The person's genders. This field is a singleton for contact sources. 6789 { # A person's gender. 6790 "addressMeAs": "A String", # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them` 6791 "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized. 6792 "metadata": { # Metadata about a field. # Metadata about the gender. 6793 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6794 "source": { # The source of a field. # The source of the field. 6795 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6797 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6798 "objectType": "A String", # Output only. The profile object type. 6799 "userTypes": [ # Output only. The user types. 6800 "A String", 6801 ], 6802 }, 6803 "type": "A String", # The source type. 6804 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6805 }, 6806 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6807 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` 6810 }, 6811 ], 6812 "imClients": [ # The person's instant messaging clients. 6813 { # A person's instant messaging client. 6814 "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 6815 "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 6816 "metadata": { # Metadata about a field. # Metadata about the IM client. 6817 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6818 "source": { # The source of a field. # The source of the field. 6819 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6821 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6822 "objectType": "A String", # Output only. The profile object type. 6823 "userTypes": [ # Output only. The user types. 6824 "A String", 6825 ], 6826 }, 6827 "type": "A String", # The source type. 6828 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6829 }, 6830 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6831 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "protocol": "A String", # 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 "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` 6835 "username": "A String", # The user name used in the IM client. 6836 }, 6837 ], 6838 "interests": [ # The person's interests. 6839 { # One of the person's interests. 6840 "metadata": { # Metadata about a field. # Metadata about the interest. 6841 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6842 "source": { # The source of a field. # The source of the field. 6843 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6845 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6846 "objectType": "A String", # Output only. The profile object type. 6847 "userTypes": [ # Output only. The user types. 6848 "A String", 6849 ], 6850 }, 6851 "type": "A String", # The source type. 6852 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6853 }, 6854 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6855 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The interest; for example, `stargazing`. 6858 }, 6859 ], 6860 "locales": [ # The person's locale preferences. 6861 { # A person's locale preference. 6862 "metadata": { # Metadata about a field. # Metadata about the locale. 6863 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6864 "source": { # The source of a field. # The source of the field. 6865 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6867 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6868 "objectType": "A String", # Output only. The profile object type. 6869 "userTypes": [ # Output only. The user types. 6870 "A String", 6871 ], 6872 }, 6873 "type": "A String", # The source type. 6874 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6875 }, 6876 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6877 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. 6880 }, 6881 ], 6882 "locations": [ # The person's locations. 6883 { # A person's location. 6884 "buildingId": "A String", # The building identifier. 6885 "current": True or False, # Whether the location is the current location. 6886 "deskCode": "A String", # The individual desk location. 6887 "floor": "A String", # The floor name or number. 6888 "floorSection": "A String", # The floor section in `floor_name`. 6889 "metadata": { # Metadata about a field. # Metadata about the location. 6890 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6891 "source": { # The source of a field. # The source of the field. 6892 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6894 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6895 "objectType": "A String", # Output only. The profile object type. 6896 "userTypes": [ # Output only. The user types. 6897 "A String", 6898 ], 6899 }, 6900 "type": "A String", # The source type. 6901 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6902 }, 6903 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6904 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` 6907 "value": "A String", # The free-form value of the location. 6908 }, 6909 ], 6910 "memberships": [ # The person's group memberships. 6911 { # A person's membership in a group. Only contact group memberships can be modified. 6912 "contactGroupMembership": { # A Google contact group membership. # The contact group membership. 6913 "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. 6914 "contactGroupResourceName": "A String", # 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 "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 6915 }, 6916 "domainMembership": { # A Google Workspace Domain membership. # Output only. The domain membership. 6917 "inViewerDomain": True or False, # True if the person is in the viewer's Google Workspace domain. 6918 }, 6919 "metadata": { # Metadata about a field. # Metadata about the membership. 6920 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6921 "source": { # The source of a field. # The source of the field. 6922 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6924 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6925 "objectType": "A String", # Output only. The profile object type. 6926 "userTypes": [ # Output only. The user types. 6927 "A String", 6928 ], 6929 }, 6930 "type": "A String", # The source type. 6931 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6932 }, 6933 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6934 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "metadata": { # The metadata about a person. # Output only. Metadata about the person. 6939 "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests. 6940 "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. 6941 "A String", 6942 ], 6943 "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. 6944 "previousResourceNames": [ # 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. 6945 "A String", 6946 ], 6947 "sources": [ # The sources of data for the person. 6948 { # The source of a field. 6949 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6951 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6952 "objectType": "A String", # Output only. The profile object type. 6953 "userTypes": [ # Output only. The user types. 6954 "A String", 6955 ], 6956 }, 6957 "type": "A String", # The source type. 6958 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6959 }, 6960 ], 6961 }, 6962 "miscKeywords": [ # The person's miscellaneous keywords. 6963 { # A person's miscellaneous keyword. 6964 "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 6965 "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. 6966 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6967 "source": { # The source of a field. # The source of the field. 6968 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6970 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 6971 "objectType": "A String", # Output only. The profile object type. 6972 "userTypes": [ # Output only. The user types. 6973 "A String", 6974 ], 6975 }, 6976 "type": "A String", # The source type. 6977 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 6978 }, 6979 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 6980 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 6981 }, 6982 "type": "A String", # The miscellaneous keyword type. 6983 "value": "A String", # The value of the miscellaneous keyword. 6984 }, 6985 ], 6986 "names": [ # The person's names. This field is a singleton for contact sources. 6987 { # A person's name. If the name is a mononym, the family name is empty. 6988 "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 6989 "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 6990 "familyName": "A String", # The family name. 6991 "givenName": "A String", # The given name. 6992 "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` 6993 "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` 6994 "metadata": { # Metadata about a field. # Metadata about the name. 6995 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 6996 "source": { # The source of a field. # The source of the field. 6997 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 6999 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7000 "objectType": "A String", # Output only. The profile object type. 7001 "userTypes": [ # Output only. The user types. 7002 "A String", 7003 ], 7004 }, 7005 "type": "A String", # The source type. 7006 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7007 }, 7008 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7009 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7010 }, 7011 "middleName": "A String", # The middle name(s). 7012 "phoneticFamilyName": "A String", # The family name spelled as it sounds. 7013 "phoneticFullName": "A String", # The full name spelled as it sounds. 7014 "phoneticGivenName": "A String", # The given name spelled as it sounds. 7015 "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. 7016 "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. 7017 "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. 7018 "unstructuredName": "A String", # The free form name value. 7019 }, 7020 ], 7021 "nicknames": [ # The person's nicknames. 7022 { # A person's nickname. 7023 "metadata": { # Metadata about a field. # Metadata about the nickname. 7024 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7025 "source": { # The source of a field. # The source of the field. 7026 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7028 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7029 "objectType": "A String", # Output only. The profile object type. 7030 "userTypes": [ # Output only. The user types. 7031 "A String", 7032 ], 7033 }, 7034 "type": "A String", # The source type. 7035 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7036 }, 7037 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7038 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7039 }, 7040 "type": "A String", # The type of the nickname. 7041 "value": "A String", # The nickname. 7042 }, 7043 ], 7044 "occupations": [ # The person's occupations. 7045 { # A person's occupation. 7046 "metadata": { # Metadata about a field. # Metadata about the occupation. 7047 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7048 "source": { # The source of a field. # The source of the field. 7049 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7051 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7052 "objectType": "A String", # Output only. The profile object type. 7053 "userTypes": [ # Output only. The user types. 7054 "A String", 7055 ], 7056 }, 7057 "type": "A String", # The source type. 7058 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7059 }, 7060 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7061 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7062 }, 7063 "value": "A String", # The occupation; for example, `carpenter`. 7064 }, 7065 ], 7066 "organizations": [ # The person's past or current organizations. 7067 { # A person's past or current organization. Overlapping date ranges are permitted. 7068 "costCenter": "A String", # The person's cost center at the organization. 7069 "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. 7070 "department": "A String", # The person's department at the organization. 7071 "domain": "A String", # The domain name associated with the organization; for example, `google.com`. 7072 "endDate": { # 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 "day": 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't significant. 7074 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 7075 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 7076 }, 7077 "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 7078 "fullTimeEquivalentMillipercent": 42, # The person's full-time equivalent millipercent within the organization (100000 = 100%). 7079 "jobDescription": "A String", # The person's job description at the organization. 7080 "location": "A String", # The location of the organization office the person works at. 7081 "metadata": { # Metadata about a field. # Metadata about the organization. 7082 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7083 "source": { # The source of a field. # The source of the field. 7084 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7086 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7087 "objectType": "A String", # Output only. The profile object type. 7088 "userTypes": [ # Output only. The user types. 7089 "A String", 7090 ], 7091 }, 7092 "type": "A String", # The source type. 7093 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7094 }, 7095 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7096 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7097 }, 7098 "name": "A String", # The name of the organization. 7099 "phoneticName": "A String", # The phonetic name of the organization. 7100 "startDate": { # 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 "day": 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't significant. 7102 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 7103 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 7104 }, 7105 "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. 7106 "title": "A String", # The person's job title at the organization. 7107 "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` 7108 }, 7109 ], 7110 "phoneNumbers": [ # The person'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. 7111 { # A person's phone number. 7112 "canonicalForm": "A String", # 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 "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 7114 "metadata": { # Metadata about a field. # Metadata about the phone number. 7115 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7116 "source": { # The source of a field. # The source of the field. 7117 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7119 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7120 "objectType": "A String", # Output only. The profile object type. 7121 "userTypes": [ # Output only. The user types. 7122 "A String", 7123 ], 7124 }, 7125 "type": "A String", # The source type. 7126 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7127 }, 7128 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7129 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7130 }, 7131 "type": "A String", # 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 "value": "A String", # The phone number. 7133 }, 7134 ], 7135 "photos": [ # Output only. The person's photos. 7136 { # A person's photo. A picture shown next to the person's name to help others recognize the person. 7137 "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. 7138 "metadata": { # Metadata about a field. # Metadata about the photo. 7139 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7140 "source": { # The source of a field. # The source of the field. 7141 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7143 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7144 "objectType": "A String", # Output only. The profile object type. 7145 "userTypes": [ # Output only. The user types. 7146 "A String", 7147 ], 7148 }, 7149 "type": "A String", # The source type. 7150 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7151 }, 7152 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7153 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7154 }, 7155 "url": "A String", # 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 "relations": [ # The person's relations. 7159 { # A person's relation to another person. 7160 "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 7161 "metadata": { # Metadata about a field. # Metadata about the relation. 7162 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7163 "source": { # The source of a field. # The source of the field. 7164 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7166 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7167 "objectType": "A String", # Output only. The profile object type. 7168 "userTypes": [ # Output only. The user types. 7169 "A String", 7170 ], 7171 }, 7172 "type": "A String", # The source type. 7173 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7174 }, 7175 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7176 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7177 }, 7178 "person": "A String", # The name of the other person this relation refers to. 7179 "type": "A String", # The person'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 "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. 7183 { # **DEPRECATED**: No data will be returned A person's relationship interest . 7184 "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 7185 "metadata": { # Metadata about a field. # Metadata about the relationship interest. 7186 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7187 "source": { # The source of a field. # The source of the field. 7188 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7190 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7191 "objectType": "A String", # Output only. The profile object type. 7192 "userTypes": [ # Output only. The user types. 7193 "A String", 7194 ], 7195 }, 7196 "type": "A String", # The source type. 7197 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7198 }, 7199 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7200 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7201 }, 7202 "value": "A String", # 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 "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. 7206 { # **DEPRECATED**: No data will be returned A person's relationship status. 7207 "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 7208 "metadata": { # Metadata about a field. # Metadata about the relationship status. 7209 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7210 "source": { # The source of a field. # The source of the field. 7211 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7213 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7214 "objectType": "A String", # Output only. The profile object type. 7215 "userTypes": [ # Output only. The user types. 7216 "A String", 7217 ], 7218 }, 7219 "type": "A String", # The source type. 7220 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7221 }, 7222 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7223 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7224 }, 7225 "value": "A String", # 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 "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. 7229 { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. 7230 "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. 7231 "metadata": { # Metadata about a field. # Metadata about the residence. 7232 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7233 "source": { # The source of a field. # The source of the field. 7234 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7236 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7237 "objectType": "A String", # Output only. The profile object type. 7238 "userTypes": [ # Output only. The user types. 7239 "A String", 7240 ], 7241 }, 7242 "type": "A String", # The source type. 7243 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7244 }, 7245 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7246 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7247 }, 7248 "value": "A String", # The address of the residence. 7249 }, 7250 ], 7251 "resourceName": "A 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}`. 7252 "sipAddresses": [ # The person's SIP addresses. 7253 { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. 7254 "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 7255 "metadata": { # Metadata about a field. # Metadata about the SIP address. 7256 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7257 "source": { # The source of a field. # The source of the field. 7258 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7260 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7261 "objectType": "A String", # Output only. The profile object type. 7262 "userTypes": [ # Output only. The user types. 7263 "A String", 7264 ], 7265 }, 7266 "type": "A String", # The source type. 7267 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7268 }, 7269 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7270 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7271 }, 7272 "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other` 7273 "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. 7274 }, 7275 ], 7276 "skills": [ # The person's skills. 7277 { # A skill that the person has. 7278 "metadata": { # Metadata about a field. # Metadata about the skill. 7279 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7280 "source": { # The source of a field. # The source of the field. 7281 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7283 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7284 "objectType": "A String", # Output only. The profile object type. 7285 "userTypes": [ # Output only. The user types. 7286 "A String", 7287 ], 7288 }, 7289 "type": "A String", # The source type. 7290 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7291 }, 7292 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7293 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7294 }, 7295 "value": "A String", # The skill; for example, `underwater basket weaving`. 7296 }, 7297 ], 7298 "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. 7299 { # **DEPRECATED**: No data will be returned A brief one-line description of the person. 7300 "metadata": { # Metadata about a field. # Metadata about the tagline. 7301 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7302 "source": { # The source of a field. # The source of the field. 7303 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7305 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7306 "objectType": "A String", # Output only. The profile object type. 7307 "userTypes": [ # Output only. The user types. 7308 "A String", 7309 ], 7310 }, 7311 "type": "A String", # The source type. 7312 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7313 }, 7314 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7315 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7316 }, 7317 "value": "A String", # The tagline. 7318 }, 7319 ], 7320 "urls": [ # The person's associated URLs. 7321 { # A person's associated URLs. 7322 "formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 7323 "metadata": { # Metadata about a field. # Metadata about the URL. 7324 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7325 "source": { # The source of a field. # The source of the field. 7326 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7328 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7329 "objectType": "A String", # Output only. The profile object type. 7330 "userTypes": [ # Output only. The user types. 7331 "A String", 7332 ], 7333 }, 7334 "type": "A String", # The source type. 7335 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7336 }, 7337 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7338 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The URL. 7342 }, 7343 ], 7344 "userDefined": [ # The person's user defined data. 7345 { # Arbitrary user data that is populated by the end users. 7346 "key": "A String", # The end user specified key of the user defined data. 7347 "metadata": { # Metadata about a field. # Metadata about the user defined data. 7348 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7349 "source": { # The source of a field. # The source of the field. 7350 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7352 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7353 "objectType": "A String", # Output only. The profile object type. 7354 "userTypes": [ # Output only. The user types. 7355 "A String", 7356 ], 7357 }, 7358 "type": "A String", # The source type. 7359 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7360 }, 7361 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7362 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The end user specified value of the user defined data. 7365 }, 7366 ], 7367}</pre> 7368</div> 7369 7370<div class="method"> 7371 <code class="details" id="getBatchGet">getBatchGet(personFields=None, requestMask_includeField=None, resourceNames=None, sources=None, x__xgafv=None)</code> 7372 <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 'personFields' is not specified. 7373 7374Args: 7375 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 7376 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`. 7377 resourceNames: string, Required. The resource names of the people to provide information about. It's repeatable. The URL query parameter should be resourceNames=<name1>&resourceNames=<name2>&... - 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) 7378 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) 7379 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. 7384 x__xgafv: string, V1 error format. 7385 Allowed values 7386 1 - v1 error format 7387 2 - v2 error format 7388 7389Returns: 7390 An object of the form: 7391 7392 { # The response to a get request for a list of people by resource name. 7393 "responses": [ # The response for each requested resource name. 7394 { # The response for a single person 7395 "httpStatusCode": 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html). 7396 "person": { # Information about a person merged from various data sources such as the authenticated user'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 "addresses": [ # The person's street addresses. 7398 { # A person's physical address. May be a P.O. box or street address. All fields are optional. 7399 "city": "A String", # The city of the address. 7400 "country": "A String", # The country of the address. 7401 "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. 7402 "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. 7403 "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 7404 "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values. 7405 "metadata": { # Metadata about a field. # Metadata about the address. 7406 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7407 "source": { # The source of a field. # The source of the field. 7408 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7410 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7411 "objectType": "A String", # Output only. The profile object type. 7412 "userTypes": [ # Output only. The user types. 7413 "A String", 7414 ], 7415 }, 7416 "type": "A String", # The source type. 7417 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7418 }, 7419 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7420 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "poBox": "A String", # The P.O. box of the address. 7423 "postalCode": "A String", # The postal code of the address. 7424 "region": "A String", # The region of the address; for example, the state or province. 7425 "streetAddress": "A String", # The street address. 7426 "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 7427 }, 7428 ], 7429 "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. 7430 "ageRanges": [ # Output only. The person's age ranges. 7431 { # A person's age range. 7432 "ageRange": "A String", # The age range. 7433 "metadata": { # Metadata about a field. # Metadata about the age range. 7434 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7435 "source": { # The source of a field. # The source of the field. 7436 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7438 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7439 "objectType": "A String", # Output only. The profile object type. 7440 "userTypes": [ # Output only. The user types. 7441 "A String", 7442 ], 7443 }, 7444 "type": "A String", # The source type. 7445 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7446 }, 7447 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7448 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7449 }, 7450 }, 7451 ], 7452 "biographies": [ # The person's biographies. This field is a singleton for contact sources. 7453 { # A person's short biography. 7454 "contentType": "A String", # The content type of the biography. 7455 "metadata": { # Metadata about a field. # Metadata about the biography. 7456 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7457 "source": { # The source of a field. # The source of the field. 7458 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7460 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7461 "objectType": "A String", # Output only. The profile object type. 7462 "userTypes": [ # Output only. The user types. 7463 "A String", 7464 ], 7465 }, 7466 "type": "A String", # The source type. 7467 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7468 }, 7469 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7470 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7471 }, 7472 "value": "A String", # The short biography. 7473 }, 7474 ], 7475 "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. 7476 { # A person'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 "date": { # 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 "day": 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't significant. 7479 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 7480 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 7481 }, 7482 "metadata": { # Metadata about a field. # Metadata about the birthday. 7483 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7484 "source": { # The source of a field. # The source of the field. 7485 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7487 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7488 "objectType": "A String", # Output only. The profile object type. 7489 "userTypes": [ # Output only. The user types. 7490 "A String", 7491 ], 7492 }, 7493 "type": "A String", # The source type. 7494 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7495 }, 7496 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7497 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7498 }, 7499 "text": "A String", # A free-form string representing the user's birthday. 7500 }, 7501 ], 7502 "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. 7503 { # **DEPRECATED**: No data will be returned A person's bragging rights. 7504 "metadata": { # Metadata about a field. # Metadata about the bragging rights. 7505 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7506 "source": { # The source of a field. # The source of the field. 7507 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7509 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7510 "objectType": "A String", # Output only. The profile object type. 7511 "userTypes": [ # Output only. The user types. 7512 "A String", 7513 ], 7514 }, 7515 "type": "A String", # The source type. 7516 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7517 }, 7518 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7519 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7520 }, 7521 "value": "A String", # The bragging rights; for example, `climbed mount everest`. 7522 }, 7523 ], 7524 "calendarUrls": [ # The person's calendar URLs. 7525 { # A person's calendar URL. 7526 "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 7527 "metadata": { # Metadata about a field. # Metadata about the calendar URL. 7528 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7529 "source": { # The source of a field. # The source of the field. 7530 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7532 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7533 "objectType": "A String", # Output only. The profile object type. 7534 "userTypes": [ # Output only. The user types. 7535 "A String", 7536 ], 7537 }, 7538 "type": "A String", # The source type. 7539 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7540 }, 7541 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7542 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7543 }, 7544 "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` 7545 "url": "A String", # The calendar URL. 7546 }, 7547 ], 7548 "clientData": [ # The person's client data. 7549 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. 7550 "key": "A String", # The client specified key of the client data. 7551 "metadata": { # Metadata about a field. # Metadata about the client data. 7552 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7553 "source": { # The source of a field. # The source of the field. 7554 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7556 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7557 "objectType": "A String", # Output only. The profile object type. 7558 "userTypes": [ # Output only. The user types. 7559 "A String", 7560 ], 7561 }, 7562 "type": "A String", # The source type. 7563 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7564 }, 7565 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7566 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7567 }, 7568 "value": "A String", # The client specified value of the client data. 7569 }, 7570 ], 7571 "coverPhotos": [ # Output only. The person's cover photos. 7572 { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about. 7573 "default": 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 "metadata": { # Metadata about a field. # Metadata about the cover photo. 7575 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7576 "source": { # The source of a field. # The source of the field. 7577 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7579 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7580 "objectType": "A String", # Output only. The profile object type. 7581 "userTypes": [ # Output only. The user types. 7582 "A String", 7583 ], 7584 }, 7585 "type": "A String", # The source type. 7586 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7587 }, 7588 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7589 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7590 }, 7591 "url": "A String", # The URL of the cover photo. 7592 }, 7593 ], 7594 "emailAddresses": [ # The person'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. 7595 { # A person's email address. 7596 "displayName": "A String", # The display name of the email. 7597 "formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 7598 "metadata": { # Metadata about a field. # Metadata about the email address. 7599 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7600 "source": { # The source of a field. # The source of the field. 7601 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7603 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7604 "objectType": "A String", # Output only. The profile object type. 7605 "userTypes": [ # Output only. The user types. 7606 "A String", 7607 ], 7608 }, 7609 "type": "A String", # The source type. 7610 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7611 }, 7612 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7613 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7614 }, 7615 "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 7616 "value": "A String", # The email address. 7617 }, 7618 ], 7619 "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. 7620 "events": [ # The person's events. 7621 { # An event related to the person. 7622 "date": { # 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 "day": 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't significant. 7624 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 7625 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 7626 }, 7627 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 7628 "metadata": { # Metadata about a field. # Metadata about the event. 7629 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7630 "source": { # The source of a field. # The source of the field. 7631 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7633 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7634 "objectType": "A String", # Output only. The profile object type. 7635 "userTypes": [ # Output only. The user types. 7636 "A String", 7637 ], 7638 }, 7639 "type": "A String", # The source type. 7640 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7641 }, 7642 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7643 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7644 }, 7645 "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` 7646 }, 7647 ], 7648 "externalIds": [ # The person's external IDs. 7649 { # An identifier from an external entity related to the person. 7650 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 7651 "metadata": { # Metadata about a field. # Metadata about the external ID. 7652 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7653 "source": { # The source of a field. # The source of the field. 7654 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7656 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7657 "objectType": "A String", # Output only. The profile object type. 7658 "userTypes": [ # Output only. The user types. 7659 "A String", 7660 ], 7661 }, 7662 "type": "A String", # The source type. 7663 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7664 }, 7665 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7666 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7667 }, 7668 "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization` 7669 "value": "A String", # The value of the external ID. 7670 }, 7671 ], 7672 "fileAses": [ # The person's file-ases. 7673 { # The name that should be used to sort the person in a list. 7674 "metadata": { # Metadata about a field. # Metadata about the file-as. 7675 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7676 "source": { # The source of a field. # The source of the field. 7677 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7679 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7680 "objectType": "A String", # Output only. The profile object type. 7681 "userTypes": [ # Output only. The user types. 7682 "A String", 7683 ], 7684 }, 7685 "type": "A String", # The source type. 7686 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7687 }, 7688 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7689 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7690 }, 7691 "value": "A String", # The file-as value 7692 }, 7693 ], 7694 "genders": [ # The person's genders. This field is a singleton for contact sources. 7695 { # A person's gender. 7696 "addressMeAs": "A String", # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them` 7697 "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized. 7698 "metadata": { # Metadata about a field. # Metadata about the gender. 7699 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7700 "source": { # The source of a field. # The source of the field. 7701 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7703 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7704 "objectType": "A String", # Output only. The profile object type. 7705 "userTypes": [ # Output only. The user types. 7706 "A String", 7707 ], 7708 }, 7709 "type": "A String", # The source type. 7710 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7711 }, 7712 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7713 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7714 }, 7715 "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` 7716 }, 7717 ], 7718 "imClients": [ # The person's instant messaging clients. 7719 { # A person's instant messaging client. 7720 "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 7721 "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 7722 "metadata": { # Metadata about a field. # Metadata about the IM client. 7723 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7724 "source": { # The source of a field. # The source of the field. 7725 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7727 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7728 "objectType": "A String", # Output only. The profile object type. 7729 "userTypes": [ # Output only. The user types. 7730 "A String", 7731 ], 7732 }, 7733 "type": "A String", # The source type. 7734 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7735 }, 7736 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7737 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "protocol": "A String", # 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 "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` 7741 "username": "A String", # The user name used in the IM client. 7742 }, 7743 ], 7744 "interests": [ # The person's interests. 7745 { # One of the person's interests. 7746 "metadata": { # Metadata about a field. # Metadata about the interest. 7747 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7748 "source": { # The source of a field. # The source of the field. 7749 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7751 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7752 "objectType": "A String", # Output only. The profile object type. 7753 "userTypes": [ # Output only. The user types. 7754 "A String", 7755 ], 7756 }, 7757 "type": "A String", # The source type. 7758 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7759 }, 7760 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7761 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The interest; for example, `stargazing`. 7764 }, 7765 ], 7766 "locales": [ # The person's locale preferences. 7767 { # A person's locale preference. 7768 "metadata": { # Metadata about a field. # Metadata about the locale. 7769 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7770 "source": { # The source of a field. # The source of the field. 7771 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7773 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7774 "objectType": "A String", # Output only. The profile object type. 7775 "userTypes": [ # Output only. The user types. 7776 "A String", 7777 ], 7778 }, 7779 "type": "A String", # The source type. 7780 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7781 }, 7782 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7783 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. 7786 }, 7787 ], 7788 "locations": [ # The person's locations. 7789 { # A person's location. 7790 "buildingId": "A String", # The building identifier. 7791 "current": True or False, # Whether the location is the current location. 7792 "deskCode": "A String", # The individual desk location. 7793 "floor": "A String", # The floor name or number. 7794 "floorSection": "A String", # The floor section in `floor_name`. 7795 "metadata": { # Metadata about a field. # Metadata about the location. 7796 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7797 "source": { # The source of a field. # The source of the field. 7798 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7800 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7801 "objectType": "A String", # Output only. The profile object type. 7802 "userTypes": [ # Output only. The user types. 7803 "A String", 7804 ], 7805 }, 7806 "type": "A String", # The source type. 7807 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7808 }, 7809 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7810 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` 7813 "value": "A String", # The free-form value of the location. 7814 }, 7815 ], 7816 "memberships": [ # The person's group memberships. 7817 { # A person's membership in a group. Only contact group memberships can be modified. 7818 "contactGroupMembership": { # A Google contact group membership. # The contact group membership. 7819 "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. 7820 "contactGroupResourceName": "A String", # 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 "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 7821 }, 7822 "domainMembership": { # A Google Workspace Domain membership. # Output only. The domain membership. 7823 "inViewerDomain": True or False, # True if the person is in the viewer's Google Workspace domain. 7824 }, 7825 "metadata": { # Metadata about a field. # Metadata about the membership. 7826 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7827 "source": { # The source of a field. # The source of the field. 7828 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7830 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7831 "objectType": "A String", # Output only. The profile object type. 7832 "userTypes": [ # Output only. The user types. 7833 "A String", 7834 ], 7835 }, 7836 "type": "A String", # The source type. 7837 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7838 }, 7839 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7840 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "metadata": { # The metadata about a person. # Output only. Metadata about the person. 7845 "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests. 7846 "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. 7847 "A String", 7848 ], 7849 "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. 7850 "previousResourceNames": [ # 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. 7851 "A String", 7852 ], 7853 "sources": [ # The sources of data for the person. 7854 { # The source of a field. 7855 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7857 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7858 "objectType": "A String", # Output only. The profile object type. 7859 "userTypes": [ # Output only. The user types. 7860 "A String", 7861 ], 7862 }, 7863 "type": "A String", # The source type. 7864 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7865 }, 7866 ], 7867 }, 7868 "miscKeywords": [ # The person's miscellaneous keywords. 7869 { # A person's miscellaneous keyword. 7870 "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 7871 "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. 7872 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7873 "source": { # The source of a field. # The source of the field. 7874 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7876 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7877 "objectType": "A String", # Output only. The profile object type. 7878 "userTypes": [ # Output only. The user types. 7879 "A String", 7880 ], 7881 }, 7882 "type": "A String", # The source type. 7883 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7884 }, 7885 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7886 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 7887 }, 7888 "type": "A String", # The miscellaneous keyword type. 7889 "value": "A String", # The value of the miscellaneous keyword. 7890 }, 7891 ], 7892 "names": [ # The person's names. This field is a singleton for contact sources. 7893 { # A person's name. If the name is a mononym, the family name is empty. 7894 "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 7895 "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 7896 "familyName": "A String", # The family name. 7897 "givenName": "A String", # The given name. 7898 "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` 7899 "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` 7900 "metadata": { # Metadata about a field. # Metadata about the name. 7901 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7902 "source": { # The source of a field. # The source of the field. 7903 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7905 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7906 "objectType": "A String", # Output only. The profile object type. 7907 "userTypes": [ # Output only. The user types. 7908 "A String", 7909 ], 7910 }, 7911 "type": "A String", # The source type. 7912 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7913 }, 7914 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7915 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "middleName": "A String", # The middle name(s). 7918 "phoneticFamilyName": "A String", # The family name spelled as it sounds. 7919 "phoneticFullName": "A String", # The full name spelled as it sounds. 7920 "phoneticGivenName": "A String", # The given name spelled as it sounds. 7921 "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. 7922 "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. 7923 "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. 7924 "unstructuredName": "A String", # The free form name value. 7925 }, 7926 ], 7927 "nicknames": [ # The person's nicknames. 7928 { # A person's nickname. 7929 "metadata": { # Metadata about a field. # Metadata about the nickname. 7930 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7931 "source": { # The source of a field. # The source of the field. 7932 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7934 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7935 "objectType": "A String", # Output only. The profile object type. 7936 "userTypes": [ # Output only. The user types. 7937 "A String", 7938 ], 7939 }, 7940 "type": "A String", # The source type. 7941 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7942 }, 7943 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7944 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the nickname. 7947 "value": "A String", # The nickname. 7948 }, 7949 ], 7950 "occupations": [ # The person's occupations. 7951 { # A person's occupation. 7952 "metadata": { # Metadata about a field. # Metadata about the occupation. 7953 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7954 "source": { # The source of a field. # The source of the field. 7955 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7957 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7958 "objectType": "A String", # Output only. The profile object type. 7959 "userTypes": [ # Output only. The user types. 7960 "A String", 7961 ], 7962 }, 7963 "type": "A String", # The source type. 7964 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 7965 }, 7966 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 7967 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The occupation; for example, `carpenter`. 7970 }, 7971 ], 7972 "organizations": [ # The person's past or current organizations. 7973 { # A person's past or current organization. Overlapping date ranges are permitted. 7974 "costCenter": "A String", # The person's cost center at the organization. 7975 "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. 7976 "department": "A String", # The person's department at the organization. 7977 "domain": "A String", # The domain name associated with the organization; for example, `google.com`. 7978 "endDate": { # 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 "day": 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't significant. 7980 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 7981 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 7982 }, 7983 "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 7984 "fullTimeEquivalentMillipercent": 42, # The person's full-time equivalent millipercent within the organization (100000 = 100%). 7985 "jobDescription": "A String", # The person's job description at the organization. 7986 "location": "A String", # The location of the organization office the person works at. 7987 "metadata": { # Metadata about a field. # Metadata about the organization. 7988 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 7989 "source": { # The source of a field. # The source of the field. 7990 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 7992 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 7993 "objectType": "A String", # Output only. The profile object type. 7994 "userTypes": [ # Output only. The user types. 7995 "A String", 7996 ], 7997 }, 7998 "type": "A String", # The source type. 7999 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8000 }, 8001 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8002 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "name": "A String", # The name of the organization. 8005 "phoneticName": "A String", # The phonetic name of the organization. 8006 "startDate": { # 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 "day": 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't significant. 8008 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 8009 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 8010 }, 8011 "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. 8012 "title": "A String", # The person's job title at the organization. 8013 "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` 8014 }, 8015 ], 8016 "phoneNumbers": [ # The person'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. 8017 { # A person's phone number. 8018 "canonicalForm": "A String", # 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 "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 8020 "metadata": { # Metadata about a field. # Metadata about the phone number. 8021 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8022 "source": { # The source of a field. # The source of the field. 8023 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8025 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8026 "objectType": "A String", # Output only. The profile object type. 8027 "userTypes": [ # Output only. The user types. 8028 "A String", 8029 ], 8030 }, 8031 "type": "A String", # The source type. 8032 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8033 }, 8034 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8035 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The phone number. 8039 }, 8040 ], 8041 "photos": [ # Output only. The person's photos. 8042 { # A person's photo. A picture shown next to the person's name to help others recognize the person. 8043 "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. 8044 "metadata": { # Metadata about a field. # Metadata about the photo. 8045 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8046 "source": { # The source of a field. # The source of the field. 8047 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8049 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8050 "objectType": "A String", # Output only. The profile object type. 8051 "userTypes": [ # Output only. The user types. 8052 "A String", 8053 ], 8054 }, 8055 "type": "A String", # The source type. 8056 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8057 }, 8058 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8059 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # 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 "relations": [ # The person's relations. 8065 { # A person's relation to another person. 8066 "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 8067 "metadata": { # Metadata about a field. # Metadata about the relation. 8068 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8069 "source": { # The source of a field. # The source of the field. 8070 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8072 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8073 "objectType": "A String", # Output only. The profile object type. 8074 "userTypes": [ # Output only. The user types. 8075 "A String", 8076 ], 8077 }, 8078 "type": "A String", # The source type. 8079 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8080 }, 8081 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8082 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "person": "A String", # The name of the other person this relation refers to. 8085 "type": "A String", # The person'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 "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. 8089 { # **DEPRECATED**: No data will be returned A person's relationship interest . 8090 "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 8091 "metadata": { # Metadata about a field. # Metadata about the relationship interest. 8092 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8093 "source": { # The source of a field. # The source of the field. 8094 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8096 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8097 "objectType": "A String", # Output only. The profile object type. 8098 "userTypes": [ # Output only. The user types. 8099 "A String", 8100 ], 8101 }, 8102 "type": "A String", # The source type. 8103 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8104 }, 8105 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8106 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. 8112 { # **DEPRECATED**: No data will be returned A person's relationship status. 8113 "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 8114 "metadata": { # Metadata about a field. # Metadata about the relationship status. 8115 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8116 "source": { # The source of a field. # The source of the field. 8117 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8119 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8120 "objectType": "A String", # Output only. The profile object type. 8121 "userTypes": [ # Output only. The user types. 8122 "A String", 8123 ], 8124 }, 8125 "type": "A String", # The source type. 8126 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8127 }, 8128 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8129 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. 8135 { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. 8136 "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. 8137 "metadata": { # Metadata about a field. # Metadata about the residence. 8138 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8139 "source": { # The source of a field. # The source of the field. 8140 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8142 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8143 "objectType": "A String", # Output only. The profile object type. 8144 "userTypes": [ # Output only. The user types. 8145 "A String", 8146 ], 8147 }, 8148 "type": "A String", # The source type. 8149 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8150 }, 8151 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8152 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The address of the residence. 8155 }, 8156 ], 8157 "resourceName": "A 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}`. 8158 "sipAddresses": [ # The person's SIP addresses. 8159 { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. 8160 "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 8161 "metadata": { # Metadata about a field. # Metadata about the SIP address. 8162 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8163 "source": { # The source of a field. # The source of the field. 8164 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8166 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8167 "objectType": "A String", # Output only. The profile object type. 8168 "userTypes": [ # Output only. The user types. 8169 "A String", 8170 ], 8171 }, 8172 "type": "A String", # The source type. 8173 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8174 }, 8175 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8176 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other` 8179 "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. 8180 }, 8181 ], 8182 "skills": [ # The person's skills. 8183 { # A skill that the person has. 8184 "metadata": { # Metadata about a field. # Metadata about the skill. 8185 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8186 "source": { # The source of a field. # The source of the field. 8187 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8189 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8190 "objectType": "A String", # Output only. The profile object type. 8191 "userTypes": [ # Output only. The user types. 8192 "A String", 8193 ], 8194 }, 8195 "type": "A String", # The source type. 8196 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8197 }, 8198 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8199 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The skill; for example, `underwater basket weaving`. 8202 }, 8203 ], 8204 "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. 8205 { # **DEPRECATED**: No data will be returned A brief one-line description of the person. 8206 "metadata": { # Metadata about a field. # Metadata about the tagline. 8207 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8208 "source": { # The source of a field. # The source of the field. 8209 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8211 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8212 "objectType": "A String", # Output only. The profile object type. 8213 "userTypes": [ # Output only. The user types. 8214 "A String", 8215 ], 8216 }, 8217 "type": "A String", # The source type. 8218 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8219 }, 8220 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8221 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The tagline. 8224 }, 8225 ], 8226 "urls": [ # The person's associated URLs. 8227 { # A person's associated URLs. 8228 "formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 8229 "metadata": { # Metadata about a field. # Metadata about the URL. 8230 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8231 "source": { # The source of a field. # The source of the field. 8232 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8234 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8235 "objectType": "A String", # Output only. The profile object type. 8236 "userTypes": [ # Output only. The user types. 8237 "A String", 8238 ], 8239 }, 8240 "type": "A String", # The source type. 8241 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8242 }, 8243 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8244 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The URL. 8248 }, 8249 ], 8250 "userDefined": [ # The person's user defined data. 8251 { # Arbitrary user data that is populated by the end users. 8252 "key": "A String", # The end user specified key of the user defined data. 8253 "metadata": { # Metadata about a field. # Metadata about the user defined data. 8254 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8255 "source": { # The source of a field. # The source of the field. 8256 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8258 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8259 "objectType": "A String", # Output only. The profile object type. 8260 "userTypes": [ # Output only. The user types. 8261 "A String", 8262 ], 8263 }, 8264 "type": "A String", # The source type. 8265 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8266 }, 8267 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8268 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The end user specified value of the user defined data. 8271 }, 8272 ], 8273 }, 8274 "requestedResourceName": "A String", # 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 "status": { # 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 "code": 42, # The status code, which should be an enum value of google.rpc.Code. 8277 "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. 8278 { 8279 "a_key": "", # Properties of the object. Contains field @type with type URL. 8280 }, 8281 ], 8282 "message": "A String", # 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> 8287</div> 8288 8289<div class="method"> 8290 <code class="details" id="listDirectoryPeople">listDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, readMask=None, requestSyncToken=None, sources=None, syncToken=None, x__xgafv=None)</code> 8291 <pre>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). 8292 8293Args: 8294 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. 8298 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. 8299 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. 8300 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 8301 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`. 8302 sources: string, Required. Directory sources to return. (repeated) 8303 Allowed values 8304 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified. 8305 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - Google Workspace domain shared contact. 8306 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - Google Workspace domain profile. 8307 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`. 8308 x__xgafv: string, V1 error format. 8309 Allowed values 8310 1 - v1 error format 8311 2 - v2 error format 8312 8313Returns: 8314 An object of the form: 8315 8316 { # The response to a request for the authenticated user's domain directory. 8317 "nextPageToken": "A String", # 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 "nextSyncToken": "A String", # 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 "people": [ # The list of people in the domain directory. 8320 { # Information about a person merged from various data sources such as the authenticated user'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 "addresses": [ # The person's street addresses. 8322 { # A person's physical address. May be a P.O. box or street address. All fields are optional. 8323 "city": "A String", # The city of the address. 8324 "country": "A String", # The country of the address. 8325 "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. 8326 "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. 8327 "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 8328 "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values. 8329 "metadata": { # Metadata about a field. # Metadata about the address. 8330 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8331 "source": { # The source of a field. # The source of the field. 8332 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8334 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8335 "objectType": "A String", # Output only. The profile object type. 8336 "userTypes": [ # Output only. The user types. 8337 "A String", 8338 ], 8339 }, 8340 "type": "A String", # The source type. 8341 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8342 }, 8343 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8344 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "poBox": "A String", # The P.O. box of the address. 8347 "postalCode": "A String", # The postal code of the address. 8348 "region": "A String", # The region of the address; for example, the state or province. 8349 "streetAddress": "A String", # The street address. 8350 "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 8351 }, 8352 ], 8353 "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. 8354 "ageRanges": [ # Output only. The person's age ranges. 8355 { # A person's age range. 8356 "ageRange": "A String", # The age range. 8357 "metadata": { # Metadata about a field. # Metadata about the age range. 8358 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8359 "source": { # The source of a field. # The source of the field. 8360 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8362 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8363 "objectType": "A String", # Output only. The profile object type. 8364 "userTypes": [ # Output only. The user types. 8365 "A String", 8366 ], 8367 }, 8368 "type": "A String", # The source type. 8369 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8370 }, 8371 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8372 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 8373 }, 8374 }, 8375 ], 8376 "biographies": [ # The person's biographies. This field is a singleton for contact sources. 8377 { # A person's short biography. 8378 "contentType": "A String", # The content type of the biography. 8379 "metadata": { # Metadata about a field. # Metadata about the biography. 8380 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8381 "source": { # The source of a field. # The source of the field. 8382 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8384 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8385 "objectType": "A String", # Output only. The profile object type. 8386 "userTypes": [ # Output only. The user types. 8387 "A String", 8388 ], 8389 }, 8390 "type": "A String", # The source type. 8391 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8392 }, 8393 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8394 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 8395 }, 8396 "value": "A String", # The short biography. 8397 }, 8398 ], 8399 "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. 8400 { # A person'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 "date": { # 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 "day": 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't significant. 8403 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 8404 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 8405 }, 8406 "metadata": { # Metadata about a field. # Metadata about the birthday. 8407 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8408 "source": { # The source of a field. # The source of the field. 8409 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8411 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8412 "objectType": "A String", # Output only. The profile object type. 8413 "userTypes": [ # Output only. The user types. 8414 "A String", 8415 ], 8416 }, 8417 "type": "A String", # The source type. 8418 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8419 }, 8420 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8421 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 8422 }, 8423 "text": "A String", # A free-form string representing the user's birthday. 8424 }, 8425 ], 8426 "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. 8427 { # **DEPRECATED**: No data will be returned A person's bragging rights. 8428 "metadata": { # Metadata about a field. # Metadata about the bragging rights. 8429 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8430 "source": { # The source of a field. # The source of the field. 8431 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8433 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8434 "objectType": "A String", # Output only. The profile object type. 8435 "userTypes": [ # Output only. The user types. 8436 "A String", 8437 ], 8438 }, 8439 "type": "A String", # The source type. 8440 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8441 }, 8442 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8443 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 8444 }, 8445 "value": "A String", # The bragging rights; for example, `climbed mount everest`. 8446 }, 8447 ], 8448 "calendarUrls": [ # The person's calendar URLs. 8449 { # A person's calendar URL. 8450 "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 8451 "metadata": { # Metadata about a field. # Metadata about the calendar URL. 8452 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8453 "source": { # The source of a field. # The source of the field. 8454 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8456 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8457 "objectType": "A String", # Output only. The profile object type. 8458 "userTypes": [ # Output only. The user types. 8459 "A String", 8460 ], 8461 }, 8462 "type": "A String", # The source type. 8463 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8464 }, 8465 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8466 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 8467 }, 8468 "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` 8469 "url": "A String", # The calendar URL. 8470 }, 8471 ], 8472 "clientData": [ # The person's client data. 8473 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. 8474 "key": "A String", # The client specified key of the client data. 8475 "metadata": { # Metadata about a field. # Metadata about the client data. 8476 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8477 "source": { # The source of a field. # The source of the field. 8478 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8480 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8481 "objectType": "A String", # Output only. The profile object type. 8482 "userTypes": [ # Output only. The user types. 8483 "A String", 8484 ], 8485 }, 8486 "type": "A String", # The source type. 8487 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8488 }, 8489 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8490 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 8491 }, 8492 "value": "A String", # The client specified value of the client data. 8493 }, 8494 ], 8495 "coverPhotos": [ # Output only. The person's cover photos. 8496 { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about. 8497 "default": 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 "metadata": { # Metadata about a field. # Metadata about the cover photo. 8499 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8500 "source": { # The source of a field. # The source of the field. 8501 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8503 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8504 "objectType": "A String", # Output only. The profile object type. 8505 "userTypes": [ # Output only. The user types. 8506 "A String", 8507 ], 8508 }, 8509 "type": "A String", # The source type. 8510 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8511 }, 8512 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8513 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 8514 }, 8515 "url": "A String", # The URL of the cover photo. 8516 }, 8517 ], 8518 "emailAddresses": [ # The person'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. 8519 { # A person's email address. 8520 "displayName": "A String", # The display name of the email. 8521 "formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 8522 "metadata": { # Metadata about a field. # Metadata about the email address. 8523 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8524 "source": { # The source of a field. # The source of the field. 8525 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8527 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8528 "objectType": "A String", # Output only. The profile object type. 8529 "userTypes": [ # Output only. The user types. 8530 "A String", 8531 ], 8532 }, 8533 "type": "A String", # The source type. 8534 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8535 }, 8536 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8537 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 8538 }, 8539 "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 8540 "value": "A String", # The email address. 8541 }, 8542 ], 8543 "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. 8544 "events": [ # The person's events. 8545 { # An event related to the person. 8546 "date": { # 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 "day": 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't significant. 8548 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 8549 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 8550 }, 8551 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 8552 "metadata": { # Metadata about a field. # Metadata about the event. 8553 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8554 "source": { # The source of a field. # The source of the field. 8555 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8557 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8558 "objectType": "A String", # Output only. The profile object type. 8559 "userTypes": [ # Output only. The user types. 8560 "A String", 8561 ], 8562 }, 8563 "type": "A String", # The source type. 8564 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8565 }, 8566 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8567 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 8568 }, 8569 "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` 8570 }, 8571 ], 8572 "externalIds": [ # The person's external IDs. 8573 { # An identifier from an external entity related to the person. 8574 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 8575 "metadata": { # Metadata about a field. # Metadata about the external ID. 8576 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8577 "source": { # The source of a field. # The source of the field. 8578 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8580 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8581 "objectType": "A String", # Output only. The profile object type. 8582 "userTypes": [ # Output only. The user types. 8583 "A String", 8584 ], 8585 }, 8586 "type": "A String", # The source type. 8587 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8588 }, 8589 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8590 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 8591 }, 8592 "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization` 8593 "value": "A String", # The value of the external ID. 8594 }, 8595 ], 8596 "fileAses": [ # The person's file-ases. 8597 { # The name that should be used to sort the person in a list. 8598 "metadata": { # Metadata about a field. # Metadata about the file-as. 8599 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8600 "source": { # The source of a field. # The source of the field. 8601 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8603 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8604 "objectType": "A String", # Output only. The profile object type. 8605 "userTypes": [ # Output only. The user types. 8606 "A String", 8607 ], 8608 }, 8609 "type": "A String", # The source type. 8610 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8611 }, 8612 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8613 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 8614 }, 8615 "value": "A String", # The file-as value 8616 }, 8617 ], 8618 "genders": [ # The person's genders. This field is a singleton for contact sources. 8619 { # A person's gender. 8620 "addressMeAs": "A String", # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them` 8621 "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized. 8622 "metadata": { # Metadata about a field. # Metadata about the gender. 8623 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8624 "source": { # The source of a field. # The source of the field. 8625 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8627 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8628 "objectType": "A String", # Output only. The profile object type. 8629 "userTypes": [ # Output only. The user types. 8630 "A String", 8631 ], 8632 }, 8633 "type": "A String", # The source type. 8634 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8635 }, 8636 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8637 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 8638 }, 8639 "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` 8640 }, 8641 ], 8642 "imClients": [ # The person's instant messaging clients. 8643 { # A person's instant messaging client. 8644 "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 8645 "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 8646 "metadata": { # Metadata about a field. # Metadata about the IM client. 8647 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8648 "source": { # The source of a field. # The source of the field. 8649 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8651 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8652 "objectType": "A String", # Output only. The profile object type. 8653 "userTypes": [ # Output only. The user types. 8654 "A String", 8655 ], 8656 }, 8657 "type": "A String", # The source type. 8658 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8659 }, 8660 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8661 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "protocol": "A String", # 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 "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` 8665 "username": "A String", # The user name used in the IM client. 8666 }, 8667 ], 8668 "interests": [ # The person's interests. 8669 { # One of the person's interests. 8670 "metadata": { # Metadata about a field. # Metadata about the interest. 8671 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8672 "source": { # The source of a field. # The source of the field. 8673 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8675 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8676 "objectType": "A String", # Output only. The profile object type. 8677 "userTypes": [ # Output only. The user types. 8678 "A String", 8679 ], 8680 }, 8681 "type": "A String", # The source type. 8682 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8683 }, 8684 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8685 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The interest; for example, `stargazing`. 8688 }, 8689 ], 8690 "locales": [ # The person's locale preferences. 8691 { # A person's locale preference. 8692 "metadata": { # Metadata about a field. # Metadata about the locale. 8693 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8694 "source": { # The source of a field. # The source of the field. 8695 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8697 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8698 "objectType": "A String", # Output only. The profile object type. 8699 "userTypes": [ # Output only. The user types. 8700 "A String", 8701 ], 8702 }, 8703 "type": "A String", # The source type. 8704 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8705 }, 8706 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8707 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. 8710 }, 8711 ], 8712 "locations": [ # The person's locations. 8713 { # A person's location. 8714 "buildingId": "A String", # The building identifier. 8715 "current": True or False, # Whether the location is the current location. 8716 "deskCode": "A String", # The individual desk location. 8717 "floor": "A String", # The floor name or number. 8718 "floorSection": "A String", # The floor section in `floor_name`. 8719 "metadata": { # Metadata about a field. # Metadata about the location. 8720 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8721 "source": { # The source of a field. # The source of the field. 8722 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8724 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8725 "objectType": "A String", # Output only. The profile object type. 8726 "userTypes": [ # Output only. The user types. 8727 "A String", 8728 ], 8729 }, 8730 "type": "A String", # The source type. 8731 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8732 }, 8733 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8734 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` 8737 "value": "A String", # The free-form value of the location. 8738 }, 8739 ], 8740 "memberships": [ # The person's group memberships. 8741 { # A person's membership in a group. Only contact group memberships can be modified. 8742 "contactGroupMembership": { # A Google contact group membership. # The contact group membership. 8743 "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. 8744 "contactGroupResourceName": "A String", # 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 "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 8745 }, 8746 "domainMembership": { # A Google Workspace Domain membership. # Output only. The domain membership. 8747 "inViewerDomain": True or False, # True if the person is in the viewer's Google Workspace domain. 8748 }, 8749 "metadata": { # Metadata about a field. # Metadata about the membership. 8750 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8751 "source": { # The source of a field. # The source of the field. 8752 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8754 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8755 "objectType": "A String", # Output only. The profile object type. 8756 "userTypes": [ # Output only. The user types. 8757 "A String", 8758 ], 8759 }, 8760 "type": "A String", # The source type. 8761 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8762 }, 8763 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8764 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "metadata": { # The metadata about a person. # Output only. Metadata about the person. 8769 "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests. 8770 "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. 8771 "A String", 8772 ], 8773 "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. 8774 "previousResourceNames": [ # 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. 8775 "A String", 8776 ], 8777 "sources": [ # The sources of data for the person. 8778 { # The source of a field. 8779 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8781 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8782 "objectType": "A String", # Output only. The profile object type. 8783 "userTypes": [ # Output only. The user types. 8784 "A String", 8785 ], 8786 }, 8787 "type": "A String", # The source type. 8788 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8789 }, 8790 ], 8791 }, 8792 "miscKeywords": [ # The person's miscellaneous keywords. 8793 { # A person's miscellaneous keyword. 8794 "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 8795 "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. 8796 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8797 "source": { # The source of a field. # The source of the field. 8798 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8800 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8801 "objectType": "A String", # Output only. The profile object type. 8802 "userTypes": [ # Output only. The user types. 8803 "A String", 8804 ], 8805 }, 8806 "type": "A String", # The source type. 8807 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8808 }, 8809 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8810 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The miscellaneous keyword type. 8813 "value": "A String", # The value of the miscellaneous keyword. 8814 }, 8815 ], 8816 "names": [ # The person's names. This field is a singleton for contact sources. 8817 { # A person's name. If the name is a mononym, the family name is empty. 8818 "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 8819 "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 8820 "familyName": "A String", # The family name. 8821 "givenName": "A String", # The given name. 8822 "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` 8823 "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` 8824 "metadata": { # Metadata about a field. # Metadata about the name. 8825 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8826 "source": { # The source of a field. # The source of the field. 8827 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8829 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8830 "objectType": "A String", # Output only. The profile object type. 8831 "userTypes": [ # Output only. The user types. 8832 "A String", 8833 ], 8834 }, 8835 "type": "A String", # The source type. 8836 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8837 }, 8838 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8839 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "middleName": "A String", # The middle name(s). 8842 "phoneticFamilyName": "A String", # The family name spelled as it sounds. 8843 "phoneticFullName": "A String", # The full name spelled as it sounds. 8844 "phoneticGivenName": "A String", # The given name spelled as it sounds. 8845 "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. 8846 "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. 8847 "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. 8848 "unstructuredName": "A String", # The free form name value. 8849 }, 8850 ], 8851 "nicknames": [ # The person's nicknames. 8852 { # A person's nickname. 8853 "metadata": { # Metadata about a field. # Metadata about the nickname. 8854 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8855 "source": { # The source of a field. # The source of the field. 8856 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8858 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8859 "objectType": "A String", # Output only. The profile object type. 8860 "userTypes": [ # Output only. The user types. 8861 "A String", 8862 ], 8863 }, 8864 "type": "A String", # The source type. 8865 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8866 }, 8867 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8868 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the nickname. 8871 "value": "A String", # The nickname. 8872 }, 8873 ], 8874 "occupations": [ # The person's occupations. 8875 { # A person's occupation. 8876 "metadata": { # Metadata about a field. # Metadata about the occupation. 8877 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8878 "source": { # The source of a field. # The source of the field. 8879 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8881 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8882 "objectType": "A String", # Output only. The profile object type. 8883 "userTypes": [ # Output only. The user types. 8884 "A String", 8885 ], 8886 }, 8887 "type": "A String", # The source type. 8888 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8889 }, 8890 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8891 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The occupation; for example, `carpenter`. 8894 }, 8895 ], 8896 "organizations": [ # The person's past or current organizations. 8897 { # A person's past or current organization. Overlapping date ranges are permitted. 8898 "costCenter": "A String", # The person's cost center at the organization. 8899 "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. 8900 "department": "A String", # The person's department at the organization. 8901 "domain": "A String", # The domain name associated with the organization; for example, `google.com`. 8902 "endDate": { # 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 "day": 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't significant. 8904 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 8905 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 8906 }, 8907 "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 8908 "fullTimeEquivalentMillipercent": 42, # The person's full-time equivalent millipercent within the organization (100000 = 100%). 8909 "jobDescription": "A String", # The person's job description at the organization. 8910 "location": "A String", # The location of the organization office the person works at. 8911 "metadata": { # Metadata about a field. # Metadata about the organization. 8912 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8913 "source": { # The source of a field. # The source of the field. 8914 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8916 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8917 "objectType": "A String", # Output only. The profile object type. 8918 "userTypes": [ # Output only. The user types. 8919 "A String", 8920 ], 8921 }, 8922 "type": "A String", # The source type. 8923 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8924 }, 8925 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8926 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "name": "A String", # The name of the organization. 8929 "phoneticName": "A String", # The phonetic name of the organization. 8930 "startDate": { # 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 "day": 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't significant. 8932 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 8933 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 8934 }, 8935 "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. 8936 "title": "A String", # The person's job title at the organization. 8937 "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` 8938 }, 8939 ], 8940 "phoneNumbers": [ # The person'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. 8941 { # A person's phone number. 8942 "canonicalForm": "A String", # 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 "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 8944 "metadata": { # Metadata about a field. # Metadata about the phone number. 8945 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8946 "source": { # The source of a field. # The source of the field. 8947 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8949 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8950 "objectType": "A String", # Output only. The profile object type. 8951 "userTypes": [ # Output only. The user types. 8952 "A String", 8953 ], 8954 }, 8955 "type": "A String", # The source type. 8956 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8957 }, 8958 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8959 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The phone number. 8963 }, 8964 ], 8965 "photos": [ # Output only. The person's photos. 8966 { # A person's photo. A picture shown next to the person's name to help others recognize the person. 8967 "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. 8968 "metadata": { # Metadata about a field. # Metadata about the photo. 8969 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8970 "source": { # The source of a field. # The source of the field. 8971 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8973 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8974 "objectType": "A String", # Output only. The profile object type. 8975 "userTypes": [ # Output only. The user types. 8976 "A String", 8977 ], 8978 }, 8979 "type": "A String", # The source type. 8980 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 8981 }, 8982 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 8983 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # 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 "relations": [ # The person's relations. 8989 { # A person's relation to another person. 8990 "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 8991 "metadata": { # Metadata about a field. # Metadata about the relation. 8992 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 8993 "source": { # The source of a field. # The source of the field. 8994 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 8996 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 8997 "objectType": "A String", # Output only. The profile object type. 8998 "userTypes": [ # Output only. The user types. 8999 "A String", 9000 ], 9001 }, 9002 "type": "A String", # The source type. 9003 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9004 }, 9005 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9006 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "person": "A String", # The name of the other person this relation refers to. 9009 "type": "A String", # The person'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 "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. 9013 { # **DEPRECATED**: No data will be returned A person's relationship interest . 9014 "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 9015 "metadata": { # Metadata about a field. # Metadata about the relationship interest. 9016 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9017 "source": { # The source of a field. # The source of the field. 9018 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9020 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9021 "objectType": "A String", # Output only. The profile object type. 9022 "userTypes": [ # Output only. The user types. 9023 "A String", 9024 ], 9025 }, 9026 "type": "A String", # The source type. 9027 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9028 }, 9029 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9030 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. 9036 { # **DEPRECATED**: No data will be returned A person's relationship status. 9037 "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 9038 "metadata": { # Metadata about a field. # Metadata about the relationship status. 9039 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9040 "source": { # The source of a field. # The source of the field. 9041 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9043 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9044 "objectType": "A String", # Output only. The profile object type. 9045 "userTypes": [ # Output only. The user types. 9046 "A String", 9047 ], 9048 }, 9049 "type": "A String", # The source type. 9050 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9051 }, 9052 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9053 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. 9059 { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. 9060 "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. 9061 "metadata": { # Metadata about a field. # Metadata about the residence. 9062 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9063 "source": { # The source of a field. # The source of the field. 9064 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9066 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9067 "objectType": "A String", # Output only. The profile object type. 9068 "userTypes": [ # Output only. The user types. 9069 "A String", 9070 ], 9071 }, 9072 "type": "A String", # The source type. 9073 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9074 }, 9075 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9076 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The address of the residence. 9079 }, 9080 ], 9081 "resourceName": "A 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}`. 9082 "sipAddresses": [ # The person's SIP addresses. 9083 { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. 9084 "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 9085 "metadata": { # Metadata about a field. # Metadata about the SIP address. 9086 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9087 "source": { # The source of a field. # The source of the field. 9088 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9090 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9091 "objectType": "A String", # Output only. The profile object type. 9092 "userTypes": [ # Output only. The user types. 9093 "A String", 9094 ], 9095 }, 9096 "type": "A String", # The source type. 9097 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9098 }, 9099 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9100 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other` 9103 "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. 9104 }, 9105 ], 9106 "skills": [ # The person's skills. 9107 { # A skill that the person has. 9108 "metadata": { # Metadata about a field. # Metadata about the skill. 9109 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9110 "source": { # The source of a field. # The source of the field. 9111 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9113 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9114 "objectType": "A String", # Output only. The profile object type. 9115 "userTypes": [ # Output only. The user types. 9116 "A String", 9117 ], 9118 }, 9119 "type": "A String", # The source type. 9120 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9121 }, 9122 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9123 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The skill; for example, `underwater basket weaving`. 9126 }, 9127 ], 9128 "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. 9129 { # **DEPRECATED**: No data will be returned A brief one-line description of the person. 9130 "metadata": { # Metadata about a field. # Metadata about the tagline. 9131 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9132 "source": { # The source of a field. # The source of the field. 9133 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9135 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9136 "objectType": "A String", # Output only. The profile object type. 9137 "userTypes": [ # Output only. The user types. 9138 "A String", 9139 ], 9140 }, 9141 "type": "A String", # The source type. 9142 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9143 }, 9144 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9145 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The tagline. 9148 }, 9149 ], 9150 "urls": [ # The person's associated URLs. 9151 { # A person's associated URLs. 9152 "formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 9153 "metadata": { # Metadata about a field. # Metadata about the URL. 9154 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9155 "source": { # The source of a field. # The source of the field. 9156 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9158 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9159 "objectType": "A String", # Output only. The profile object type. 9160 "userTypes": [ # Output only. The user types. 9161 "A String", 9162 ], 9163 }, 9164 "type": "A String", # The source type. 9165 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9166 }, 9167 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9168 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The URL. 9172 }, 9173 ], 9174 "userDefined": [ # The person's user defined data. 9175 { # Arbitrary user data that is populated by the end users. 9176 "key": "A String", # The end user specified key of the user defined data. 9177 "metadata": { # Metadata about a field. # Metadata about the user defined data. 9178 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9179 "source": { # The source of a field. # The source of the field. 9180 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9182 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9183 "objectType": "A String", # Output only. The profile object type. 9184 "userTypes": [ # Output only. The user types. 9185 "A String", 9186 ], 9187 }, 9188 "type": "A String", # The source type. 9189 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9190 }, 9191 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9192 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The end user specified value of the user defined data. 9195 }, 9196 ], 9197 }, 9198 ], 9199}</pre> 9200</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 'execute()' 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"> 9217 <code class="details" id="searchContacts">searchContacts(pageSize=None, query=None, readMask=None, sources=None, x__xgafv=None)</code> 9218 <pre>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 9219 9220Args: 9221 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. 9222 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 "foo name" matches queries such as "f", "fo", "foo", "foo n", "nam", etc., but not "oo n". 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 9224 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. 9230 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 "results": [ # The results of the request. 9240 { # A result of a search query. 9241 "person": { # Information about a person merged from various data sources such as the authenticated user'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 "addresses": [ # The person's street addresses. 9243 { # A person's physical address. May be a P.O. box or street address. All fields are optional. 9244 "city": "A String", # The city of the address. 9245 "country": "A String", # The country of the address. 9246 "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. 9247 "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. 9248 "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 9249 "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values. 9250 "metadata": { # Metadata about a field. # Metadata about the address. 9251 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9252 "source": { # The source of a field. # The source of the field. 9253 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9255 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9256 "objectType": "A String", # Output only. The profile object type. 9257 "userTypes": [ # Output only. The user types. 9258 "A String", 9259 ], 9260 }, 9261 "type": "A String", # The source type. 9262 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9263 }, 9264 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9265 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "poBox": "A String", # The P.O. box of the address. 9268 "postalCode": "A String", # The postal code of the address. 9269 "region": "A String", # The region of the address; for example, the state or province. 9270 "streetAddress": "A String", # The street address. 9271 "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 9272 }, 9273 ], 9274 "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. 9275 "ageRanges": [ # Output only. The person's age ranges. 9276 { # A person's age range. 9277 "ageRange": "A String", # The age range. 9278 "metadata": { # Metadata about a field. # Metadata about the age range. 9279 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9280 "source": { # The source of a field. # The source of the field. 9281 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9283 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9284 "objectType": "A String", # Output only. The profile object type. 9285 "userTypes": [ # Output only. The user types. 9286 "A String", 9287 ], 9288 }, 9289 "type": "A String", # The source type. 9290 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9291 }, 9292 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9293 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "biographies": [ # The person's biographies. This field is a singleton for contact sources. 9298 { # A person's short biography. 9299 "contentType": "A String", # The content type of the biography. 9300 "metadata": { # Metadata about a field. # Metadata about the biography. 9301 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9302 "source": { # The source of a field. # The source of the field. 9303 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9305 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9306 "objectType": "A String", # Output only. The profile object type. 9307 "userTypes": [ # Output only. The user types. 9308 "A String", 9309 ], 9310 }, 9311 "type": "A String", # The source type. 9312 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9313 }, 9314 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9315 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The short biography. 9318 }, 9319 ], 9320 "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. 9321 { # A person'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 "date": { # 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 "day": 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't significant. 9324 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 9325 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 9326 }, 9327 "metadata": { # Metadata about a field. # Metadata about the birthday. 9328 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9329 "source": { # The source of a field. # The source of the field. 9330 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9332 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9333 "objectType": "A String", # Output only. The profile object type. 9334 "userTypes": [ # Output only. The user types. 9335 "A String", 9336 ], 9337 }, 9338 "type": "A String", # The source type. 9339 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9340 }, 9341 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9342 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "text": "A String", # A free-form string representing the user's birthday. 9345 }, 9346 ], 9347 "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. 9348 { # **DEPRECATED**: No data will be returned A person's bragging rights. 9349 "metadata": { # Metadata about a field. # Metadata about the bragging rights. 9350 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9351 "source": { # The source of a field. # The source of the field. 9352 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9354 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9355 "objectType": "A String", # Output only. The profile object type. 9356 "userTypes": [ # Output only. The user types. 9357 "A String", 9358 ], 9359 }, 9360 "type": "A String", # The source type. 9361 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9362 }, 9363 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9364 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The bragging rights; for example, `climbed mount everest`. 9367 }, 9368 ], 9369 "calendarUrls": [ # The person's calendar URLs. 9370 { # A person's calendar URL. 9371 "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 9372 "metadata": { # Metadata about a field. # Metadata about the calendar URL. 9373 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9374 "source": { # The source of a field. # The source of the field. 9375 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9377 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9378 "objectType": "A String", # Output only. The profile object type. 9379 "userTypes": [ # Output only. The user types. 9380 "A String", 9381 ], 9382 }, 9383 "type": "A String", # The source type. 9384 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9385 }, 9386 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9387 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` 9390 "url": "A String", # The calendar URL. 9391 }, 9392 ], 9393 "clientData": [ # The person's client data. 9394 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. 9395 "key": "A String", # The client specified key of the client data. 9396 "metadata": { # Metadata about a field. # Metadata about the client data. 9397 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9398 "source": { # The source of a field. # The source of the field. 9399 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9401 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9402 "objectType": "A String", # Output only. The profile object type. 9403 "userTypes": [ # Output only. The user types. 9404 "A String", 9405 ], 9406 }, 9407 "type": "A String", # The source type. 9408 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9409 }, 9410 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9411 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The client specified value of the client data. 9414 }, 9415 ], 9416 "coverPhotos": [ # Output only. The person's cover photos. 9417 { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about. 9418 "default": 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 "metadata": { # Metadata about a field. # Metadata about the cover photo. 9420 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9421 "source": { # The source of a field. # The source of the field. 9422 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9424 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9425 "objectType": "A String", # Output only. The profile object type. 9426 "userTypes": [ # Output only. The user types. 9427 "A String", 9428 ], 9429 }, 9430 "type": "A String", # The source type. 9431 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9432 }, 9433 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9434 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # The URL of the cover photo. 9437 }, 9438 ], 9439 "emailAddresses": [ # The person'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. 9440 { # A person's email address. 9441 "displayName": "A String", # The display name of the email. 9442 "formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 9443 "metadata": { # Metadata about a field. # Metadata about the email address. 9444 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9445 "source": { # The source of a field. # The source of the field. 9446 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9448 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9449 "objectType": "A String", # Output only. The profile object type. 9450 "userTypes": [ # Output only. The user types. 9451 "A String", 9452 ], 9453 }, 9454 "type": "A String", # The source type. 9455 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9456 }, 9457 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9458 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 9461 "value": "A String", # The email address. 9462 }, 9463 ], 9464 "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. 9465 "events": [ # The person's events. 9466 { # An event related to the person. 9467 "date": { # 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 "day": 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't significant. 9469 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 9470 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 9471 }, 9472 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 9473 "metadata": { # Metadata about a field. # Metadata about the event. 9474 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9475 "source": { # The source of a field. # The source of the field. 9476 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9478 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9479 "objectType": "A String", # Output only. The profile object type. 9480 "userTypes": [ # Output only. The user types. 9481 "A String", 9482 ], 9483 }, 9484 "type": "A String", # The source type. 9485 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9486 }, 9487 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9488 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` 9491 }, 9492 ], 9493 "externalIds": [ # The person's external IDs. 9494 { # An identifier from an external entity related to the person. 9495 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 9496 "metadata": { # Metadata about a field. # Metadata about the external ID. 9497 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9498 "source": { # The source of a field. # The source of the field. 9499 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9501 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9502 "objectType": "A String", # Output only. The profile object type. 9503 "userTypes": [ # Output only. The user types. 9504 "A String", 9505 ], 9506 }, 9507 "type": "A String", # The source type. 9508 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9509 }, 9510 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9511 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization` 9514 "value": "A String", # The value of the external ID. 9515 }, 9516 ], 9517 "fileAses": [ # The person's file-ases. 9518 { # The name that should be used to sort the person in a list. 9519 "metadata": { # Metadata about a field. # Metadata about the file-as. 9520 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9521 "source": { # The source of a field. # The source of the field. 9522 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9524 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9525 "objectType": "A String", # Output only. The profile object type. 9526 "userTypes": [ # Output only. The user types. 9527 "A String", 9528 ], 9529 }, 9530 "type": "A String", # The source type. 9531 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9532 }, 9533 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9534 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The file-as value 9537 }, 9538 ], 9539 "genders": [ # The person's genders. This field is a singleton for contact sources. 9540 { # A person's gender. 9541 "addressMeAs": "A String", # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them` 9542 "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized. 9543 "metadata": { # Metadata about a field. # Metadata about the gender. 9544 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9545 "source": { # The source of a field. # The source of the field. 9546 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9548 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9549 "objectType": "A String", # Output only. The profile object type. 9550 "userTypes": [ # Output only. The user types. 9551 "A String", 9552 ], 9553 }, 9554 "type": "A String", # The source type. 9555 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9556 }, 9557 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9558 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` 9561 }, 9562 ], 9563 "imClients": [ # The person's instant messaging clients. 9564 { # A person's instant messaging client. 9565 "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 9566 "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 9567 "metadata": { # Metadata about a field. # Metadata about the IM client. 9568 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9569 "source": { # The source of a field. # The source of the field. 9570 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9572 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9573 "objectType": "A String", # Output only. The profile object type. 9574 "userTypes": [ # Output only. The user types. 9575 "A String", 9576 ], 9577 }, 9578 "type": "A String", # The source type. 9579 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9580 }, 9581 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9582 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "protocol": "A String", # 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 "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` 9586 "username": "A String", # The user name used in the IM client. 9587 }, 9588 ], 9589 "interests": [ # The person's interests. 9590 { # One of the person's interests. 9591 "metadata": { # Metadata about a field. # Metadata about the interest. 9592 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9593 "source": { # The source of a field. # The source of the field. 9594 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9596 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9597 "objectType": "A String", # Output only. The profile object type. 9598 "userTypes": [ # Output only. The user types. 9599 "A String", 9600 ], 9601 }, 9602 "type": "A String", # The source type. 9603 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9604 }, 9605 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9606 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The interest; for example, `stargazing`. 9609 }, 9610 ], 9611 "locales": [ # The person's locale preferences. 9612 { # A person's locale preference. 9613 "metadata": { # Metadata about a field. # Metadata about the locale. 9614 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9615 "source": { # The source of a field. # The source of the field. 9616 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9618 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9619 "objectType": "A String", # Output only. The profile object type. 9620 "userTypes": [ # Output only. The user types. 9621 "A String", 9622 ], 9623 }, 9624 "type": "A String", # The source type. 9625 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9626 }, 9627 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9628 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. 9631 }, 9632 ], 9633 "locations": [ # The person's locations. 9634 { # A person's location. 9635 "buildingId": "A String", # The building identifier. 9636 "current": True or False, # Whether the location is the current location. 9637 "deskCode": "A String", # The individual desk location. 9638 "floor": "A String", # The floor name or number. 9639 "floorSection": "A String", # The floor section in `floor_name`. 9640 "metadata": { # Metadata about a field. # Metadata about the location. 9641 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9642 "source": { # The source of a field. # The source of the field. 9643 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9645 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9646 "objectType": "A String", # Output only. The profile object type. 9647 "userTypes": [ # Output only. The user types. 9648 "A String", 9649 ], 9650 }, 9651 "type": "A String", # The source type. 9652 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9653 }, 9654 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9655 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` 9658 "value": "A String", # The free-form value of the location. 9659 }, 9660 ], 9661 "memberships": [ # The person's group memberships. 9662 { # A person's membership in a group. Only contact group memberships can be modified. 9663 "contactGroupMembership": { # A Google contact group membership. # The contact group membership. 9664 "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. 9665 "contactGroupResourceName": "A String", # 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 "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 9666 }, 9667 "domainMembership": { # A Google Workspace Domain membership. # Output only. The domain membership. 9668 "inViewerDomain": True or False, # True if the person is in the viewer's Google Workspace domain. 9669 }, 9670 "metadata": { # Metadata about a field. # Metadata about the membership. 9671 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9672 "source": { # The source of a field. # The source of the field. 9673 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9675 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9676 "objectType": "A String", # Output only. The profile object type. 9677 "userTypes": [ # Output only. The user types. 9678 "A String", 9679 ], 9680 }, 9681 "type": "A String", # The source type. 9682 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9683 }, 9684 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9685 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "metadata": { # The metadata about a person. # Output only. Metadata about the person. 9690 "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests. 9691 "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. 9692 "A String", 9693 ], 9694 "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. 9695 "previousResourceNames": [ # 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. 9696 "A String", 9697 ], 9698 "sources": [ # The sources of data for the person. 9699 { # The source of a field. 9700 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9702 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9703 "objectType": "A String", # Output only. The profile object type. 9704 "userTypes": [ # Output only. The user types. 9705 "A String", 9706 ], 9707 }, 9708 "type": "A String", # The source type. 9709 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9710 }, 9711 ], 9712 }, 9713 "miscKeywords": [ # The person's miscellaneous keywords. 9714 { # A person's miscellaneous keyword. 9715 "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 9716 "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. 9717 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9718 "source": { # The source of a field. # The source of the field. 9719 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9721 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9722 "objectType": "A String", # Output only. The profile object type. 9723 "userTypes": [ # Output only. The user types. 9724 "A String", 9725 ], 9726 }, 9727 "type": "A String", # The source type. 9728 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9729 }, 9730 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9731 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The miscellaneous keyword type. 9734 "value": "A String", # The value of the miscellaneous keyword. 9735 }, 9736 ], 9737 "names": [ # The person's names. This field is a singleton for contact sources. 9738 { # A person's name. If the name is a mononym, the family name is empty. 9739 "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 9740 "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 9741 "familyName": "A String", # The family name. 9742 "givenName": "A String", # The given name. 9743 "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` 9744 "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` 9745 "metadata": { # Metadata about a field. # Metadata about the name. 9746 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9747 "source": { # The source of a field. # The source of the field. 9748 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9750 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9751 "objectType": "A String", # Output only. The profile object type. 9752 "userTypes": [ # Output only. The user types. 9753 "A String", 9754 ], 9755 }, 9756 "type": "A String", # The source type. 9757 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9758 }, 9759 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9760 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "middleName": "A String", # The middle name(s). 9763 "phoneticFamilyName": "A String", # The family name spelled as it sounds. 9764 "phoneticFullName": "A String", # The full name spelled as it sounds. 9765 "phoneticGivenName": "A String", # The given name spelled as it sounds. 9766 "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. 9767 "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. 9768 "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. 9769 "unstructuredName": "A String", # The free form name value. 9770 }, 9771 ], 9772 "nicknames": [ # The person's nicknames. 9773 { # A person's nickname. 9774 "metadata": { # Metadata about a field. # Metadata about the nickname. 9775 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9776 "source": { # The source of a field. # The source of the field. 9777 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9779 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9780 "objectType": "A String", # Output only. The profile object type. 9781 "userTypes": [ # Output only. The user types. 9782 "A String", 9783 ], 9784 }, 9785 "type": "A String", # The source type. 9786 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9787 }, 9788 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9789 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the nickname. 9792 "value": "A String", # The nickname. 9793 }, 9794 ], 9795 "occupations": [ # The person's occupations. 9796 { # A person's occupation. 9797 "metadata": { # Metadata about a field. # Metadata about the occupation. 9798 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9799 "source": { # The source of a field. # The source of the field. 9800 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9802 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9803 "objectType": "A String", # Output only. The profile object type. 9804 "userTypes": [ # Output only. The user types. 9805 "A String", 9806 ], 9807 }, 9808 "type": "A String", # The source type. 9809 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9810 }, 9811 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9812 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The occupation; for example, `carpenter`. 9815 }, 9816 ], 9817 "organizations": [ # The person's past or current organizations. 9818 { # A person's past or current organization. Overlapping date ranges are permitted. 9819 "costCenter": "A String", # The person's cost center at the organization. 9820 "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. 9821 "department": "A String", # The person's department at the organization. 9822 "domain": "A String", # The domain name associated with the organization; for example, `google.com`. 9823 "endDate": { # 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 "day": 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't significant. 9825 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 9826 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 9827 }, 9828 "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 9829 "fullTimeEquivalentMillipercent": 42, # The person's full-time equivalent millipercent within the organization (100000 = 100%). 9830 "jobDescription": "A String", # The person's job description at the organization. 9831 "location": "A String", # The location of the organization office the person works at. 9832 "metadata": { # Metadata about a field. # Metadata about the organization. 9833 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9834 "source": { # The source of a field. # The source of the field. 9835 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9837 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9838 "objectType": "A String", # Output only. The profile object type. 9839 "userTypes": [ # Output only. The user types. 9840 "A String", 9841 ], 9842 }, 9843 "type": "A String", # The source type. 9844 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9845 }, 9846 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9847 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "name": "A String", # The name of the organization. 9850 "phoneticName": "A String", # The phonetic name of the organization. 9851 "startDate": { # 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 "day": 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't significant. 9853 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 9854 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 9855 }, 9856 "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. 9857 "title": "A String", # The person's job title at the organization. 9858 "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` 9859 }, 9860 ], 9861 "phoneNumbers": [ # The person'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. 9862 { # A person's phone number. 9863 "canonicalForm": "A String", # 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 "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 9865 "metadata": { # Metadata about a field. # Metadata about the phone number. 9866 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9867 "source": { # The source of a field. # The source of the field. 9868 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9870 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9871 "objectType": "A String", # Output only. The profile object type. 9872 "userTypes": [ # Output only. The user types. 9873 "A String", 9874 ], 9875 }, 9876 "type": "A String", # The source type. 9877 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9878 }, 9879 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9880 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The phone number. 9884 }, 9885 ], 9886 "photos": [ # Output only. The person's photos. 9887 { # A person's photo. A picture shown next to the person's name to help others recognize the person. 9888 "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. 9889 "metadata": { # Metadata about a field. # Metadata about the photo. 9890 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9891 "source": { # The source of a field. # The source of the field. 9892 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9894 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9895 "objectType": "A String", # Output only. The profile object type. 9896 "userTypes": [ # Output only. The user types. 9897 "A String", 9898 ], 9899 }, 9900 "type": "A String", # The source type. 9901 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9902 }, 9903 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9904 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # 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 "relations": [ # The person's relations. 9910 { # A person's relation to another person. 9911 "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 9912 "metadata": { # Metadata about a field. # Metadata about the relation. 9913 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9914 "source": { # The source of a field. # The source of the field. 9915 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9917 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9918 "objectType": "A String", # Output only. The profile object type. 9919 "userTypes": [ # Output only. The user types. 9920 "A String", 9921 ], 9922 }, 9923 "type": "A String", # The source type. 9924 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9925 }, 9926 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9927 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "person": "A String", # The name of the other person this relation refers to. 9930 "type": "A String", # The person'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 "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. 9934 { # **DEPRECATED**: No data will be returned A person's relationship interest . 9935 "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 9936 "metadata": { # Metadata about a field. # Metadata about the relationship interest. 9937 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9938 "source": { # The source of a field. # The source of the field. 9939 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9941 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9942 "objectType": "A String", # Output only. The profile object type. 9943 "userTypes": [ # Output only. The user types. 9944 "A String", 9945 ], 9946 }, 9947 "type": "A String", # The source type. 9948 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9949 }, 9950 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9951 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. 9957 { # **DEPRECATED**: No data will be returned A person's relationship status. 9958 "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 9959 "metadata": { # Metadata about a field. # Metadata about the relationship status. 9960 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9961 "source": { # The source of a field. # The source of the field. 9962 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9964 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9965 "objectType": "A String", # Output only. The profile object type. 9966 "userTypes": [ # Output only. The user types. 9967 "A String", 9968 ], 9969 }, 9970 "type": "A String", # The source type. 9971 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9972 }, 9973 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9974 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. 9980 { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. 9981 "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. 9982 "metadata": { # Metadata about a field. # Metadata about the residence. 9983 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 9984 "source": { # The source of a field. # The source of the field. 9985 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 9987 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 9988 "objectType": "A String", # Output only. The profile object type. 9989 "userTypes": [ # Output only. The user types. 9990 "A String", 9991 ], 9992 }, 9993 "type": "A String", # The source type. 9994 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 9995 }, 9996 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 9997 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The address of the residence. 10000 }, 10001 ], 10002 "resourceName": "A 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}`. 10003 "sipAddresses": [ # The person's SIP addresses. 10004 { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. 10005 "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 10006 "metadata": { # Metadata about a field. # Metadata about the SIP address. 10007 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10008 "source": { # The source of a field. # The source of the field. 10009 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10011 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10012 "objectType": "A String", # Output only. The profile object type. 10013 "userTypes": [ # Output only. The user types. 10014 "A String", 10015 ], 10016 }, 10017 "type": "A String", # The source type. 10018 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10019 }, 10020 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10021 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other` 10024 "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. 10025 }, 10026 ], 10027 "skills": [ # The person's skills. 10028 { # A skill that the person has. 10029 "metadata": { # Metadata about a field. # Metadata about the skill. 10030 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10031 "source": { # The source of a field. # The source of the field. 10032 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10034 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10035 "objectType": "A String", # Output only. The profile object type. 10036 "userTypes": [ # Output only. The user types. 10037 "A String", 10038 ], 10039 }, 10040 "type": "A String", # The source type. 10041 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10042 }, 10043 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10044 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The skill; for example, `underwater basket weaving`. 10047 }, 10048 ], 10049 "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. 10050 { # **DEPRECATED**: No data will be returned A brief one-line description of the person. 10051 "metadata": { # Metadata about a field. # Metadata about the tagline. 10052 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10053 "source": { # The source of a field. # The source of the field. 10054 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10056 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10057 "objectType": "A String", # Output only. The profile object type. 10058 "userTypes": [ # Output only. The user types. 10059 "A String", 10060 ], 10061 }, 10062 "type": "A String", # The source type. 10063 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10064 }, 10065 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10066 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The tagline. 10069 }, 10070 ], 10071 "urls": [ # The person's associated URLs. 10072 { # A person's associated URLs. 10073 "formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 10074 "metadata": { # Metadata about a field. # Metadata about the URL. 10075 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10076 "source": { # The source of a field. # The source of the field. 10077 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10079 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10080 "objectType": "A String", # Output only. The profile object type. 10081 "userTypes": [ # Output only. The user types. 10082 "A String", 10083 ], 10084 }, 10085 "type": "A String", # The source type. 10086 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10087 }, 10088 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10089 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The URL. 10093 }, 10094 ], 10095 "userDefined": [ # The person's user defined data. 10096 { # Arbitrary user data that is populated by the end users. 10097 "key": "A String", # The end user specified key of the user defined data. 10098 "metadata": { # Metadata about a field. # Metadata about the user defined data. 10099 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10100 "source": { # The source of a field. # The source of the field. 10101 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10103 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10104 "objectType": "A String", # Output only. The profile object type. 10105 "userTypes": [ # Output only. The user types. 10106 "A String", 10107 ], 10108 }, 10109 "type": "A String", # The source type. 10110 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10111 }, 10112 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10113 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The end user specified value of the user defined data. 10116 }, 10117 ], 10118 }, 10119 }, 10120 ], 10121}</pre> 10122</div> 10123 10124<div class="method"> 10125 <code class="details" id="searchDirectoryPeople">searchDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, query=None, readMask=None, sources=None, x__xgafv=None)</code> 10126 <pre>Provides a list of domain profiles and domain contacts in the authenticated user's domain directory that match the search query. 10127 10128Args: 10129 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. 10133 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. 10134 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. 10135 query: string, Required. Prefix query that matches fields in the person. Does NOT use the read_mask for determining what fields to match. 10136 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 10137 sources: string, Required. Directory sources to return. (repeated) 10138 Allowed values 10139 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified. 10140 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - Google Workspace domain shared contact. 10141 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - Google Workspace domain profile. 10142 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's domain directory that match the specified query. 10151 "nextPageToken": "A String", # 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 "people": [ # 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'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 "addresses": [ # The person's street addresses. 10155 { # A person's physical address. May be a P.O. box or street address. All fields are optional. 10156 "city": "A String", # The city of the address. 10157 "country": "A String", # The country of the address. 10158 "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. 10159 "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. 10160 "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 10161 "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values. 10162 "metadata": { # Metadata about a field. # Metadata about the address. 10163 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10164 "source": { # The source of a field. # The source of the field. 10165 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10167 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10168 "objectType": "A String", # Output only. The profile object type. 10169 "userTypes": [ # Output only. The user types. 10170 "A String", 10171 ], 10172 }, 10173 "type": "A String", # The source type. 10174 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10175 }, 10176 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10177 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "poBox": "A String", # The P.O. box of the address. 10180 "postalCode": "A String", # The postal code of the address. 10181 "region": "A String", # The region of the address; for example, the state or province. 10182 "streetAddress": "A String", # The street address. 10183 "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 10184 }, 10185 ], 10186 "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. 10187 "ageRanges": [ # Output only. The person's age ranges. 10188 { # A person's age range. 10189 "ageRange": "A String", # The age range. 10190 "metadata": { # Metadata about a field. # Metadata about the age range. 10191 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10192 "source": { # The source of a field. # The source of the field. 10193 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10195 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10196 "objectType": "A String", # Output only. The profile object type. 10197 "userTypes": [ # Output only. The user types. 10198 "A String", 10199 ], 10200 }, 10201 "type": "A String", # The source type. 10202 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10203 }, 10204 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10205 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 10206 }, 10207 }, 10208 ], 10209 "biographies": [ # The person's biographies. This field is a singleton for contact sources. 10210 { # A person's short biography. 10211 "contentType": "A String", # The content type of the biography. 10212 "metadata": { # Metadata about a field. # Metadata about the biography. 10213 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10214 "source": { # The source of a field. # The source of the field. 10215 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10217 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10218 "objectType": "A String", # Output only. The profile object type. 10219 "userTypes": [ # Output only. The user types. 10220 "A String", 10221 ], 10222 }, 10223 "type": "A String", # The source type. 10224 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10225 }, 10226 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10227 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 10228 }, 10229 "value": "A String", # The short biography. 10230 }, 10231 ], 10232 "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. 10233 { # A person'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 "date": { # 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 "day": 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't significant. 10236 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 10237 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 10238 }, 10239 "metadata": { # Metadata about a field. # Metadata about the birthday. 10240 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10241 "source": { # The source of a field. # The source of the field. 10242 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10244 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10245 "objectType": "A String", # Output only. The profile object type. 10246 "userTypes": [ # Output only. The user types. 10247 "A String", 10248 ], 10249 }, 10250 "type": "A String", # The source type. 10251 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10252 }, 10253 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10254 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 10255 }, 10256 "text": "A String", # A free-form string representing the user's birthday. 10257 }, 10258 ], 10259 "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. 10260 { # **DEPRECATED**: No data will be returned A person's bragging rights. 10261 "metadata": { # Metadata about a field. # Metadata about the bragging rights. 10262 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10263 "source": { # The source of a field. # The source of the field. 10264 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10266 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10267 "objectType": "A String", # Output only. The profile object type. 10268 "userTypes": [ # Output only. The user types. 10269 "A String", 10270 ], 10271 }, 10272 "type": "A String", # The source type. 10273 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10274 }, 10275 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10276 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 10277 }, 10278 "value": "A String", # The bragging rights; for example, `climbed mount everest`. 10279 }, 10280 ], 10281 "calendarUrls": [ # The person's calendar URLs. 10282 { # A person's calendar URL. 10283 "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 10284 "metadata": { # Metadata about a field. # Metadata about the calendar URL. 10285 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10286 "source": { # The source of a field. # The source of the field. 10287 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10289 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10290 "objectType": "A String", # Output only. The profile object type. 10291 "userTypes": [ # Output only. The user types. 10292 "A String", 10293 ], 10294 }, 10295 "type": "A String", # The source type. 10296 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10297 }, 10298 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10299 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 10300 }, 10301 "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` 10302 "url": "A String", # The calendar URL. 10303 }, 10304 ], 10305 "clientData": [ # The person's client data. 10306 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. 10307 "key": "A String", # The client specified key of the client data. 10308 "metadata": { # Metadata about a field. # Metadata about the client data. 10309 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10310 "source": { # The source of a field. # The source of the field. 10311 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10313 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10314 "objectType": "A String", # Output only. The profile object type. 10315 "userTypes": [ # Output only. The user types. 10316 "A String", 10317 ], 10318 }, 10319 "type": "A String", # The source type. 10320 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10321 }, 10322 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10323 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 10324 }, 10325 "value": "A String", # The client specified value of the client data. 10326 }, 10327 ], 10328 "coverPhotos": [ # Output only. The person's cover photos. 10329 { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about. 10330 "default": 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 "metadata": { # Metadata about a field. # Metadata about the cover photo. 10332 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10333 "source": { # The source of a field. # The source of the field. 10334 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10336 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10337 "objectType": "A String", # Output only. The profile object type. 10338 "userTypes": [ # Output only. The user types. 10339 "A String", 10340 ], 10341 }, 10342 "type": "A String", # The source type. 10343 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10344 }, 10345 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10346 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 10347 }, 10348 "url": "A String", # The URL of the cover photo. 10349 }, 10350 ], 10351 "emailAddresses": [ # The person'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. 10352 { # A person's email address. 10353 "displayName": "A String", # The display name of the email. 10354 "formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 10355 "metadata": { # Metadata about a field. # Metadata about the email address. 10356 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10357 "source": { # The source of a field. # The source of the field. 10358 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10360 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10361 "objectType": "A String", # Output only. The profile object type. 10362 "userTypes": [ # Output only. The user types. 10363 "A String", 10364 ], 10365 }, 10366 "type": "A String", # The source type. 10367 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10368 }, 10369 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10370 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 10371 }, 10372 "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 10373 "value": "A String", # The email address. 10374 }, 10375 ], 10376 "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. 10377 "events": [ # The person's events. 10378 { # An event related to the person. 10379 "date": { # 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 "day": 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't significant. 10381 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 10382 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 10383 }, 10384 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 10385 "metadata": { # Metadata about a field. # Metadata about the event. 10386 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10387 "source": { # The source of a field. # The source of the field. 10388 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10390 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10391 "objectType": "A String", # Output only. The profile object type. 10392 "userTypes": [ # Output only. The user types. 10393 "A String", 10394 ], 10395 }, 10396 "type": "A String", # The source type. 10397 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10398 }, 10399 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10400 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 10401 }, 10402 "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` 10403 }, 10404 ], 10405 "externalIds": [ # The person's external IDs. 10406 { # An identifier from an external entity related to the person. 10407 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 10408 "metadata": { # Metadata about a field. # Metadata about the external ID. 10409 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10410 "source": { # The source of a field. # The source of the field. 10411 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10413 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10414 "objectType": "A String", # Output only. The profile object type. 10415 "userTypes": [ # Output only. The user types. 10416 "A String", 10417 ], 10418 }, 10419 "type": "A String", # The source type. 10420 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10421 }, 10422 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10423 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 10424 }, 10425 "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization` 10426 "value": "A String", # The value of the external ID. 10427 }, 10428 ], 10429 "fileAses": [ # The person's file-ases. 10430 { # The name that should be used to sort the person in a list. 10431 "metadata": { # Metadata about a field. # Metadata about the file-as. 10432 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10433 "source": { # The source of a field. # The source of the field. 10434 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10436 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10437 "objectType": "A String", # Output only. The profile object type. 10438 "userTypes": [ # Output only. The user types. 10439 "A String", 10440 ], 10441 }, 10442 "type": "A String", # The source type. 10443 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10444 }, 10445 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10446 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 10447 }, 10448 "value": "A String", # The file-as value 10449 }, 10450 ], 10451 "genders": [ # The person's genders. This field is a singleton for contact sources. 10452 { # A person's gender. 10453 "addressMeAs": "A String", # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them` 10454 "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized. 10455 "metadata": { # Metadata about a field. # Metadata about the gender. 10456 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10457 "source": { # The source of a field. # The source of the field. 10458 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10460 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10461 "objectType": "A String", # Output only. The profile object type. 10462 "userTypes": [ # Output only. The user types. 10463 "A String", 10464 ], 10465 }, 10466 "type": "A String", # The source type. 10467 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10468 }, 10469 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10470 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 10471 }, 10472 "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` 10473 }, 10474 ], 10475 "imClients": [ # The person's instant messaging clients. 10476 { # A person's instant messaging client. 10477 "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 10478 "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 10479 "metadata": { # Metadata about a field. # Metadata about the IM client. 10480 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10481 "source": { # The source of a field. # The source of the field. 10482 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10484 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10485 "objectType": "A String", # Output only. The profile object type. 10486 "userTypes": [ # Output only. The user types. 10487 "A String", 10488 ], 10489 }, 10490 "type": "A String", # The source type. 10491 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10492 }, 10493 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10494 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "protocol": "A String", # 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 "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` 10498 "username": "A String", # The user name used in the IM client. 10499 }, 10500 ], 10501 "interests": [ # The person's interests. 10502 { # One of the person's interests. 10503 "metadata": { # Metadata about a field. # Metadata about the interest. 10504 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10505 "source": { # The source of a field. # The source of the field. 10506 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10508 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10509 "objectType": "A String", # Output only. The profile object type. 10510 "userTypes": [ # Output only. The user types. 10511 "A String", 10512 ], 10513 }, 10514 "type": "A String", # The source type. 10515 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10516 }, 10517 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10518 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The interest; for example, `stargazing`. 10521 }, 10522 ], 10523 "locales": [ # The person's locale preferences. 10524 { # A person's locale preference. 10525 "metadata": { # Metadata about a field. # Metadata about the locale. 10526 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10527 "source": { # The source of a field. # The source of the field. 10528 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10530 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10531 "objectType": "A String", # Output only. The profile object type. 10532 "userTypes": [ # Output only. The user types. 10533 "A String", 10534 ], 10535 }, 10536 "type": "A String", # The source type. 10537 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10538 }, 10539 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10540 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. 10543 }, 10544 ], 10545 "locations": [ # The person's locations. 10546 { # A person's location. 10547 "buildingId": "A String", # The building identifier. 10548 "current": True or False, # Whether the location is the current location. 10549 "deskCode": "A String", # The individual desk location. 10550 "floor": "A String", # The floor name or number. 10551 "floorSection": "A String", # The floor section in `floor_name`. 10552 "metadata": { # Metadata about a field. # Metadata about the location. 10553 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10554 "source": { # The source of a field. # The source of the field. 10555 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10557 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10558 "objectType": "A String", # Output only. The profile object type. 10559 "userTypes": [ # Output only. The user types. 10560 "A String", 10561 ], 10562 }, 10563 "type": "A String", # The source type. 10564 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10565 }, 10566 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10567 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` 10570 "value": "A String", # The free-form value of the location. 10571 }, 10572 ], 10573 "memberships": [ # The person's group memberships. 10574 { # A person's membership in a group. Only contact group memberships can be modified. 10575 "contactGroupMembership": { # A Google contact group membership. # The contact group membership. 10576 "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. 10577 "contactGroupResourceName": "A String", # 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 "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 10578 }, 10579 "domainMembership": { # A Google Workspace Domain membership. # Output only. The domain membership. 10580 "inViewerDomain": True or False, # True if the person is in the viewer's Google Workspace domain. 10581 }, 10582 "metadata": { # Metadata about a field. # Metadata about the membership. 10583 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10584 "source": { # The source of a field. # The source of the field. 10585 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10587 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10588 "objectType": "A String", # Output only. The profile object type. 10589 "userTypes": [ # Output only. The user types. 10590 "A String", 10591 ], 10592 }, 10593 "type": "A String", # The source type. 10594 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10595 }, 10596 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10597 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "metadata": { # The metadata about a person. # Output only. Metadata about the person. 10602 "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests. 10603 "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. 10604 "A String", 10605 ], 10606 "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. 10607 "previousResourceNames": [ # 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. 10608 "A String", 10609 ], 10610 "sources": [ # The sources of data for the person. 10611 { # The source of a field. 10612 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10614 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10615 "objectType": "A String", # Output only. The profile object type. 10616 "userTypes": [ # Output only. The user types. 10617 "A String", 10618 ], 10619 }, 10620 "type": "A String", # The source type. 10621 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10622 }, 10623 ], 10624 }, 10625 "miscKeywords": [ # The person's miscellaneous keywords. 10626 { # A person's miscellaneous keyword. 10627 "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 10628 "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. 10629 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10630 "source": { # The source of a field. # The source of the field. 10631 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10633 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10634 "objectType": "A String", # Output only. The profile object type. 10635 "userTypes": [ # Output only. The user types. 10636 "A String", 10637 ], 10638 }, 10639 "type": "A String", # The source type. 10640 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10641 }, 10642 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10643 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The miscellaneous keyword type. 10646 "value": "A String", # The value of the miscellaneous keyword. 10647 }, 10648 ], 10649 "names": [ # The person's names. This field is a singleton for contact sources. 10650 { # A person's name. If the name is a mononym, the family name is empty. 10651 "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 10652 "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 10653 "familyName": "A String", # The family name. 10654 "givenName": "A String", # The given name. 10655 "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` 10656 "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` 10657 "metadata": { # Metadata about a field. # Metadata about the name. 10658 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10659 "source": { # The source of a field. # The source of the field. 10660 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10662 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10663 "objectType": "A String", # Output only. The profile object type. 10664 "userTypes": [ # Output only. The user types. 10665 "A String", 10666 ], 10667 }, 10668 "type": "A String", # The source type. 10669 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10670 }, 10671 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10672 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "middleName": "A String", # The middle name(s). 10675 "phoneticFamilyName": "A String", # The family name spelled as it sounds. 10676 "phoneticFullName": "A String", # The full name spelled as it sounds. 10677 "phoneticGivenName": "A String", # The given name spelled as it sounds. 10678 "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. 10679 "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. 10680 "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. 10681 "unstructuredName": "A String", # The free form name value. 10682 }, 10683 ], 10684 "nicknames": [ # The person's nicknames. 10685 { # A person's nickname. 10686 "metadata": { # Metadata about a field. # Metadata about the nickname. 10687 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10688 "source": { # The source of a field. # The source of the field. 10689 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10691 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10692 "objectType": "A String", # Output only. The profile object type. 10693 "userTypes": [ # Output only. The user types. 10694 "A String", 10695 ], 10696 }, 10697 "type": "A String", # The source type. 10698 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10699 }, 10700 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10701 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the nickname. 10704 "value": "A String", # The nickname. 10705 }, 10706 ], 10707 "occupations": [ # The person's occupations. 10708 { # A person's occupation. 10709 "metadata": { # Metadata about a field. # Metadata about the occupation. 10710 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10711 "source": { # The source of a field. # The source of the field. 10712 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10714 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10715 "objectType": "A String", # Output only. The profile object type. 10716 "userTypes": [ # Output only. The user types. 10717 "A String", 10718 ], 10719 }, 10720 "type": "A String", # The source type. 10721 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10722 }, 10723 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10724 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The occupation; for example, `carpenter`. 10727 }, 10728 ], 10729 "organizations": [ # The person's past or current organizations. 10730 { # A person's past or current organization. Overlapping date ranges are permitted. 10731 "costCenter": "A String", # The person's cost center at the organization. 10732 "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. 10733 "department": "A String", # The person's department at the organization. 10734 "domain": "A String", # The domain name associated with the organization; for example, `google.com`. 10735 "endDate": { # 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 "day": 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't significant. 10737 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 10738 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 10739 }, 10740 "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 10741 "fullTimeEquivalentMillipercent": 42, # The person's full-time equivalent millipercent within the organization (100000 = 100%). 10742 "jobDescription": "A String", # The person's job description at the organization. 10743 "location": "A String", # The location of the organization office the person works at. 10744 "metadata": { # Metadata about a field. # Metadata about the organization. 10745 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10746 "source": { # The source of a field. # The source of the field. 10747 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10749 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10750 "objectType": "A String", # Output only. The profile object type. 10751 "userTypes": [ # Output only. The user types. 10752 "A String", 10753 ], 10754 }, 10755 "type": "A String", # The source type. 10756 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10757 }, 10758 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10759 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "name": "A String", # The name of the organization. 10762 "phoneticName": "A String", # The phonetic name of the organization. 10763 "startDate": { # 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 "day": 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't significant. 10765 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 10766 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 10767 }, 10768 "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. 10769 "title": "A String", # The person's job title at the organization. 10770 "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` 10771 }, 10772 ], 10773 "phoneNumbers": [ # The person'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. 10774 { # A person's phone number. 10775 "canonicalForm": "A String", # 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 "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 10777 "metadata": { # Metadata about a field. # Metadata about the phone number. 10778 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10779 "source": { # The source of a field. # The source of the field. 10780 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10782 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10783 "objectType": "A String", # Output only. The profile object type. 10784 "userTypes": [ # Output only. The user types. 10785 "A String", 10786 ], 10787 }, 10788 "type": "A String", # The source type. 10789 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10790 }, 10791 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10792 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The phone number. 10796 }, 10797 ], 10798 "photos": [ # Output only. The person's photos. 10799 { # A person's photo. A picture shown next to the person's name to help others recognize the person. 10800 "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. 10801 "metadata": { # Metadata about a field. # Metadata about the photo. 10802 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10803 "source": { # The source of a field. # The source of the field. 10804 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10806 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10807 "objectType": "A String", # Output only. The profile object type. 10808 "userTypes": [ # Output only. The user types. 10809 "A String", 10810 ], 10811 }, 10812 "type": "A String", # The source type. 10813 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10814 }, 10815 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10816 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # 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 "relations": [ # The person's relations. 10822 { # A person's relation to another person. 10823 "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 10824 "metadata": { # Metadata about a field. # Metadata about the relation. 10825 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10826 "source": { # The source of a field. # The source of the field. 10827 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10829 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10830 "objectType": "A String", # Output only. The profile object type. 10831 "userTypes": [ # Output only. The user types. 10832 "A String", 10833 ], 10834 }, 10835 "type": "A String", # The source type. 10836 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10837 }, 10838 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10839 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "person": "A String", # The name of the other person this relation refers to. 10842 "type": "A String", # The person'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 "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. 10846 { # **DEPRECATED**: No data will be returned A person's relationship interest . 10847 "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 10848 "metadata": { # Metadata about a field. # Metadata about the relationship interest. 10849 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10850 "source": { # The source of a field. # The source of the field. 10851 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10853 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10854 "objectType": "A String", # Output only. The profile object type. 10855 "userTypes": [ # Output only. The user types. 10856 "A String", 10857 ], 10858 }, 10859 "type": "A String", # The source type. 10860 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10861 }, 10862 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10863 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. 10869 { # **DEPRECATED**: No data will be returned A person's relationship status. 10870 "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 10871 "metadata": { # Metadata about a field. # Metadata about the relationship status. 10872 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10873 "source": { # The source of a field. # The source of the field. 10874 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10876 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10877 "objectType": "A String", # Output only. The profile object type. 10878 "userTypes": [ # Output only. The user types. 10879 "A String", 10880 ], 10881 }, 10882 "type": "A String", # The source type. 10883 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10884 }, 10885 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10886 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. 10892 { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. 10893 "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. 10894 "metadata": { # Metadata about a field. # Metadata about the residence. 10895 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10896 "source": { # The source of a field. # The source of the field. 10897 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10899 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10900 "objectType": "A String", # Output only. The profile object type. 10901 "userTypes": [ # Output only. The user types. 10902 "A String", 10903 ], 10904 }, 10905 "type": "A String", # The source type. 10906 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10907 }, 10908 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10909 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The address of the residence. 10912 }, 10913 ], 10914 "resourceName": "A 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}`. 10915 "sipAddresses": [ # The person's SIP addresses. 10916 { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. 10917 "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 10918 "metadata": { # Metadata about a field. # Metadata about the SIP address. 10919 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10920 "source": { # The source of a field. # The source of the field. 10921 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10923 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10924 "objectType": "A String", # Output only. The profile object type. 10925 "userTypes": [ # Output only. The user types. 10926 "A String", 10927 ], 10928 }, 10929 "type": "A String", # The source type. 10930 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10931 }, 10932 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10933 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other` 10936 "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. 10937 }, 10938 ], 10939 "skills": [ # The person's skills. 10940 { # A skill that the person has. 10941 "metadata": { # Metadata about a field. # Metadata about the skill. 10942 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10943 "source": { # The source of a field. # The source of the field. 10944 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10946 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10947 "objectType": "A String", # Output only. The profile object type. 10948 "userTypes": [ # Output only. The user types. 10949 "A String", 10950 ], 10951 }, 10952 "type": "A String", # The source type. 10953 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10954 }, 10955 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10956 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The skill; for example, `underwater basket weaving`. 10959 }, 10960 ], 10961 "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. 10962 { # **DEPRECATED**: No data will be returned A brief one-line description of the person. 10963 "metadata": { # Metadata about a field. # Metadata about the tagline. 10964 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10965 "source": { # The source of a field. # The source of the field. 10966 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10968 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10969 "objectType": "A String", # Output only. The profile object type. 10970 "userTypes": [ # Output only. The user types. 10971 "A String", 10972 ], 10973 }, 10974 "type": "A String", # The source type. 10975 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10976 }, 10977 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 10978 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The tagline. 10981 }, 10982 ], 10983 "urls": [ # The person's associated URLs. 10984 { # A person's associated URLs. 10985 "formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 10986 "metadata": { # Metadata about a field. # Metadata about the URL. 10987 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 10988 "source": { # The source of a field. # The source of the field. 10989 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 10991 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 10992 "objectType": "A String", # Output only. The profile object type. 10993 "userTypes": [ # Output only. The user types. 10994 "A String", 10995 ], 10996 }, 10997 "type": "A String", # The source type. 10998 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 10999 }, 11000 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11001 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The URL. 11005 }, 11006 ], 11007 "userDefined": [ # The person's user defined data. 11008 { # Arbitrary user data that is populated by the end users. 11009 "key": "A String", # The end user specified key of the user defined data. 11010 "metadata": { # Metadata about a field. # Metadata about the user defined data. 11011 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11012 "source": { # The source of a field. # The source of the field. 11013 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11015 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11016 "objectType": "A String", # Output only. The profile object type. 11017 "userTypes": [ # Output only. The user types. 11018 "A String", 11019 ], 11020 }, 11021 "type": "A String", # The source type. 11022 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11023 }, 11024 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11025 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The end user specified value of the user defined data. 11028 }, 11029 ], 11030 }, 11031 ], 11032 "totalSize": 42, # The total number of items in the list without pagination. 11033}</pre> 11034</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 'execute()' 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"> 11051 <code class="details" id="updateContact">updateContact(resourceName, body=None, personFields=None, sources=None, updatePersonFields=None, x__xgafv=None)</code> 11052 <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 `"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 11053 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'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. 11060 "addresses": [ # The person's street addresses. 11061 { # A person's physical address. May be a P.O. box or street address. All fields are optional. 11062 "city": "A String", # The city of the address. 11063 "country": "A String", # The country of the address. 11064 "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. 11065 "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. 11066 "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 11067 "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values. 11068 "metadata": { # Metadata about a field. # Metadata about the address. 11069 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11070 "source": { # The source of a field. # The source of the field. 11071 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 11072 "id": "A String", # The unique identifier within the source type generated by the server. 11073 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11074 "objectType": "A String", # Output only. The profile object type. 11075 "userTypes": [ # Output only. The user types. 11076 "A String", 11077 ], 11078 }, 11079 "type": "A String", # The source type. 11080 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11081 }, 11082 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11083 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11084 }, 11085 "poBox": "A String", # The P.O. box of the address. 11086 "postalCode": "A String", # The postal code of the address. 11087 "region": "A String", # The region of the address; for example, the state or province. 11088 "streetAddress": "A String", # The street address. 11089 "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 11090 }, 11091 ], 11092 "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. 11093 "ageRanges": [ # Output only. The person's age ranges. 11094 { # A person's age range. 11095 "ageRange": "A String", # The age range. 11096 "metadata": { # Metadata about a field. # Metadata about the age range. 11097 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11098 "source": { # The source of a field. # The source of the field. 11099 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 11100 "id": "A String", # The unique identifier within the source type generated by the server. 11101 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11102 "objectType": "A String", # Output only. The profile object type. 11103 "userTypes": [ # Output only. The user types. 11104 "A String", 11105 ], 11106 }, 11107 "type": "A String", # The source type. 11108 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11109 }, 11110 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11111 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11112 }, 11113 }, 11114 ], 11115 "biographies": [ # The person's biographies. This field is a singleton for contact sources. 11116 { # A person's short biography. 11117 "contentType": "A String", # The content type of the biography. 11118 "metadata": { # Metadata about a field. # Metadata about the biography. 11119 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11120 "source": { # The source of a field. # The source of the field. 11121 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 11122 "id": "A String", # The unique identifier within the source type generated by the server. 11123 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11124 "objectType": "A String", # Output only. The profile object type. 11125 "userTypes": [ # Output only. The user types. 11126 "A String", 11127 ], 11128 }, 11129 "type": "A String", # The source type. 11130 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11131 }, 11132 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11133 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11134 }, 11135 "value": "A String", # The short biography. 11136 }, 11137 ], 11138 "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. 11139 { # A person'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 "date": { # 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 "day": 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't significant. 11142 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 11143 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 11144 }, 11145 "metadata": { # Metadata about a field. # Metadata about the birthday. 11146 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11147 "source": { # The source of a field. # The source of the field. 11148 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 11149 "id": "A String", # The unique identifier within the source type generated by the server. 11150 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11151 "objectType": "A String", # Output only. The profile object type. 11152 "userTypes": [ # Output only. The user types. 11153 "A String", 11154 ], 11155 }, 11156 "type": "A String", # The source type. 11157 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11158 }, 11159 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11160 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11161 }, 11162 "text": "A String", # A free-form string representing the user's birthday. 11163 }, 11164 ], 11165 "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. 11166 { # **DEPRECATED**: No data will be returned A person's bragging rights. 11167 "metadata": { # Metadata about a field. # Metadata about the bragging rights. 11168 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11169 "source": { # The source of a field. # The source of the field. 11170 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 11171 "id": "A String", # The unique identifier within the source type generated by the server. 11172 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11173 "objectType": "A String", # Output only. The profile object type. 11174 "userTypes": [ # Output only. The user types. 11175 "A String", 11176 ], 11177 }, 11178 "type": "A String", # The source type. 11179 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11180 }, 11181 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11182 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11183 }, 11184 "value": "A String", # The bragging rights; for example, `climbed mount everest`. 11185 }, 11186 ], 11187 "calendarUrls": [ # The person's calendar URLs. 11188 { # A person's calendar URL. 11189 "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 11190 "metadata": { # Metadata about a field. # Metadata about the calendar URL. 11191 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11192 "source": { # The source of a field. # The source of the field. 11193 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 11194 "id": "A String", # The unique identifier within the source type generated by the server. 11195 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11196 "objectType": "A String", # Output only. The profile object type. 11197 "userTypes": [ # Output only. The user types. 11198 "A String", 11199 ], 11200 }, 11201 "type": "A String", # The source type. 11202 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11203 }, 11204 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11205 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11206 }, 11207 "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` 11208 "url": "A String", # The calendar URL. 11209 }, 11210 ], 11211 "clientData": [ # The person's client data. 11212 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. 11213 "key": "A String", # The client specified key of the client data. 11214 "metadata": { # Metadata about a field. # Metadata about the client data. 11215 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11216 "source": { # The source of a field. # The source of the field. 11217 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11219 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11220 "objectType": "A String", # Output only. The profile object type. 11221 "userTypes": [ # Output only. The user types. 11222 "A String", 11223 ], 11224 }, 11225 "type": "A String", # The source type. 11226 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11227 }, 11228 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11229 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11230 }, 11231 "value": "A String", # The client specified value of the client data. 11232 }, 11233 ], 11234 "coverPhotos": [ # Output only. The person's cover photos. 11235 { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about. 11236 "default": 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 "metadata": { # Metadata about a field. # Metadata about the cover photo. 11238 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11239 "source": { # The source of a field. # The source of the field. 11240 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 11241 "id": "A String", # The unique identifier within the source type generated by the server. 11242 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11243 "objectType": "A String", # Output only. The profile object type. 11244 "userTypes": [ # Output only. The user types. 11245 "A String", 11246 ], 11247 }, 11248 "type": "A String", # The source type. 11249 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11250 }, 11251 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11252 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11253 }, 11254 "url": "A String", # The URL of the cover photo. 11255 }, 11256 ], 11257 "emailAddresses": [ # The person'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. 11258 { # A person's email address. 11259 "displayName": "A String", # The display name of the email. 11260 "formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 11261 "metadata": { # Metadata about a field. # Metadata about the email address. 11262 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11263 "source": { # The source of a field. # The source of the field. 11264 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11266 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11267 "objectType": "A String", # Output only. The profile object type. 11268 "userTypes": [ # Output only. The user types. 11269 "A String", 11270 ], 11271 }, 11272 "type": "A String", # The source type. 11273 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11274 }, 11275 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11276 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 11279 "value": "A String", # The email address. 11280 }, 11281 ], 11282 "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. 11283 "events": [ # The person's events. 11284 { # An event related to the person. 11285 "date": { # 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 "day": 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't significant. 11287 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 11288 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 11289 }, 11290 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 11291 "metadata": { # Metadata about a field. # Metadata about the event. 11292 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11293 "source": { # The source of a field. # The source of the field. 11294 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11296 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11297 "objectType": "A String", # Output only. The profile object type. 11298 "userTypes": [ # Output only. The user types. 11299 "A String", 11300 ], 11301 }, 11302 "type": "A String", # The source type. 11303 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11304 }, 11305 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11306 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` 11309 }, 11310 ], 11311 "externalIds": [ # The person's external IDs. 11312 { # An identifier from an external entity related to the person. 11313 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 11314 "metadata": { # Metadata about a field. # Metadata about the external ID. 11315 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11316 "source": { # The source of a field. # The source of the field. 11317 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11319 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11320 "objectType": "A String", # Output only. The profile object type. 11321 "userTypes": [ # Output only. The user types. 11322 "A String", 11323 ], 11324 }, 11325 "type": "A String", # The source type. 11326 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11327 }, 11328 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11329 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization` 11332 "value": "A String", # The value of the external ID. 11333 }, 11334 ], 11335 "fileAses": [ # The person's file-ases. 11336 { # The name that should be used to sort the person in a list. 11337 "metadata": { # Metadata about a field. # Metadata about the file-as. 11338 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11339 "source": { # The source of a field. # The source of the field. 11340 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11342 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11343 "objectType": "A String", # Output only. The profile object type. 11344 "userTypes": [ # Output only. The user types. 11345 "A String", 11346 ], 11347 }, 11348 "type": "A String", # The source type. 11349 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11350 }, 11351 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11352 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The file-as value 11355 }, 11356 ], 11357 "genders": [ # The person's genders. This field is a singleton for contact sources. 11358 { # A person's gender. 11359 "addressMeAs": "A String", # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them` 11360 "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized. 11361 "metadata": { # Metadata about a field. # Metadata about the gender. 11362 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11363 "source": { # The source of a field. # The source of the field. 11364 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11366 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11367 "objectType": "A String", # Output only. The profile object type. 11368 "userTypes": [ # Output only. The user types. 11369 "A String", 11370 ], 11371 }, 11372 "type": "A String", # The source type. 11373 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11374 }, 11375 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11376 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` 11379 }, 11380 ], 11381 "imClients": [ # The person's instant messaging clients. 11382 { # A person's instant messaging client. 11383 "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 11384 "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 11385 "metadata": { # Metadata about a field. # Metadata about the IM client. 11386 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11387 "source": { # The source of a field. # The source of the field. 11388 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11390 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11391 "objectType": "A String", # Output only. The profile object type. 11392 "userTypes": [ # Output only. The user types. 11393 "A String", 11394 ], 11395 }, 11396 "type": "A String", # The source type. 11397 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11398 }, 11399 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11400 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "protocol": "A String", # 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 "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` 11404 "username": "A String", # The user name used in the IM client. 11405 }, 11406 ], 11407 "interests": [ # The person's interests. 11408 { # One of the person's interests. 11409 "metadata": { # Metadata about a field. # Metadata about the interest. 11410 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11411 "source": { # The source of a field. # The source of the field. 11412 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11414 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11415 "objectType": "A String", # Output only. The profile object type. 11416 "userTypes": [ # Output only. The user types. 11417 "A String", 11418 ], 11419 }, 11420 "type": "A String", # The source type. 11421 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11422 }, 11423 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11424 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The interest; for example, `stargazing`. 11427 }, 11428 ], 11429 "locales": [ # The person's locale preferences. 11430 { # A person's locale preference. 11431 "metadata": { # Metadata about a field. # Metadata about the locale. 11432 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11433 "source": { # The source of a field. # The source of the field. 11434 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11436 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11437 "objectType": "A String", # Output only. The profile object type. 11438 "userTypes": [ # Output only. The user types. 11439 "A String", 11440 ], 11441 }, 11442 "type": "A String", # The source type. 11443 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11444 }, 11445 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11446 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. 11449 }, 11450 ], 11451 "locations": [ # The person's locations. 11452 { # A person's location. 11453 "buildingId": "A String", # The building identifier. 11454 "current": True or False, # Whether the location is the current location. 11455 "deskCode": "A String", # The individual desk location. 11456 "floor": "A String", # The floor name or number. 11457 "floorSection": "A String", # The floor section in `floor_name`. 11458 "metadata": { # Metadata about a field. # Metadata about the location. 11459 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11460 "source": { # The source of a field. # The source of the field. 11461 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11463 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11464 "objectType": "A String", # Output only. The profile object type. 11465 "userTypes": [ # Output only. The user types. 11466 "A String", 11467 ], 11468 }, 11469 "type": "A String", # The source type. 11470 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11471 }, 11472 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11473 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` 11476 "value": "A String", # The free-form value of the location. 11477 }, 11478 ], 11479 "memberships": [ # The person's group memberships. 11480 { # A person's membership in a group. Only contact group memberships can be modified. 11481 "contactGroupMembership": { # A Google contact group membership. # The contact group membership. 11482 "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. 11483 "contactGroupResourceName": "A String", # 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 "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 11484 }, 11485 "domainMembership": { # A Google Workspace Domain membership. # Output only. The domain membership. 11486 "inViewerDomain": True or False, # True if the person is in the viewer's Google Workspace domain. 11487 }, 11488 "metadata": { # Metadata about a field. # Metadata about the membership. 11489 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11490 "source": { # The source of a field. # The source of the field. 11491 "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. 11492 "id": "A String", # The unique identifier within the source type generated by the server. 11493 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11494 "objectType": "A String", # Output only. The profile object type. 11495 "userTypes": [ # Output only. The user types. 11496 "A String", 11497 ], 11498 }, 11499 "type": "A String", # The source type. 11500 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11501 }, 11502 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11503 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11504 }, 11505 }, 11506 ], 11507 "metadata": { # The metadata about a person. # Output only. Metadata about the person. 11508 "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests. 11509 "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. 11510 "A String", 11511 ], 11512 "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. 11513 "previousResourceNames": [ # 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. 11514 "A String", 11515 ], 11516 "sources": [ # The sources of data for the person. 11517 { # The source of a field. 11518 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11520 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11521 "objectType": "A String", # Output only. The profile object type. 11522 "userTypes": [ # Output only. The user types. 11523 "A String", 11524 ], 11525 }, 11526 "type": "A String", # The source type. 11527 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11528 }, 11529 ], 11530 }, 11531 "miscKeywords": [ # The person's miscellaneous keywords. 11532 { # A person's miscellaneous keyword. 11533 "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 11534 "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. 11535 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11536 "source": { # The source of a field. # The source of the field. 11537 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11539 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11540 "objectType": "A String", # Output only. The profile object type. 11541 "userTypes": [ # Output only. The user types. 11542 "A String", 11543 ], 11544 }, 11545 "type": "A String", # The source type. 11546 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11547 }, 11548 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11549 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The miscellaneous keyword type. 11552 "value": "A String", # The value of the miscellaneous keyword. 11553 }, 11554 ], 11555 "names": [ # The person's names. This field is a singleton for contact sources. 11556 { # A person's name. If the name is a mononym, the family name is empty. 11557 "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 11558 "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 11559 "familyName": "A String", # The family name. 11560 "givenName": "A String", # The given name. 11561 "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` 11562 "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` 11563 "metadata": { # Metadata about a field. # Metadata about the name. 11564 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11565 "source": { # The source of a field. # The source of the field. 11566 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11568 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11569 "objectType": "A String", # Output only. The profile object type. 11570 "userTypes": [ # Output only. The user types. 11571 "A String", 11572 ], 11573 }, 11574 "type": "A String", # The source type. 11575 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11576 }, 11577 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11578 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "middleName": "A String", # The middle name(s). 11581 "phoneticFamilyName": "A String", # The family name spelled as it sounds. 11582 "phoneticFullName": "A String", # The full name spelled as it sounds. 11583 "phoneticGivenName": "A String", # The given name spelled as it sounds. 11584 "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. 11585 "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. 11586 "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. 11587 "unstructuredName": "A String", # The free form name value. 11588 }, 11589 ], 11590 "nicknames": [ # The person's nicknames. 11591 { # A person's nickname. 11592 "metadata": { # Metadata about a field. # Metadata about the nickname. 11593 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11594 "source": { # The source of a field. # The source of the field. 11595 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11597 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11598 "objectType": "A String", # Output only. The profile object type. 11599 "userTypes": [ # Output only. The user types. 11600 "A String", 11601 ], 11602 }, 11603 "type": "A String", # The source type. 11604 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11605 }, 11606 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11607 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11608 }, 11609 "type": "A String", # The type of the nickname. 11610 "value": "A String", # The nickname. 11611 }, 11612 ], 11613 "occupations": [ # The person's occupations. 11614 { # A person's occupation. 11615 "metadata": { # Metadata about a field. # Metadata about the occupation. 11616 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11617 "source": { # The source of a field. # The source of the field. 11618 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11620 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11621 "objectType": "A String", # Output only. The profile object type. 11622 "userTypes": [ # Output only. The user types. 11623 "A String", 11624 ], 11625 }, 11626 "type": "A String", # The source type. 11627 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11628 }, 11629 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11630 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11631 }, 11632 "value": "A String", # The occupation; for example, `carpenter`. 11633 }, 11634 ], 11635 "organizations": [ # The person's past or current organizations. 11636 { # A person's past or current organization. Overlapping date ranges are permitted. 11637 "costCenter": "A String", # The person's cost center at the organization. 11638 "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. 11639 "department": "A String", # The person's department at the organization. 11640 "domain": "A String", # The domain name associated with the organization; for example, `google.com`. 11641 "endDate": { # 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 "day": 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't significant. 11643 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 11644 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 11645 }, 11646 "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 11647 "fullTimeEquivalentMillipercent": 42, # The person's full-time equivalent millipercent within the organization (100000 = 100%). 11648 "jobDescription": "A String", # The person's job description at the organization. 11649 "location": "A String", # The location of the organization office the person works at. 11650 "metadata": { # Metadata about a field. # Metadata about the organization. 11651 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11652 "source": { # The source of a field. # The source of the field. 11653 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11655 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11656 "objectType": "A String", # Output only. The profile object type. 11657 "userTypes": [ # Output only. The user types. 11658 "A String", 11659 ], 11660 }, 11661 "type": "A String", # The source type. 11662 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11663 }, 11664 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11665 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "name": "A String", # The name of the organization. 11668 "phoneticName": "A String", # The phonetic name of the organization. 11669 "startDate": { # 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 "day": 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't significant. 11671 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 11672 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 11673 }, 11674 "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. 11675 "title": "A String", # The person's job title at the organization. 11676 "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` 11677 }, 11678 ], 11679 "phoneNumbers": [ # The person'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. 11680 { # A person's phone number. 11681 "canonicalForm": "A String", # 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 "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 11683 "metadata": { # Metadata about a field. # Metadata about the phone number. 11684 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11685 "source": { # The source of a field. # The source of the field. 11686 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11688 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11689 "objectType": "A String", # Output only. The profile object type. 11690 "userTypes": [ # Output only. The user types. 11691 "A String", 11692 ], 11693 }, 11694 "type": "A String", # The source type. 11695 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11696 }, 11697 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11698 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11699 }, 11700 "type": "A String", # 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 "value": "A String", # The phone number. 11702 }, 11703 ], 11704 "photos": [ # Output only. The person's photos. 11705 { # A person's photo. A picture shown next to the person's name to help others recognize the person. 11706 "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. 11707 "metadata": { # Metadata about a field. # Metadata about the photo. 11708 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11709 "source": { # The source of a field. # The source of the field. 11710 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11712 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11713 "objectType": "A String", # Output only. The profile object type. 11714 "userTypes": [ # Output only. The user types. 11715 "A String", 11716 ], 11717 }, 11718 "type": "A String", # The source type. 11719 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11720 }, 11721 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11722 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11723 }, 11724 "url": "A String", # 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 "relations": [ # The person's relations. 11728 { # A person's relation to another person. 11729 "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 11730 "metadata": { # Metadata about a field. # Metadata about the relation. 11731 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11732 "source": { # The source of a field. # The source of the field. 11733 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11735 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11736 "objectType": "A String", # Output only. The profile object type. 11737 "userTypes": [ # Output only. The user types. 11738 "A String", 11739 ], 11740 }, 11741 "type": "A String", # The source type. 11742 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11743 }, 11744 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11745 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "person": "A String", # The name of the other person this relation refers to. 11748 "type": "A String", # The person'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 "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. 11752 { # **DEPRECATED**: No data will be returned A person's relationship interest . 11753 "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 11754 "metadata": { # Metadata about a field. # Metadata about the relationship interest. 11755 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11756 "source": { # The source of a field. # The source of the field. 11757 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11759 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11760 "objectType": "A String", # Output only. The profile object type. 11761 "userTypes": [ # Output only. The user types. 11762 "A String", 11763 ], 11764 }, 11765 "type": "A String", # The source type. 11766 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11767 }, 11768 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11769 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. 11775 { # **DEPRECATED**: No data will be returned A person's relationship status. 11776 "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 11777 "metadata": { # Metadata about a field. # Metadata about the relationship status. 11778 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11779 "source": { # The source of a field. # The source of the field. 11780 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11782 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11783 "objectType": "A String", # Output only. The profile object type. 11784 "userTypes": [ # Output only. The user types. 11785 "A String", 11786 ], 11787 }, 11788 "type": "A String", # The source type. 11789 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11790 }, 11791 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11792 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. 11798 { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. 11799 "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. 11800 "metadata": { # Metadata about a field. # Metadata about the residence. 11801 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11802 "source": { # The source of a field. # The source of the field. 11803 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11805 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11806 "objectType": "A String", # Output only. The profile object type. 11807 "userTypes": [ # Output only. The user types. 11808 "A String", 11809 ], 11810 }, 11811 "type": "A String", # The source type. 11812 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11813 }, 11814 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11815 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The address of the residence. 11818 }, 11819 ], 11820 "resourceName": "A 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}`. 11821 "sipAddresses": [ # The person's SIP addresses. 11822 { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. 11823 "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 11824 "metadata": { # Metadata about a field. # Metadata about the SIP address. 11825 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11826 "source": { # The source of a field. # The source of the field. 11827 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11829 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11830 "objectType": "A String", # Output only. The profile object type. 11831 "userTypes": [ # Output only. The user types. 11832 "A String", 11833 ], 11834 }, 11835 "type": "A String", # The source type. 11836 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11837 }, 11838 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11839 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other` 11842 "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. 11843 }, 11844 ], 11845 "skills": [ # The person's skills. 11846 { # A skill that the person has. 11847 "metadata": { # Metadata about a field. # Metadata about the skill. 11848 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11849 "source": { # The source of a field. # The source of the field. 11850 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11852 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11853 "objectType": "A String", # Output only. The profile object type. 11854 "userTypes": [ # Output only. The user types. 11855 "A String", 11856 ], 11857 }, 11858 "type": "A String", # The source type. 11859 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11860 }, 11861 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11862 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The skill; for example, `underwater basket weaving`. 11865 }, 11866 ], 11867 "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. 11868 { # **DEPRECATED**: No data will be returned A brief one-line description of the person. 11869 "metadata": { # Metadata about a field. # Metadata about the tagline. 11870 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11871 "source": { # The source of a field. # The source of the field. 11872 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11874 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11875 "objectType": "A String", # Output only. The profile object type. 11876 "userTypes": [ # Output only. The user types. 11877 "A String", 11878 ], 11879 }, 11880 "type": "A String", # The source type. 11881 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11882 }, 11883 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11884 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11885 }, 11886 "value": "A String", # The tagline. 11887 }, 11888 ], 11889 "urls": [ # The person's associated URLs. 11890 { # A person's associated URLs. 11891 "formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 11892 "metadata": { # Metadata about a field. # Metadata about the URL. 11893 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11894 "source": { # The source of a field. # The source of the field. 11895 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11897 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11898 "objectType": "A String", # Output only. The profile object type. 11899 "userTypes": [ # Output only. The user types. 11900 "A String", 11901 ], 11902 }, 11903 "type": "A String", # The source type. 11904 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11905 }, 11906 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11907 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11908 }, 11909 "type": "A String", # 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 "value": "A String", # The URL. 11911 }, 11912 ], 11913 "userDefined": [ # The person's user defined data. 11914 { # Arbitrary user data that is populated by the end users. 11915 "key": "A String", # The end user specified key of the user defined data. 11916 "metadata": { # Metadata about a field. # Metadata about the user defined data. 11917 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11918 "source": { # The source of a field. # The source of the field. 11919 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11921 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11922 "objectType": "A String", # Output only. The profile object type. 11923 "userTypes": [ # Output only. The user types. 11924 "A String", 11925 ], 11926 }, 11927 "type": "A String", # The source type. 11928 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11929 }, 11930 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11931 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 11932 }, 11933 "value": "A String", # The end user specified value of the user defined data. 11934 }, 11935 ], 11936} 11937 11938 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 11939 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) 11940 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. 11945 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 11946 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'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. 11955 "addresses": [ # The person's street addresses. 11956 { # A person's physical address. May be a P.O. box or street address. All fields are optional. 11957 "city": "A String", # The city of the address. 11958 "country": "A String", # The country of the address. 11959 "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. 11960 "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. 11961 "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 11962 "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values. 11963 "metadata": { # Metadata about a field. # Metadata about the address. 11964 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11965 "source": { # The source of a field. # The source of the field. 11966 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11968 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11969 "objectType": "A String", # Output only. The profile object type. 11970 "userTypes": [ # Output only. The user types. 11971 "A String", 11972 ], 11973 }, 11974 "type": "A String", # The source type. 11975 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 11976 }, 11977 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 11978 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "poBox": "A String", # The P.O. box of the address. 11981 "postalCode": "A String", # The postal code of the address. 11982 "region": "A String", # The region of the address; for example, the state or province. 11983 "streetAddress": "A String", # The street address. 11984 "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 11985 }, 11986 ], 11987 "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. 11988 "ageRanges": [ # Output only. The person's age ranges. 11989 { # A person's age range. 11990 "ageRange": "A String", # The age range. 11991 "metadata": { # Metadata about a field. # Metadata about the age range. 11992 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 11993 "source": { # The source of a field. # The source of the field. 11994 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 11996 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 11997 "objectType": "A String", # Output only. The profile object type. 11998 "userTypes": [ # Output only. The user types. 11999 "A String", 12000 ], 12001 }, 12002 "type": "A String", # The source type. 12003 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12004 }, 12005 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12006 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "biographies": [ # The person's biographies. This field is a singleton for contact sources. 12011 { # A person's short biography. 12012 "contentType": "A String", # The content type of the biography. 12013 "metadata": { # Metadata about a field. # Metadata about the biography. 12014 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12015 "source": { # The source of a field. # The source of the field. 12016 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12018 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12019 "objectType": "A String", # Output only. The profile object type. 12020 "userTypes": [ # Output only. The user types. 12021 "A String", 12022 ], 12023 }, 12024 "type": "A String", # The source type. 12025 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12026 }, 12027 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12028 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The short biography. 12031 }, 12032 ], 12033 "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. 12034 { # A person'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 "date": { # 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 "day": 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't significant. 12037 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 12038 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 12039 }, 12040 "metadata": { # Metadata about a field. # Metadata about the birthday. 12041 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12042 "source": { # The source of a field. # The source of the field. 12043 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12045 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12046 "objectType": "A String", # Output only. The profile object type. 12047 "userTypes": [ # Output only. The user types. 12048 "A String", 12049 ], 12050 }, 12051 "type": "A String", # The source type. 12052 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12053 }, 12054 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12055 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "text": "A String", # A free-form string representing the user's birthday. 12058 }, 12059 ], 12060 "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. 12061 { # **DEPRECATED**: No data will be returned A person's bragging rights. 12062 "metadata": { # Metadata about a field. # Metadata about the bragging rights. 12063 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12064 "source": { # The source of a field. # The source of the field. 12065 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12067 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12068 "objectType": "A String", # Output only. The profile object type. 12069 "userTypes": [ # Output only. The user types. 12070 "A String", 12071 ], 12072 }, 12073 "type": "A String", # The source type. 12074 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12075 }, 12076 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12077 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The bragging rights; for example, `climbed mount everest`. 12080 }, 12081 ], 12082 "calendarUrls": [ # The person's calendar URLs. 12083 { # A person's calendar URL. 12084 "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 12085 "metadata": { # Metadata about a field. # Metadata about the calendar URL. 12086 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12087 "source": { # The source of a field. # The source of the field. 12088 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12090 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12091 "objectType": "A String", # Output only. The profile object type. 12092 "userTypes": [ # Output only. The user types. 12093 "A String", 12094 ], 12095 }, 12096 "type": "A String", # The source type. 12097 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12098 }, 12099 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12100 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` 12103 "url": "A String", # The calendar URL. 12104 }, 12105 ], 12106 "clientData": [ # The person's client data. 12107 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. 12108 "key": "A String", # The client specified key of the client data. 12109 "metadata": { # Metadata about a field. # Metadata about the client data. 12110 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12111 "source": { # The source of a field. # The source of the field. 12112 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12114 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12115 "objectType": "A String", # Output only. The profile object type. 12116 "userTypes": [ # Output only. The user types. 12117 "A String", 12118 ], 12119 }, 12120 "type": "A String", # The source type. 12121 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12122 }, 12123 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12124 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The client specified value of the client data. 12127 }, 12128 ], 12129 "coverPhotos": [ # Output only. The person's cover photos. 12130 { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about. 12131 "default": 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 "metadata": { # Metadata about a field. # Metadata about the cover photo. 12133 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12134 "source": { # The source of a field. # The source of the field. 12135 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12137 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12138 "objectType": "A String", # Output only. The profile object type. 12139 "userTypes": [ # Output only. The user types. 12140 "A String", 12141 ], 12142 }, 12143 "type": "A String", # The source type. 12144 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12145 }, 12146 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12147 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # The URL of the cover photo. 12150 }, 12151 ], 12152 "emailAddresses": [ # The person'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. 12153 { # A person's email address. 12154 "displayName": "A String", # The display name of the email. 12155 "formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 12156 "metadata": { # Metadata about a field. # Metadata about the email address. 12157 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12158 "source": { # The source of a field. # The source of the field. 12159 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12161 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12162 "objectType": "A String", # Output only. The profile object type. 12163 "userTypes": [ # Output only. The user types. 12164 "A String", 12165 ], 12166 }, 12167 "type": "A String", # The source type. 12168 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12169 }, 12170 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12171 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 12174 "value": "A String", # The email address. 12175 }, 12176 ], 12177 "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. 12178 "events": [ # The person's events. 12179 { # An event related to the person. 12180 "date": { # 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 "day": 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't significant. 12182 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 12183 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 12184 }, 12185 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 12186 "metadata": { # Metadata about a field. # Metadata about the event. 12187 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12188 "source": { # The source of a field. # The source of the field. 12189 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12191 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12192 "objectType": "A String", # Output only. The profile object type. 12193 "userTypes": [ # Output only. The user types. 12194 "A String", 12195 ], 12196 }, 12197 "type": "A String", # The source type. 12198 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12199 }, 12200 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12201 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` 12204 }, 12205 ], 12206 "externalIds": [ # The person's external IDs. 12207 { # An identifier from an external entity related to the person. 12208 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 12209 "metadata": { # Metadata about a field. # Metadata about the external ID. 12210 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12211 "source": { # The source of a field. # The source of the field. 12212 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12214 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12215 "objectType": "A String", # Output only. The profile object type. 12216 "userTypes": [ # Output only. The user types. 12217 "A String", 12218 ], 12219 }, 12220 "type": "A String", # The source type. 12221 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12222 }, 12223 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12224 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization` 12227 "value": "A String", # The value of the external ID. 12228 }, 12229 ], 12230 "fileAses": [ # The person's file-ases. 12231 { # The name that should be used to sort the person in a list. 12232 "metadata": { # Metadata about a field. # Metadata about the file-as. 12233 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12234 "source": { # The source of a field. # The source of the field. 12235 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12237 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12238 "objectType": "A String", # Output only. The profile object type. 12239 "userTypes": [ # Output only. The user types. 12240 "A String", 12241 ], 12242 }, 12243 "type": "A String", # The source type. 12244 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12245 }, 12246 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12247 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The file-as value 12250 }, 12251 ], 12252 "genders": [ # The person's genders. This field is a singleton for contact sources. 12253 { # A person's gender. 12254 "addressMeAs": "A String", # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them` 12255 "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized. 12256 "metadata": { # Metadata about a field. # Metadata about the gender. 12257 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12258 "source": { # The source of a field. # The source of the field. 12259 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12261 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12262 "objectType": "A String", # Output only. The profile object type. 12263 "userTypes": [ # Output only. The user types. 12264 "A String", 12265 ], 12266 }, 12267 "type": "A String", # The source type. 12268 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12269 }, 12270 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12271 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` 12274 }, 12275 ], 12276 "imClients": [ # The person's instant messaging clients. 12277 { # A person's instant messaging client. 12278 "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 12279 "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 12280 "metadata": { # Metadata about a field. # Metadata about the IM client. 12281 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12282 "source": { # The source of a field. # The source of the field. 12283 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12285 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12286 "objectType": "A String", # Output only. The profile object type. 12287 "userTypes": [ # Output only. The user types. 12288 "A String", 12289 ], 12290 }, 12291 "type": "A String", # The source type. 12292 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12293 }, 12294 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12295 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "protocol": "A String", # 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 "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` 12299 "username": "A String", # The user name used in the IM client. 12300 }, 12301 ], 12302 "interests": [ # The person's interests. 12303 { # One of the person's interests. 12304 "metadata": { # Metadata about a field. # Metadata about the interest. 12305 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12306 "source": { # The source of a field. # The source of the field. 12307 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12309 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12310 "objectType": "A String", # Output only. The profile object type. 12311 "userTypes": [ # Output only. The user types. 12312 "A String", 12313 ], 12314 }, 12315 "type": "A String", # The source type. 12316 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12317 }, 12318 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12319 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The interest; for example, `stargazing`. 12322 }, 12323 ], 12324 "locales": [ # The person's locale preferences. 12325 { # A person's locale preference. 12326 "metadata": { # Metadata about a field. # Metadata about the locale. 12327 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12328 "source": { # The source of a field. # The source of the field. 12329 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12331 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12332 "objectType": "A String", # Output only. The profile object type. 12333 "userTypes": [ # Output only. The user types. 12334 "A String", 12335 ], 12336 }, 12337 "type": "A String", # The source type. 12338 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12339 }, 12340 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12341 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. 12344 }, 12345 ], 12346 "locations": [ # The person's locations. 12347 { # A person's location. 12348 "buildingId": "A String", # The building identifier. 12349 "current": True or False, # Whether the location is the current location. 12350 "deskCode": "A String", # The individual desk location. 12351 "floor": "A String", # The floor name or number. 12352 "floorSection": "A String", # The floor section in `floor_name`. 12353 "metadata": { # Metadata about a field. # Metadata about the location. 12354 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12355 "source": { # The source of a field. # The source of the field. 12356 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12358 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12359 "objectType": "A String", # Output only. The profile object type. 12360 "userTypes": [ # Output only. The user types. 12361 "A String", 12362 ], 12363 }, 12364 "type": "A String", # The source type. 12365 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12366 }, 12367 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12368 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` 12371 "value": "A String", # The free-form value of the location. 12372 }, 12373 ], 12374 "memberships": [ # The person's group memberships. 12375 { # A person's membership in a group. Only contact group memberships can be modified. 12376 "contactGroupMembership": { # A Google contact group membership. # The contact group membership. 12377 "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. 12378 "contactGroupResourceName": "A String", # 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 "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 12379 }, 12380 "domainMembership": { # A Google Workspace Domain membership. # Output only. The domain membership. 12381 "inViewerDomain": True or False, # True if the person is in the viewer's Google Workspace domain. 12382 }, 12383 "metadata": { # Metadata about a field. # Metadata about the membership. 12384 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12385 "source": { # The source of a field. # The source of the field. 12386 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12388 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12389 "objectType": "A String", # Output only. The profile object type. 12390 "userTypes": [ # Output only. The user types. 12391 "A String", 12392 ], 12393 }, 12394 "type": "A String", # The source type. 12395 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12396 }, 12397 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12398 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "metadata": { # The metadata about a person. # Output only. Metadata about the person. 12403 "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests. 12404 "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. 12405 "A String", 12406 ], 12407 "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. 12408 "previousResourceNames": [ # 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. 12409 "A String", 12410 ], 12411 "sources": [ # The sources of data for the person. 12412 { # The source of a field. 12413 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12415 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12416 "objectType": "A String", # Output only. The profile object type. 12417 "userTypes": [ # Output only. The user types. 12418 "A String", 12419 ], 12420 }, 12421 "type": "A String", # The source type. 12422 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12423 }, 12424 ], 12425 }, 12426 "miscKeywords": [ # The person's miscellaneous keywords. 12427 { # A person's miscellaneous keyword. 12428 "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 12429 "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. 12430 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12431 "source": { # The source of a field. # The source of the field. 12432 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12434 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12435 "objectType": "A String", # Output only. The profile object type. 12436 "userTypes": [ # Output only. The user types. 12437 "A String", 12438 ], 12439 }, 12440 "type": "A String", # The source type. 12441 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12442 }, 12443 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12444 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12445 }, 12446 "type": "A String", # The miscellaneous keyword type. 12447 "value": "A String", # The value of the miscellaneous keyword. 12448 }, 12449 ], 12450 "names": [ # The person's names. This field is a singleton for contact sources. 12451 { # A person's name. If the name is a mononym, the family name is empty. 12452 "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 12453 "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 12454 "familyName": "A String", # The family name. 12455 "givenName": "A String", # The given name. 12456 "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` 12457 "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` 12458 "metadata": { # Metadata about a field. # Metadata about the name. 12459 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12460 "source": { # The source of a field. # The source of the field. 12461 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12463 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12464 "objectType": "A String", # Output only. The profile object type. 12465 "userTypes": [ # Output only. The user types. 12466 "A String", 12467 ], 12468 }, 12469 "type": "A String", # The source type. 12470 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12471 }, 12472 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12473 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12474 }, 12475 "middleName": "A String", # The middle name(s). 12476 "phoneticFamilyName": "A String", # The family name spelled as it sounds. 12477 "phoneticFullName": "A String", # The full name spelled as it sounds. 12478 "phoneticGivenName": "A String", # The given name spelled as it sounds. 12479 "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. 12480 "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. 12481 "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. 12482 "unstructuredName": "A String", # The free form name value. 12483 }, 12484 ], 12485 "nicknames": [ # The person's nicknames. 12486 { # A person's nickname. 12487 "metadata": { # Metadata about a field. # Metadata about the nickname. 12488 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12489 "source": { # The source of a field. # The source of the field. 12490 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12492 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12493 "objectType": "A String", # Output only. The profile object type. 12494 "userTypes": [ # Output only. The user types. 12495 "A String", 12496 ], 12497 }, 12498 "type": "A String", # The source type. 12499 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12500 }, 12501 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12502 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12503 }, 12504 "type": "A String", # The type of the nickname. 12505 "value": "A String", # The nickname. 12506 }, 12507 ], 12508 "occupations": [ # The person's occupations. 12509 { # A person's occupation. 12510 "metadata": { # Metadata about a field. # Metadata about the occupation. 12511 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12512 "source": { # The source of a field. # The source of the field. 12513 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12515 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12516 "objectType": "A String", # Output only. The profile object type. 12517 "userTypes": [ # Output only. The user types. 12518 "A String", 12519 ], 12520 }, 12521 "type": "A String", # The source type. 12522 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12523 }, 12524 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12525 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12526 }, 12527 "value": "A String", # The occupation; for example, `carpenter`. 12528 }, 12529 ], 12530 "organizations": [ # The person's past or current organizations. 12531 { # A person's past or current organization. Overlapping date ranges are permitted. 12532 "costCenter": "A String", # The person's cost center at the organization. 12533 "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. 12534 "department": "A String", # The person's department at the organization. 12535 "domain": "A String", # The domain name associated with the organization; for example, `google.com`. 12536 "endDate": { # 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 "day": 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't significant. 12538 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 12539 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 12540 }, 12541 "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 12542 "fullTimeEquivalentMillipercent": 42, # The person's full-time equivalent millipercent within the organization (100000 = 100%). 12543 "jobDescription": "A String", # The person's job description at the organization. 12544 "location": "A String", # The location of the organization office the person works at. 12545 "metadata": { # Metadata about a field. # Metadata about the organization. 12546 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12547 "source": { # The source of a field. # The source of the field. 12548 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12550 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12551 "objectType": "A String", # Output only. The profile object type. 12552 "userTypes": [ # Output only. The user types. 12553 "A String", 12554 ], 12555 }, 12556 "type": "A String", # The source type. 12557 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12558 }, 12559 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12560 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12561 }, 12562 "name": "A String", # The name of the organization. 12563 "phoneticName": "A String", # The phonetic name of the organization. 12564 "startDate": { # 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 "day": 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't significant. 12566 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 12567 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 12568 }, 12569 "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. 12570 "title": "A String", # The person's job title at the organization. 12571 "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` 12572 }, 12573 ], 12574 "phoneNumbers": [ # The person'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. 12575 { # A person's phone number. 12576 "canonicalForm": "A String", # 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 "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 12578 "metadata": { # Metadata about a field. # Metadata about the phone number. 12579 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12580 "source": { # The source of a field. # The source of the field. 12581 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12583 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12584 "objectType": "A String", # Output only. The profile object type. 12585 "userTypes": [ # Output only. The user types. 12586 "A String", 12587 ], 12588 }, 12589 "type": "A String", # The source type. 12590 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12591 }, 12592 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12593 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12594 }, 12595 "type": "A String", # 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 "value": "A String", # The phone number. 12597 }, 12598 ], 12599 "photos": [ # Output only. The person's photos. 12600 { # A person's photo. A picture shown next to the person's name to help others recognize the person. 12601 "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. 12602 "metadata": { # Metadata about a field. # Metadata about the photo. 12603 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12604 "source": { # The source of a field. # The source of the field. 12605 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12607 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12608 "objectType": "A String", # Output only. The profile object type. 12609 "userTypes": [ # Output only. The user types. 12610 "A String", 12611 ], 12612 }, 12613 "type": "A String", # The source type. 12614 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12615 }, 12616 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12617 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12618 }, 12619 "url": "A String", # 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 "relations": [ # The person's relations. 12623 { # A person's relation to another person. 12624 "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 12625 "metadata": { # Metadata about a field. # Metadata about the relation. 12626 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12627 "source": { # The source of a field. # The source of the field. 12628 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12630 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12631 "objectType": "A String", # Output only. The profile object type. 12632 "userTypes": [ # Output only. The user types. 12633 "A String", 12634 ], 12635 }, 12636 "type": "A String", # The source type. 12637 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12638 }, 12639 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12640 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12641 }, 12642 "person": "A String", # The name of the other person this relation refers to. 12643 "type": "A String", # The person'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 "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. 12647 { # **DEPRECATED**: No data will be returned A person's relationship interest . 12648 "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 12649 "metadata": { # Metadata about a field. # Metadata about the relationship interest. 12650 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12651 "source": { # The source of a field. # The source of the field. 12652 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12654 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12655 "objectType": "A String", # Output only. The profile object type. 12656 "userTypes": [ # Output only. The user types. 12657 "A String", 12658 ], 12659 }, 12660 "type": "A String", # The source type. 12661 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12662 }, 12663 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12664 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12665 }, 12666 "value": "A String", # 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 "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. 12670 { # **DEPRECATED**: No data will be returned A person's relationship status. 12671 "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 12672 "metadata": { # Metadata about a field. # Metadata about the relationship status. 12673 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12674 "source": { # The source of a field. # The source of the field. 12675 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12677 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12678 "objectType": "A String", # Output only. The profile object type. 12679 "userTypes": [ # Output only. The user types. 12680 "A String", 12681 ], 12682 }, 12683 "type": "A String", # The source type. 12684 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12685 }, 12686 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12687 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12688 }, 12689 "value": "A String", # 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 "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. 12693 { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. 12694 "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. 12695 "metadata": { # Metadata about a field. # Metadata about the residence. 12696 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12697 "source": { # The source of a field. # The source of the field. 12698 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12700 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12701 "objectType": "A String", # Output only. The profile object type. 12702 "userTypes": [ # Output only. The user types. 12703 "A String", 12704 ], 12705 }, 12706 "type": "A String", # The source type. 12707 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12708 }, 12709 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12710 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12711 }, 12712 "value": "A String", # The address of the residence. 12713 }, 12714 ], 12715 "resourceName": "A 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}`. 12716 "sipAddresses": [ # The person's SIP addresses. 12717 { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. 12718 "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 12719 "metadata": { # Metadata about a field. # Metadata about the SIP address. 12720 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12721 "source": { # The source of a field. # The source of the field. 12722 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12724 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12725 "objectType": "A String", # Output only. The profile object type. 12726 "userTypes": [ # Output only. The user types. 12727 "A String", 12728 ], 12729 }, 12730 "type": "A String", # The source type. 12731 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12732 }, 12733 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12734 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12735 }, 12736 "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other` 12737 "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. 12738 }, 12739 ], 12740 "skills": [ # The person's skills. 12741 { # A skill that the person has. 12742 "metadata": { # Metadata about a field. # Metadata about the skill. 12743 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12744 "source": { # The source of a field. # The source of the field. 12745 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12747 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12748 "objectType": "A String", # Output only. The profile object type. 12749 "userTypes": [ # Output only. The user types. 12750 "A String", 12751 ], 12752 }, 12753 "type": "A String", # The source type. 12754 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12755 }, 12756 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12757 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12758 }, 12759 "value": "A String", # The skill; for example, `underwater basket weaving`. 12760 }, 12761 ], 12762 "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. 12763 { # **DEPRECATED**: No data will be returned A brief one-line description of the person. 12764 "metadata": { # Metadata about a field. # Metadata about the tagline. 12765 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12766 "source": { # The source of a field. # The source of the field. 12767 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12769 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12770 "objectType": "A String", # Output only. The profile object type. 12771 "userTypes": [ # Output only. The user types. 12772 "A String", 12773 ], 12774 }, 12775 "type": "A String", # The source type. 12776 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12777 }, 12778 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12779 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12780 }, 12781 "value": "A String", # The tagline. 12782 }, 12783 ], 12784 "urls": [ # The person's associated URLs. 12785 { # A person's associated URLs. 12786 "formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 12787 "metadata": { # Metadata about a field. # Metadata about the URL. 12788 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12789 "source": { # The source of a field. # The source of the field. 12790 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12792 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12793 "objectType": "A String", # Output only. The profile object type. 12794 "userTypes": [ # Output only. The user types. 12795 "A String", 12796 ], 12797 }, 12798 "type": "A String", # The source type. 12799 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12800 }, 12801 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12802 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The URL. 12806 }, 12807 ], 12808 "userDefined": [ # The person's user defined data. 12809 { # Arbitrary user data that is populated by the end users. 12810 "key": "A String", # The end user specified key of the user defined data. 12811 "metadata": { # Metadata about a field. # Metadata about the user defined data. 12812 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12813 "source": { # The source of a field. # The source of the field. 12814 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12816 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12817 "objectType": "A String", # Output only. The profile object type. 12818 "userTypes": [ # Output only. The user types. 12819 "A String", 12820 ], 12821 }, 12822 "type": "A String", # The source type. 12823 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12824 }, 12825 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12826 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The end user specified value of the user defined data. 12829 }, 12830 ], 12831}</pre> 12832</div> 12833 12834<div class="method"> 12835 <code class="details" id="updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</code> 12836 <pre>Update a contact's photo. 12837 12838Args: 12839 resourceName: string, Required. Person resource name (required) 12840 body: object, The request body. 12841 The object takes the form of: 12842 12843{ # A request to update an existing contact's photo. All requests must have a valid photo format: JPEG or PNG. 12844 "personFields": "A 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 12845 "photoBytes": "A String", # Required. Raw photo bytes 12846 "sources": [ # Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. 12847 "A String", 12848 ], 12849} 12850 12851 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 12859 { # The response for updating a contact's photo. 12860 "person": { # Information about a person merged from various data sources such as the authenticated user'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 "addresses": [ # The person's street addresses. 12862 { # A person's physical address. May be a P.O. box or street address. All fields are optional. 12863 "city": "A String", # The city of the address. 12864 "country": "A String", # The country of the address. 12865 "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. 12866 "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. 12867 "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 12868 "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values. 12869 "metadata": { # Metadata about a field. # Metadata about the address. 12870 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12871 "source": { # The source of a field. # The source of the field. 12872 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12874 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12875 "objectType": "A String", # Output only. The profile object type. 12876 "userTypes": [ # Output only. The user types. 12877 "A String", 12878 ], 12879 }, 12880 "type": "A String", # The source type. 12881 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12882 }, 12883 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12884 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "poBox": "A String", # The P.O. box of the address. 12887 "postalCode": "A String", # The postal code of the address. 12888 "region": "A String", # The region of the address; for example, the state or province. 12889 "streetAddress": "A String", # The street address. 12890 "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 12891 }, 12892 ], 12893 "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. 12894 "ageRanges": [ # Output only. The person's age ranges. 12895 { # A person's age range. 12896 "ageRange": "A String", # The age range. 12897 "metadata": { # Metadata about a field. # Metadata about the age range. 12898 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12899 "source": { # The source of a field. # The source of the field. 12900 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12902 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12903 "objectType": "A String", # Output only. The profile object type. 12904 "userTypes": [ # Output only. The user types. 12905 "A String", 12906 ], 12907 }, 12908 "type": "A String", # The source type. 12909 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12910 }, 12911 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12912 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12913 }, 12914 }, 12915 ], 12916 "biographies": [ # The person's biographies. This field is a singleton for contact sources. 12917 { # A person's short biography. 12918 "contentType": "A String", # The content type of the biography. 12919 "metadata": { # Metadata about a field. # Metadata about the biography. 12920 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12921 "source": { # The source of a field. # The source of the field. 12922 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12924 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12925 "objectType": "A String", # Output only. The profile object type. 12926 "userTypes": [ # Output only. The user types. 12927 "A String", 12928 ], 12929 }, 12930 "type": "A String", # The source type. 12931 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12932 }, 12933 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12934 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12935 }, 12936 "value": "A String", # The short biography. 12937 }, 12938 ], 12939 "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. 12940 { # A person'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 "date": { # 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 "day": 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't significant. 12943 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 12944 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 12945 }, 12946 "metadata": { # Metadata about a field. # Metadata about the birthday. 12947 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12948 "source": { # The source of a field. # The source of the field. 12949 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12951 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12952 "objectType": "A String", # Output only. The profile object type. 12953 "userTypes": [ # Output only. The user types. 12954 "A String", 12955 ], 12956 }, 12957 "type": "A String", # The source type. 12958 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12959 }, 12960 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12961 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12962 }, 12963 "text": "A String", # A free-form string representing the user's birthday. 12964 }, 12965 ], 12966 "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. 12967 { # **DEPRECATED**: No data will be returned A person's bragging rights. 12968 "metadata": { # Metadata about a field. # Metadata about the bragging rights. 12969 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12970 "source": { # The source of a field. # The source of the field. 12971 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12973 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12974 "objectType": "A String", # Output only. The profile object type. 12975 "userTypes": [ # Output only. The user types. 12976 "A String", 12977 ], 12978 }, 12979 "type": "A String", # The source type. 12980 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 12981 }, 12982 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 12983 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 12984 }, 12985 "value": "A String", # The bragging rights; for example, `climbed mount everest`. 12986 }, 12987 ], 12988 "calendarUrls": [ # The person's calendar URLs. 12989 { # A person's calendar URL. 12990 "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 12991 "metadata": { # Metadata about a field. # Metadata about the calendar URL. 12992 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 12993 "source": { # The source of a field. # The source of the field. 12994 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 12996 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 12997 "objectType": "A String", # Output only. The profile object type. 12998 "userTypes": [ # Output only. The user types. 12999 "A String", 13000 ], 13001 }, 13002 "type": "A String", # The source type. 13003 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13004 }, 13005 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13006 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 13007 }, 13008 "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` 13009 "url": "A String", # The calendar URL. 13010 }, 13011 ], 13012 "clientData": [ # The person's client data. 13013 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. 13014 "key": "A String", # The client specified key of the client data. 13015 "metadata": { # Metadata about a field. # Metadata about the client data. 13016 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13017 "source": { # The source of a field. # The source of the field. 13018 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13020 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13021 "objectType": "A String", # Output only. The profile object type. 13022 "userTypes": [ # Output only. The user types. 13023 "A String", 13024 ], 13025 }, 13026 "type": "A String", # The source type. 13027 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13028 }, 13029 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13030 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 13031 }, 13032 "value": "A String", # The client specified value of the client data. 13033 }, 13034 ], 13035 "coverPhotos": [ # Output only. The person's cover photos. 13036 { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about. 13037 "default": 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 "metadata": { # Metadata about a field. # Metadata about the cover photo. 13039 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13040 "source": { # The source of a field. # The source of the field. 13041 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13043 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13044 "objectType": "A String", # Output only. The profile object type. 13045 "userTypes": [ # Output only. The user types. 13046 "A String", 13047 ], 13048 }, 13049 "type": "A String", # The source type. 13050 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13051 }, 13052 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13053 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 13054 }, 13055 "url": "A String", # The URL of the cover photo. 13056 }, 13057 ], 13058 "emailAddresses": [ # The person'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. 13059 { # A person's email address. 13060 "displayName": "A String", # The display name of the email. 13061 "formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 13062 "metadata": { # Metadata about a field. # Metadata about the email address. 13063 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13064 "source": { # The source of a field. # The source of the field. 13065 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13067 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13068 "objectType": "A String", # Output only. The profile object type. 13069 "userTypes": [ # Output only. The user types. 13070 "A String", 13071 ], 13072 }, 13073 "type": "A String", # The source type. 13074 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13075 }, 13076 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13077 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 13078 }, 13079 "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` 13080 "value": "A String", # The email address. 13081 }, 13082 ], 13083 "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. 13084 "events": [ # The person's events. 13085 { # An event related to the person. 13086 "date": { # 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 "day": 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't significant. 13088 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 13089 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 13090 }, 13091 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 13092 "metadata": { # Metadata about a field. # Metadata about the event. 13093 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13094 "source": { # The source of a field. # The source of the field. 13095 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13097 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13098 "objectType": "A String", # Output only. The profile object type. 13099 "userTypes": [ # Output only. The user types. 13100 "A String", 13101 ], 13102 }, 13103 "type": "A String", # The source type. 13104 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13105 }, 13106 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13107 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 13108 }, 13109 "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` 13110 }, 13111 ], 13112 "externalIds": [ # The person's external IDs. 13113 { # An identifier from an external entity related to the person. 13114 "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 13115 "metadata": { # Metadata about a field. # Metadata about the external ID. 13116 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13117 "source": { # The source of a field. # The source of the field. 13118 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13120 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13121 "objectType": "A String", # Output only. The profile object type. 13122 "userTypes": [ # Output only. The user types. 13123 "A String", 13124 ], 13125 }, 13126 "type": "A String", # The source type. 13127 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13128 }, 13129 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13130 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 13131 }, 13132 "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization` 13133 "value": "A String", # The value of the external ID. 13134 }, 13135 ], 13136 "fileAses": [ # The person's file-ases. 13137 { # The name that should be used to sort the person in a list. 13138 "metadata": { # Metadata about a field. # Metadata about the file-as. 13139 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13140 "source": { # The source of a field. # The source of the field. 13141 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13143 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13144 "objectType": "A String", # Output only. The profile object type. 13145 "userTypes": [ # Output only. The user types. 13146 "A String", 13147 ], 13148 }, 13149 "type": "A String", # The source type. 13150 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13151 }, 13152 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13153 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 13154 }, 13155 "value": "A String", # The file-as value 13156 }, 13157 ], 13158 "genders": [ # The person's genders. This field is a singleton for contact sources. 13159 { # A person's gender. 13160 "addressMeAs": "A String", # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them` 13161 "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized. 13162 "metadata": { # Metadata about a field. # Metadata about the gender. 13163 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13164 "source": { # The source of a field. # The source of the field. 13165 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13167 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13168 "objectType": "A String", # Output only. The profile object type. 13169 "userTypes": [ # Output only. The user types. 13170 "A String", 13171 ], 13172 }, 13173 "type": "A String", # The source type. 13174 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13175 }, 13176 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13177 "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. 13178 }, 13179 "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` 13180 }, 13181 ], 13182 "imClients": [ # The person's instant messaging clients. 13183 { # A person's instant messaging client. 13184 "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 13185 "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 13186 "metadata": { # Metadata about a field. # Metadata about the IM client. 13187 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13188 "source": { # The source of a field. # The source of the field. 13189 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13191 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13192 "objectType": "A String", # Output only. The profile object type. 13193 "userTypes": [ # Output only. The user types. 13194 "A String", 13195 ], 13196 }, 13197 "type": "A String", # The source type. 13198 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13199 }, 13200 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13201 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "protocol": "A String", # 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 "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` 13205 "username": "A String", # The user name used in the IM client. 13206 }, 13207 ], 13208 "interests": [ # The person's interests. 13209 { # One of the person's interests. 13210 "metadata": { # Metadata about a field. # Metadata about the interest. 13211 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13212 "source": { # The source of a field. # The source of the field. 13213 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13215 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13216 "objectType": "A String", # Output only. The profile object type. 13217 "userTypes": [ # Output only. The user types. 13218 "A String", 13219 ], 13220 }, 13221 "type": "A String", # The source type. 13222 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13223 }, 13224 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13225 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The interest; for example, `stargazing`. 13228 }, 13229 ], 13230 "locales": [ # The person's locale preferences. 13231 { # A person's locale preference. 13232 "metadata": { # Metadata about a field. # Metadata about the locale. 13233 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13234 "source": { # The source of a field. # The source of the field. 13235 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13237 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13238 "objectType": "A String", # Output only. The profile object type. 13239 "userTypes": [ # Output only. The user types. 13240 "A String", 13241 ], 13242 }, 13243 "type": "A String", # The source type. 13244 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13245 }, 13246 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13247 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. 13250 }, 13251 ], 13252 "locations": [ # The person's locations. 13253 { # A person's location. 13254 "buildingId": "A String", # The building identifier. 13255 "current": True or False, # Whether the location is the current location. 13256 "deskCode": "A String", # The individual desk location. 13257 "floor": "A String", # The floor name or number. 13258 "floorSection": "A String", # The floor section in `floor_name`. 13259 "metadata": { # Metadata about a field. # Metadata about the location. 13260 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13261 "source": { # The source of a field. # The source of the field. 13262 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13264 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13265 "objectType": "A String", # Output only. The profile object type. 13266 "userTypes": [ # Output only. The user types. 13267 "A String", 13268 ], 13269 }, 13270 "type": "A String", # The source type. 13271 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13272 }, 13273 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13274 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` 13277 "value": "A String", # The free-form value of the location. 13278 }, 13279 ], 13280 "memberships": [ # The person's group memberships. 13281 { # A person's membership in a group. Only contact group memberships can be modified. 13282 "contactGroupMembership": { # A Google contact group membership. # The contact group membership. 13283 "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. 13284 "contactGroupResourceName": "A String", # 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 "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership. 13285 }, 13286 "domainMembership": { # A Google Workspace Domain membership. # Output only. The domain membership. 13287 "inViewerDomain": True or False, # True if the person is in the viewer's Google Workspace domain. 13288 }, 13289 "metadata": { # Metadata about a field. # Metadata about the membership. 13290 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13291 "source": { # The source of a field. # The source of the field. 13292 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13294 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13295 "objectType": "A String", # Output only. The profile object type. 13296 "userTypes": [ # Output only. The user types. 13297 "A String", 13298 ], 13299 }, 13300 "type": "A String", # The source type. 13301 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13302 }, 13303 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13304 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "metadata": { # The metadata about a person. # Output only. Metadata about the person. 13309 "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests. 13310 "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. 13311 "A String", 13312 ], 13313 "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. 13314 "previousResourceNames": [ # 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. 13315 "A String", 13316 ], 13317 "sources": [ # The sources of data for the person. 13318 { # The source of a field. 13319 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13321 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13322 "objectType": "A String", # Output only. The profile object type. 13323 "userTypes": [ # Output only. The user types. 13324 "A String", 13325 ], 13326 }, 13327 "type": "A String", # The source type. 13328 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13329 }, 13330 ], 13331 }, 13332 "miscKeywords": [ # The person's miscellaneous keywords. 13333 { # A person's miscellaneous keyword. 13334 "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 13335 "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. 13336 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13337 "source": { # The source of a field. # The source of the field. 13338 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13340 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13341 "objectType": "A String", # Output only. The profile object type. 13342 "userTypes": [ # Output only. The user types. 13343 "A String", 13344 ], 13345 }, 13346 "type": "A String", # The source type. 13347 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13348 }, 13349 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13350 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The miscellaneous keyword type. 13353 "value": "A String", # The value of the miscellaneous keyword. 13354 }, 13355 ], 13356 "names": [ # The person's names. This field is a singleton for contact sources. 13357 { # A person's name. If the name is a mononym, the family name is empty. 13358 "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 13359 "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header. 13360 "familyName": "A String", # The family name. 13361 "givenName": "A String", # The given name. 13362 "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` 13363 "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` 13364 "metadata": { # Metadata about a field. # Metadata about the name. 13365 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13366 "source": { # The source of a field. # The source of the field. 13367 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13369 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13370 "objectType": "A String", # Output only. The profile object type. 13371 "userTypes": [ # Output only. The user types. 13372 "A String", 13373 ], 13374 }, 13375 "type": "A String", # The source type. 13376 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13377 }, 13378 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13379 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "middleName": "A String", # The middle name(s). 13382 "phoneticFamilyName": "A String", # The family name spelled as it sounds. 13383 "phoneticFullName": "A String", # The full name spelled as it sounds. 13384 "phoneticGivenName": "A String", # The given name spelled as it sounds. 13385 "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. 13386 "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. 13387 "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. 13388 "unstructuredName": "A String", # The free form name value. 13389 }, 13390 ], 13391 "nicknames": [ # The person's nicknames. 13392 { # A person's nickname. 13393 "metadata": { # Metadata about a field. # Metadata about the nickname. 13394 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13395 "source": { # The source of a field. # The source of the field. 13396 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13398 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13399 "objectType": "A String", # Output only. The profile object type. 13400 "userTypes": [ # Output only. The user types. 13401 "A String", 13402 ], 13403 }, 13404 "type": "A String", # The source type. 13405 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13406 }, 13407 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13408 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the nickname. 13411 "value": "A String", # The nickname. 13412 }, 13413 ], 13414 "occupations": [ # The person's occupations. 13415 { # A person's occupation. 13416 "metadata": { # Metadata about a field. # Metadata about the occupation. 13417 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13418 "source": { # The source of a field. # The source of the field. 13419 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13421 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13422 "objectType": "A String", # Output only. The profile object type. 13423 "userTypes": [ # Output only. The user types. 13424 "A String", 13425 ], 13426 }, 13427 "type": "A String", # The source type. 13428 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13429 }, 13430 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13431 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The occupation; for example, `carpenter`. 13434 }, 13435 ], 13436 "organizations": [ # The person's past or current organizations. 13437 { # A person's past or current organization. Overlapping date ranges are permitted. 13438 "costCenter": "A String", # The person's cost center at the organization. 13439 "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. 13440 "department": "A String", # The person's department at the organization. 13441 "domain": "A String", # The domain name associated with the organization; for example, `google.com`. 13442 "endDate": { # 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 "day": 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't significant. 13444 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 13445 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 13446 }, 13447 "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 13448 "fullTimeEquivalentMillipercent": 42, # The person's full-time equivalent millipercent within the organization (100000 = 100%). 13449 "jobDescription": "A String", # The person's job description at the organization. 13450 "location": "A String", # The location of the organization office the person works at. 13451 "metadata": { # Metadata about a field. # Metadata about the organization. 13452 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13453 "source": { # The source of a field. # The source of the field. 13454 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13456 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13457 "objectType": "A String", # Output only. The profile object type. 13458 "userTypes": [ # Output only. The user types. 13459 "A String", 13460 ], 13461 }, 13462 "type": "A String", # The source type. 13463 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13464 }, 13465 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13466 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "name": "A String", # The name of the organization. 13469 "phoneticName": "A String", # The phonetic name of the organization. 13470 "startDate": { # 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 "day": 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't significant. 13472 "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. 13473 "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. 13474 }, 13475 "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. 13476 "title": "A String", # The person's job title at the organization. 13477 "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` 13478 }, 13479 ], 13480 "phoneNumbers": [ # The person'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. 13481 { # A person's phone number. 13482 "canonicalForm": "A String", # 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 "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 13484 "metadata": { # Metadata about a field. # Metadata about the phone number. 13485 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13486 "source": { # The source of a field. # The source of the field. 13487 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13489 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13490 "objectType": "A String", # Output only. The profile object type. 13491 "userTypes": [ # Output only. The user types. 13492 "A String", 13493 ], 13494 }, 13495 "type": "A String", # The source type. 13496 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13497 }, 13498 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13499 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The phone number. 13503 }, 13504 ], 13505 "photos": [ # Output only. The person's photos. 13506 { # A person's photo. A picture shown next to the person's name to help others recognize the person. 13507 "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. 13508 "metadata": { # Metadata about a field. # Metadata about the photo. 13509 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13510 "source": { # The source of a field. # The source of the field. 13511 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13513 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13514 "objectType": "A String", # Output only. The profile object type. 13515 "userTypes": [ # Output only. The user types. 13516 "A String", 13517 ], 13518 }, 13519 "type": "A String", # The source type. 13520 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13521 }, 13522 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13523 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "url": "A String", # 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 "relations": [ # The person's relations. 13529 { # A person's relation to another person. 13530 "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 13531 "metadata": { # Metadata about a field. # Metadata about the relation. 13532 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13533 "source": { # The source of a field. # The source of the field. 13534 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13536 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13537 "objectType": "A String", # Output only. The profile object type. 13538 "userTypes": [ # Output only. The user types. 13539 "A String", 13540 ], 13541 }, 13542 "type": "A String", # The source type. 13543 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13544 }, 13545 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13546 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "person": "A String", # The name of the other person this relation refers to. 13549 "type": "A String", # The person'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 "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. 13553 { # **DEPRECATED**: No data will be returned A person's relationship interest . 13554 "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header. 13555 "metadata": { # Metadata about a field. # Metadata about the relationship interest. 13556 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13557 "source": { # The source of a field. # The source of the field. 13558 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13560 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13561 "objectType": "A String", # Output only. The profile object type. 13562 "userTypes": [ # Output only. The user types. 13563 "A String", 13564 ], 13565 }, 13566 "type": "A String", # The source type. 13567 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13568 }, 13569 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13570 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. 13576 { # **DEPRECATED**: No data will be returned A person's relationship status. 13577 "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 13578 "metadata": { # Metadata about a field. # Metadata about the relationship status. 13579 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13580 "source": { # The source of a field. # The source of the field. 13581 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13583 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13584 "objectType": "A String", # Output only. The profile object type. 13585 "userTypes": [ # Output only. The user types. 13586 "A String", 13587 ], 13588 }, 13589 "type": "A String", # The source type. 13590 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13591 }, 13592 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13593 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # 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 "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. 13599 { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. 13600 "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. 13601 "metadata": { # Metadata about a field. # Metadata about the residence. 13602 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13603 "source": { # The source of a field. # The source of the field. 13604 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13606 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13607 "objectType": "A String", # Output only. The profile object type. 13608 "userTypes": [ # Output only. The user types. 13609 "A String", 13610 ], 13611 }, 13612 "type": "A String", # The source type. 13613 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13614 }, 13615 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13616 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The address of the residence. 13619 }, 13620 ], 13621 "resourceName": "A 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}`. 13622 "sipAddresses": [ # The person's SIP addresses. 13623 { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. 13624 "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 13625 "metadata": { # Metadata about a field. # Metadata about the SIP address. 13626 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13627 "source": { # The source of a field. # The source of the field. 13628 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13630 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13631 "objectType": "A String", # Output only. The profile object type. 13632 "userTypes": [ # Output only. The user types. 13633 "A String", 13634 ], 13635 }, 13636 "type": "A String", # The source type. 13637 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13638 }, 13639 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13640 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other` 13643 "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. 13644 }, 13645 ], 13646 "skills": [ # The person's skills. 13647 { # A skill that the person has. 13648 "metadata": { # Metadata about a field. # Metadata about the skill. 13649 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13650 "source": { # The source of a field. # The source of the field. 13651 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13653 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13654 "objectType": "A String", # Output only. The profile object type. 13655 "userTypes": [ # Output only. The user types. 13656 "A String", 13657 ], 13658 }, 13659 "type": "A String", # The source type. 13660 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13661 }, 13662 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13663 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The skill; for example, `underwater basket weaving`. 13666 }, 13667 ], 13668 "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. 13669 { # **DEPRECATED**: No data will be returned A brief one-line description of the person. 13670 "metadata": { # Metadata about a field. # Metadata about the tagline. 13671 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13672 "source": { # The source of a field. # The source of the field. 13673 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13675 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13676 "objectType": "A String", # Output only. The profile object type. 13677 "userTypes": [ # Output only. The user types. 13678 "A String", 13679 ], 13680 }, 13681 "type": "A String", # The source type. 13682 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13683 }, 13684 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13685 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The tagline. 13688 }, 13689 ], 13690 "urls": [ # The person's associated URLs. 13691 { # A person's associated URLs. 13692 "formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. 13693 "metadata": { # Metadata about a field. # Metadata about the URL. 13694 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13695 "source": { # The source of a field. # The source of the field. 13696 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13698 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13699 "objectType": "A String", # Output only. The profile object type. 13700 "userTypes": [ # Output only. The user types. 13701 "A String", 13702 ], 13703 }, 13704 "type": "A String", # The source type. 13705 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13706 }, 13707 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13708 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "type": "A String", # 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 "value": "A String", # The URL. 13712 }, 13713 ], 13714 "userDefined": [ # The person's user defined data. 13715 { # Arbitrary user data that is populated by the end users. 13716 "key": "A String", # The end user specified key of the user defined data. 13717 "metadata": { # Metadata about a field. # Metadata about the user defined data. 13718 "primary": True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true. 13719 "source": { # The source of a field. # The source of the field. 13720 "etag": "A String", # **Only 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 "id": "A String", # The unique identifier within the source type generated by the server. 13722 "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. 13723 "objectType": "A String", # Output only. The profile object type. 13724 "userTypes": [ # Output only. The user types. 13725 "A String", 13726 ], 13727 }, 13728 "type": "A String", # The source type. 13729 "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. 13730 }, 13731 "sourcePrimary": True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true. 13732 "verified": True or False, # Output only. True if the field is verified; false if the field is 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 "value": "A String", # The end user specified value of the user defined data. 13735 }, 13736 ], 13737 }, 13738}</pre> 13739</div> 13740 13741</body></html>