chore: update generated docs (#1115)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets

- [x] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/people_v1.otherContacts.html b/docs/dyn/people_v1.otherContacts.html
index 23aa30c..23ccf83 100644
--- a/docs/dyn/people_v1.otherContacts.html
+++ b/docs/dyn/people_v1.otherContacts.html
@@ -81,7 +81,7 @@
   <code><a href="#copyOtherContactToMyContactsGroup">copyOtherContactToMyContactsGroup(resourceName, body=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Copies an "Other contact" to a new contact in the user's "myContacts" group</p>
 <p class="toc_element">
-  <code><a href="#list">list(pageToken=None, requestSyncToken=None, syncToken=None, readMask=None, pageSize=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(syncToken=None, pageSize=None, requestSyncToken=None, pageToken=None, readMask=None, x__xgafv=None)</a></code></p>
 <p class="firstline">List all "Other contacts", that is contacts that are not in a contact group. "Other contacts" are typically auto created contacts from interactions.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -102,11 +102,11 @@
     The object takes the form of:
 
 { # A request to copy an &quot;Other contact&quot; to my contacts group.
-    &quot;readMask&quot;: &quot;A String&quot;, # Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to the copy mask with metadata and membership fields if not set. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
-    &quot;copyMask&quot;: &quot;A String&quot;, # Required. A field mask to restrict which fields are copied into the new contact. Valid values are: * emailAddresses * names * phoneNumbers
     &quot;sources&quot;: [ # Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.
       &quot;A String&quot;,
     ],
+    &quot;readMask&quot;: &quot;A String&quot;, # Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to the copy mask with metadata and membership fields if not set. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
+    &quot;copyMask&quot;: &quot;A String&quot;, # Required. A field mask to restrict which fields are copied into the new contact. Valid values are: * emailAddresses * names * phoneNumbers
   }
 
   x__xgafv: string, V1 error format.
@@ -118,859 +118,859 @@
   An object of the form:
 
     { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
-    &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
-      { # A person&#x27;s email address.
-        &quot;value&quot;: &quot;A String&quot;, # The email address.
-        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the email address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
+    &quot;clientData&quot;: [ # The person&#x27;s client data.
+      { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
+        &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
           &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
             &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
             &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
             &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
               &quot;userTypes&quot;: [ # Output only. The user types.
                 &quot;A String&quot;,
               ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
             },
           },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
         },
-        &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
-        &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
+        &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
       },
     ],
-    &quot;addresses&quot;: [ # The person&#x27;s street addresses.
-      { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
-        &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
-        &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
-        &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
-        &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
-        &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
-        &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
-        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-        &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
-        &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
-        &quot;city&quot;: &quot;A String&quot;, # The city of the address.
-        &quot;country&quot;: &quot;A String&quot;, # The country of the address.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
+    &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
+      { # A person&#x27;s age range.
+        &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
           &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
             &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
             &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
             &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
               &quot;userTypes&quot;: [ # Output only. The user types.
                 &quot;A String&quot;,
               ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
             },
           },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
         },
       },
     ],
-    &quot;etag&quot;: &quot;A String&quot;, # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
-    &quot;interests&quot;: [ # The person&#x27;s interests.
-      { # One of the person&#x27;s interests.
-        &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-      },
-    ],
-    &quot;locations&quot;: [ # The person&#x27;s locations.
-      { # A person&#x27;s location.
-        &quot;type&quot;: &quot;A String&quot;, # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp`
-        &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
-        &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
-        &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
-        &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-        &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
-        &quot;current&quot;: True or False, # Whether the location is the current location.
-      },
-    ],
-    &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
-      { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
-        &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship interest translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
-        &quot;value&quot;: &quot;A String&quot;, # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-      },
-    ],
-    &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
-      { # A person&#x27;s name. If the name is a mononym, the family name is empty.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-        &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
-        &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
-        &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
-        &quot;familyName&quot;: &quot;A String&quot;, # The family name.
-        &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
-        &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
-        &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
-        &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
-        &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
-        &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
-        &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
-        &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
-        &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
-        &quot;givenName&quot;: &quot;A String&quot;, # The given name.
-      },
-    ],
     &quot;urls&quot;: [ # The person&#x27;s associated URLs.
       { # A person&#x27;s associated URLs.
-        &quot;value&quot;: &quot;A String&quot;, # The URL.
         &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
         &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
+        &quot;value&quot;: &quot;A String&quot;, # The URL.
         &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
           &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
             &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
             &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
             &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
               &quot;userTypes&quot;: [ # Output only. The user types.
                 &quot;A String&quot;,
               ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
             },
           },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-      },
-    ],
-    &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
-      { # A person&#x27;s nickname.
-        &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-        &quot;value&quot;: &quot;A String&quot;, # The nickname.
-      },
-    ],
-    &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
-      { # A person&#x27;s instant messaging client.
-        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-        &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-        &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
-        &quot;protocol&quot;: &quot;A String&quot;, # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
-        &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
         },
       },
     ],
     &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
       { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
         &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
           &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
             &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
             &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
             &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
               &quot;userTypes&quot;: [ # Output only. The user types.
                 &quot;A String&quot;,
               ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
             },
           },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
         },
         &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
       },
     ],
-    &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
-      &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
-        &quot;A String&quot;,
-      ],
-      &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
-      &quot;sources&quot;: [ # The sources of data for the person.
-        { # The source of a field.
-          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-          &quot;type&quot;: &quot;A String&quot;, # The source type.
-          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-            &quot;userTypes&quot;: [ # Output only. The user types.
-              &quot;A String&quot;,
-            ],
-            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-          },
-        },
-      ],
-      &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
-        &quot;A String&quot;,
-      ],
-      &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
-    },
-    &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
-    &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
-      { # A person&#x27;s age range.
-        &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
+    &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
+      { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
           &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
             &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
             &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
             &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
               &quot;userTypes&quot;: [ # Output only. The user types.
                 &quot;A String&quot;,
               ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
             },
           },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
         },
+        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the SIP address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+        &quot;type&quot;: &quot;A String&quot;, # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
+        &quot;value&quot;: &quot;A String&quot;, # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
       },
     ],
     &quot;relations&quot;: [ # The person&#x27;s relations.
       { # A person&#x27;s relation to another person.
-        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the relation translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
-        &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
-        &quot;type&quot;: &quot;A String&quot;, # The person&#x27;s relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
         &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
           &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
             &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
             &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
             &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
               &quot;userTypes&quot;: [ # Output only. The user types.
                 &quot;A String&quot;,
               ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
             },
           },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
         },
-      },
-    ],
-    &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
-      { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-        &quot;current&quot;: True or False, # True if the residence is the person&#x27;s current residence; false if the residence is a past residence.
-        &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
-      },
-    ],
-    &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
-      { # A person&#x27;s phone number.
-        &quot;value&quot;: &quot;A String&quot;, # The phone number.
-        &quot;canonicalForm&quot;: &quot;A String&quot;, # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
-        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the phone number translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-        &quot;type&quot;: &quot;A String&quot;, # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-      },
-    ],
-    &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
-      { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
-        &quot;value&quot;: &quot;A String&quot;, # The tagline.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-      },
-    ],
-    &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
-      { # A person&#x27;s gender.
-        &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
-        &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-        &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
-      },
-    ],
-    &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
-      { # A person&#x27;s short biography.
-        &quot;value&quot;: &quot;A String&quot;, # The short biography.
-        &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
+        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the relation translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
+        &quot;type&quot;: &quot;A String&quot;, # The person&#x27;s relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
+        &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
       },
     ],
     &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
       { # A person&#x27;s miscellaneous keyword.
-        &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
         &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
           &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
             &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
             &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
             &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
               &quot;userTypes&quot;: [ # Output only. The user types.
                 &quot;A String&quot;,
               ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
             },
           },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
         },
+        &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
         &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the miscellaneous keyword translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
         &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
       },
     ],
-    &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
-      { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
-        &quot;type&quot;: &quot;A String&quot;, # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
-        &quot;value&quot;: &quot;A String&quot;, # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
-        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the SIP address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
+    &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
+      { # A person&#x27;s short biography.
+        &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
           &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
             &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
             &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
             &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
               &quot;userTypes&quot;: [ # Output only. The user types.
                 &quot;A String&quot;,
               ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
             },
           },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
         },
+        &quot;value&quot;: &quot;A String&quot;, # The short biography.
       },
     ],
-    &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
-      { # An identifier from an external entity related to the person.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
+    &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
+      { # Arbitrary user data that is populated by the end users.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
           &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
             &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
             &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
             &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
               &quot;userTypes&quot;: [ # Output only. The user types.
                 &quot;A String&quot;,
               ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
             },
           },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
         },
-        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-        &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
-        &quot;type&quot;: &quot;A String&quot;, # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization`
+        &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
+        &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
       },
     ],
+    &quot;etag&quot;: &quot;A String&quot;, # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
     &quot;skills&quot;: [ # The person&#x27;s skills.
       { # A skill that the person has.
+        &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
         &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
           &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
             &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
             &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
             &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
               &quot;userTypes&quot;: [ # Output only. The user types.
                 &quot;A String&quot;,
               ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
             },
           },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
         },
-        &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
       },
     ],
-    &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
-      { # A person&#x27;s birthday. At least one of the `date` and `text` fields are specified. The `date` and `text` fields typically represent the same date, but are not guaranteed to.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
+    &quot;locations&quot;: [ # The person&#x27;s locations.
+      { # A person&#x27;s location.
+        &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
+        &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
+        &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
+        &quot;current&quot;: True or False, # Whether the location is the current location.
+        &quot;type&quot;: &quot;A String&quot;, # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp`
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
           &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
             &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
             &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
             &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
               &quot;userTypes&quot;: [ # Output only. The user types.
                 &quot;A String&quot;,
               ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
             },
           },
+        },
+        &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
+        &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
+      },
+    ],
+    &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
+    &quot;occupations&quot;: [ # The person&#x27;s occupations.
+      { # A person&#x27;s occupation.
+        &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
           &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
           &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
         },
-        &quot;date&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
-          &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
-          &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
-          &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
+      },
+    ],
+    &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
+      { # The name that should be used to sort the person in a list.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
         },
-        &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
+        &quot;value&quot;: &quot;A String&quot;, # The file-as value
+      },
+    ],
+    &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
+      { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
+        &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship interest translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+        &quot;value&quot;: &quot;A String&quot;, # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
       },
     ],
     &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
       { # A person&#x27;s cover photo. A large image shown on the person&#x27;s profile page that represents who they are or what they care about.
         &quot;default&quot;: True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
         &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
           &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
             &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
             &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
             &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
               &quot;userTypes&quot;: [ # Output only. The user types.
                 &quot;A String&quot;,
               ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
             },
           },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
         },
         &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
       },
     ],
-    &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
-      { # The name that should be used to sort the person in a list.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-        &quot;value&quot;: &quot;A String&quot;, # The file-as value
-      },
-    ],
-    &quot;clientData&quot;: [ # The person&#x27;s client data.
-      { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-        &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
-        &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
-      },
-    ],
-    &quot;events&quot;: [ # The person&#x27;s events.
-      { # An event related to the person.
-        &quot;date&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
-          &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
-          &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
-          &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
-        },
-        &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
-        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-      },
-    ],
-    &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
-      { # Arbitrary user data that is populated by the end users.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-        &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
-        &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
-      },
-    ],
-    &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
-    &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
-      { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
-        &quot;endDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
-          &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
-          &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
-          &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
-        },
-        &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-        &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
-        &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
-        &quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
-        &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
-        &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
-        &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
-        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-        &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
-        &quot;startDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
-          &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
-          &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
-          &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
-        },
-        &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
-        &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
-      },
-    ],
-    &quot;occupations&quot;: [ # The person&#x27;s occupations.
-      { # A person&#x27;s occupation.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-        &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
-      },
-    ],
-    &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
-      { # A person&#x27;s calendar URL.
-        &quot;type&quot;: &quot;A String&quot;, # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work`
-        &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
-        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the calendar URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-      },
-    ],
-    &quot;locales&quot;: [ # The person&#x27;s locale preferences.
-      { # A person&#x27;s locale preference.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-        &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
-      },
-    ],
     &quot;memberships&quot;: [ # The person&#x27;s group memberships.
       { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
         &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
           &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
         },
         &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
-          &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
           &quot;contactGroupResourceName&quot;: &quot;A String&quot;, # The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. Only contact_group_resource_name can be used for modifying memberships. Any contact group membership can be removed, but only user group or &quot;myContacts&quot; or &quot;starred&quot; system groups memberships can be added. A contact must always have at least one contact group membership.
+          &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
         },
         &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
           &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
             &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
             &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
             &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
               &quot;userTypes&quot;: [ # Output only. The user types.
                 &quot;A String&quot;,
               ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
             },
           },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
         },
       },
     ],
-    &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
-      { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
-        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
-          &quot;source&quot;: { # The source of a field. # The source of the field.
-            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-            &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-              &quot;userTypes&quot;: [ # Output only. The user types.
-                &quot;A String&quot;,
-              ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-            },
-          },
-          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-        },
-        &quot;value&quot;: &quot;A String&quot;, # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
-        &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-      },
-    ],
     &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
       { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
         &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
           &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
             &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
             &quot;type&quot;: &quot;A String&quot;, # The source type.
-            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
             &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
               &quot;userTypes&quot;: [ # Output only. The user types.
                 &quot;A String&quot;,
               ],
-              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
             },
           },
+        },
+        &quot;url&quot;: &quot;A String&quot;, # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
+        &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
+      },
+    ],
+    &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
+      { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
+        &quot;value&quot;: &quot;A String&quot;, # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
+        &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
           &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
           &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
         },
-        &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
-        &quot;url&quot;: &quot;A String&quot;, # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
+      },
+    ],
+    &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
+      { # A person&#x27;s name. If the name is a mononym, the family name is empty.
+        &quot;familyName&quot;: &quot;A String&quot;, # The family name.
+        &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
+        &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
+        &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
+        &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
+        &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
+        &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
+        &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
+        &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
+        &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
+        &quot;givenName&quot;: &quot;A String&quot;, # The given name.
+        &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+        &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
+        &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
+      },
+    ],
+    &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
+      &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
+        &quot;A String&quot;,
+      ],
+      &quot;sources&quot;: [ # The sources of data for the person.
+        { # The source of a field.
+          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+          &quot;type&quot;: &quot;A String&quot;, # The source type.
+          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+            &quot;userTypes&quot;: [ # Output only. The user types.
+              &quot;A String&quot;,
+            ],
+          },
+        },
+      ],
+      &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
+      &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
+        &quot;A String&quot;,
+      ],
+      &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
+    },
+    &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
+    &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
+      { # A person&#x27;s nickname.
+        &quot;value&quot;: &quot;A String&quot;, # The nickname.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+        &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
+      },
+    ],
+    &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
+      { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+        &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
+        &quot;current&quot;: True or False, # True if the residence is the person&#x27;s current residence; false if the residence is a past residence.
+      },
+    ],
+    &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
+      { # A person&#x27;s email address.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+        &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
+        &quot;value&quot;: &quot;A String&quot;, # The email address.
+        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the email address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+        &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
+      },
+    ],
+    &quot;locales&quot;: [ # The person&#x27;s locale preferences.
+      { # A person&#x27;s locale preference.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+        &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
+      },
+    ],
+    &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
+      { # A person&#x27;s phone number.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+        &quot;canonicalForm&quot;: &quot;A String&quot;, # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
+        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the phone number translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+        &quot;type&quot;: &quot;A String&quot;, # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
+        &quot;value&quot;: &quot;A String&quot;, # The phone number.
+      },
+    ],
+    &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
+      { # A person&#x27;s birthday. At least one of the `date` and `text` fields are specified. The `date` and `text` fields typically represent the same date, but are not guaranteed to.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+        &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
+        &quot;date&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
+          &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+          &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+          &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
+        },
+      },
+    ],
+    &quot;events&quot;: [ # The person&#x27;s events.
+      { # An event related to the person.
+        &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
+        &quot;date&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
+          &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+          &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+          &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
+        },
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+      },
+    ],
+    &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
+      { # A person&#x27;s instant messaging client.
+        &quot;protocol&quot;: &quot;A String&quot;, # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+        &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
+        &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
+        &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+      },
+    ],
+    &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
+      { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
+        &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
+        &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
+        &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
+        &quot;endDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
+          &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+          &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+          &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
+        },
+        &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
+        &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+        &quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
+        &quot;startDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
+          &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+          &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+          &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
+        },
+        &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
+        &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
+        &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
+        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+        &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
+      },
+    ],
+    &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
+      { # An identifier from an external entity related to the person.
+        &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
+        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+        &quot;type&quot;: &quot;A String&quot;, # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization`
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+      },
+    ],
+    &quot;addresses&quot;: [ # The person&#x27;s street addresses.
+      { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
+        &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
+        &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
+        &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
+        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+        &quot;city&quot;: &quot;A String&quot;, # The city of the address.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+        &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
+        &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
+        &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
+        &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
+        &quot;country&quot;: &quot;A String&quot;, # The country of the address.
+        &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
+      },
+    ],
+    &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
+      { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+        &quot;value&quot;: &quot;A String&quot;, # The tagline.
+      },
+    ],
+    &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
+      { # A person&#x27;s gender.
+        &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+        &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
+        &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
+      },
+    ],
+    &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
+      { # A person&#x27;s calendar URL.
+        &quot;type&quot;: &quot;A String&quot;, # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work`
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
+        &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the calendar URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+        &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
+      },
+    ],
+    &quot;interests&quot;: [ # The person&#x27;s interests.
+      { # One of the person&#x27;s interests.
+        &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
+        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
+          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+          &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+          &quot;source&quot;: { # The source of a field. # The source of the field.
+            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+            &quot;type&quot;: &quot;A String&quot;, # The source type.
+            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+              &quot;userTypes&quot;: [ # Output only. The user types.
+                &quot;A String&quot;,
+              ],
+            },
+          },
+        },
       },
     ],
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(pageToken=None, requestSyncToken=None, syncToken=None, readMask=None, pageSize=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(syncToken=None, pageSize=None, requestSyncToken=None, pageToken=None, readMask=None, x__xgafv=None)</code>
   <pre>List all &quot;Other contacts&quot;, that is contacts that are not in a contact group. &quot;Other contacts&quot; are typically auto created contacts from interactions.
 
 Args:
-  pageToken: string, Optional. A page token, received from a previous `ListOtherContacts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListOtherContacts` must match the call that provided the page token.
-  requestSyncToken: boolean, Optional. Whether the response should include `next_sync_token`, which can be used to get all changes since the last request. For subsequent sync requests use the `sync_token` param instead. Initial sync requests that specify `request_sync_token` have an additional rate limit.
   syncToken: string, Optional. A sync token, received from a previous `ListOtherContacts` call. Provide this to retrieve only the resources changed since the last request. Sync requests that specify `sync_token` have an additional rate limit. When syncing, all other parameters provided to `ListOtherContacts` must match the call that provided the sync token.
-  readMask: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * emailAddresses * names * phoneNumbers
   pageSize: integer, Optional. The number of &quot;Other contacts&quot; to include in the response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
+  requestSyncToken: boolean, Optional. Whether the response should include `next_sync_token`, which can be used to get all changes since the last request. For subsequent sync requests use the `sync_token` param instead. Initial sync requests that specify `request_sync_token` have an additional rate limit.
+  pageToken: string, Optional. A page token, received from a previous `ListOtherContacts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListOtherContacts` must match the call that provided the page token.
+  readMask: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * emailAddresses * names * phoneNumbers
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -983,844 +983,844 @@
     &quot;nextSyncToken&quot;: &quot;A String&quot;, # A token, which can be sent as `sync_token` to retrieve changes since the last request. Request must set `request_sync_token` to return the sync token.
     &quot;otherContacts&quot;: [ # The list of &quot;Other contacts&quot; returned as Person resources. &quot;Other contacts&quot; support a limited subset of fields. See ListOtherContactsRequest.request_mask for more detailed information.
       { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
-        &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
-          { # A person&#x27;s email address.
-            &quot;value&quot;: &quot;A String&quot;, # The email address.
-            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the email address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
+        &quot;clientData&quot;: [ # The person&#x27;s client data.
+          { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
+            &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
               &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
                 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
                 &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
                 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                   &quot;userTypes&quot;: [ # Output only. The user types.
                     &quot;A String&quot;,
                   ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                 },
               },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
             },
-            &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
-            &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
+            &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
           },
         ],
-        &quot;addresses&quot;: [ # The person&#x27;s street addresses.
-          { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
-            &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
-            &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
-            &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
-            &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
-            &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
-            &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
-            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-            &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
-            &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
-            &quot;city&quot;: &quot;A String&quot;, # The city of the address.
-            &quot;country&quot;: &quot;A String&quot;, # The country of the address.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
+        &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
+          { # A person&#x27;s age range.
+            &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
               &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
                 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
                 &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
                 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                   &quot;userTypes&quot;: [ # Output only. The user types.
                     &quot;A String&quot;,
                   ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                 },
               },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
             },
           },
         ],
-        &quot;etag&quot;: &quot;A String&quot;, # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
-        &quot;interests&quot;: [ # The person&#x27;s interests.
-          { # One of the person&#x27;s interests.
-            &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-          },
-        ],
-        &quot;locations&quot;: [ # The person&#x27;s locations.
-          { # A person&#x27;s location.
-            &quot;type&quot;: &quot;A String&quot;, # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp`
-            &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
-            &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
-            &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
-            &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-            &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
-            &quot;current&quot;: True or False, # Whether the location is the current location.
-          },
-        ],
-        &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
-          { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
-            &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship interest translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
-            &quot;value&quot;: &quot;A String&quot;, # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-          },
-        ],
-        &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
-          { # A person&#x27;s name. If the name is a mononym, the family name is empty.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-            &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
-            &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
-            &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
-            &quot;familyName&quot;: &quot;A String&quot;, # The family name.
-            &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
-            &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
-            &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
-            &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
-            &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
-            &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
-            &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
-            &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
-            &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
-            &quot;givenName&quot;: &quot;A String&quot;, # The given name.
-          },
-        ],
         &quot;urls&quot;: [ # The person&#x27;s associated URLs.
           { # A person&#x27;s associated URLs.
-            &quot;value&quot;: &quot;A String&quot;, # The URL.
             &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
             &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
+            &quot;value&quot;: &quot;A String&quot;, # The URL.
             &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
               &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
                 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
                 &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
                 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                   &quot;userTypes&quot;: [ # Output only. The user types.
                     &quot;A String&quot;,
                   ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                 },
               },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-          },
-        ],
-        &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
-          { # A person&#x27;s nickname.
-            &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-            &quot;value&quot;: &quot;A String&quot;, # The nickname.
-          },
-        ],
-        &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
-          { # A person&#x27;s instant messaging client.
-            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-            &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-            &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
-            &quot;protocol&quot;: &quot;A String&quot;, # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
-            &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
             },
           },
         ],
         &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
           { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
             &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
               &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
                 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
                 &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
                 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                   &quot;userTypes&quot;: [ # Output only. The user types.
                     &quot;A String&quot;,
                   ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                 },
               },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
             },
             &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
           },
         ],
-        &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
-          &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
-            &quot;A String&quot;,
-          ],
-          &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
-          &quot;sources&quot;: [ # The sources of data for the person.
-            { # The source of a field.
-              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-              &quot;type&quot;: &quot;A String&quot;, # The source type.
-              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                &quot;userTypes&quot;: [ # Output only. The user types.
-                  &quot;A String&quot;,
-                ],
-                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-              },
-            },
-          ],
-          &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
-            &quot;A String&quot;,
-          ],
-          &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
-        },
-        &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
-        &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
-          { # A person&#x27;s age range.
-            &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
+        &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
+          { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
               &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
                 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
                 &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
                 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                   &quot;userTypes&quot;: [ # Output only. The user types.
                     &quot;A String&quot;,
                   ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                 },
               },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
             },
+            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the SIP address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+            &quot;type&quot;: &quot;A String&quot;, # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
+            &quot;value&quot;: &quot;A String&quot;, # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
           },
         ],
         &quot;relations&quot;: [ # The person&#x27;s relations.
           { # A person&#x27;s relation to another person.
-            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the relation translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
-            &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
-            &quot;type&quot;: &quot;A String&quot;, # The person&#x27;s relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
             &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
               &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
                 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
                 &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
                 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                   &quot;userTypes&quot;: [ # Output only. The user types.
                     &quot;A String&quot;,
                   ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                 },
               },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
             },
-          },
-        ],
-        &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
-          { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-            &quot;current&quot;: True or False, # True if the residence is the person&#x27;s current residence; false if the residence is a past residence.
-            &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
-          },
-        ],
-        &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
-          { # A person&#x27;s phone number.
-            &quot;value&quot;: &quot;A String&quot;, # The phone number.
-            &quot;canonicalForm&quot;: &quot;A String&quot;, # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
-            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the phone number translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-            &quot;type&quot;: &quot;A String&quot;, # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-          },
-        ],
-        &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
-          { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
-            &quot;value&quot;: &quot;A String&quot;, # The tagline.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-          },
-        ],
-        &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
-          { # A person&#x27;s gender.
-            &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
-            &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-            &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
-          },
-        ],
-        &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
-          { # A person&#x27;s short biography.
-            &quot;value&quot;: &quot;A String&quot;, # The short biography.
-            &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
+            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the relation translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
+            &quot;type&quot;: &quot;A String&quot;, # The person&#x27;s relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
+            &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
           },
         ],
         &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
           { # A person&#x27;s miscellaneous keyword.
-            &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
             &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
               &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
                 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
                 &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
                 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                   &quot;userTypes&quot;: [ # Output only. The user types.
                     &quot;A String&quot;,
                   ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                 },
               },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
             },
+            &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
             &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the miscellaneous keyword translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
             &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
           },
         ],
-        &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
-          { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
-            &quot;type&quot;: &quot;A String&quot;, # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
-            &quot;value&quot;: &quot;A String&quot;, # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
-            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the SIP address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
+        &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
+          { # A person&#x27;s short biography.
+            &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
               &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
                 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
                 &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
                 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                   &quot;userTypes&quot;: [ # Output only. The user types.
                     &quot;A String&quot;,
                   ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                 },
               },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
             },
+            &quot;value&quot;: &quot;A String&quot;, # The short biography.
           },
         ],
-        &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
-          { # An identifier from an external entity related to the person.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
+        &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
+          { # Arbitrary user data that is populated by the end users.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
               &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
                 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
                 &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
                 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                   &quot;userTypes&quot;: [ # Output only. The user types.
                     &quot;A String&quot;,
                   ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                 },
               },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
             },
-            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-            &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
-            &quot;type&quot;: &quot;A String&quot;, # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization`
+            &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
+            &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
           },
         ],
+        &quot;etag&quot;: &quot;A String&quot;, # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
         &quot;skills&quot;: [ # The person&#x27;s skills.
           { # A skill that the person has.
+            &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
             &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
               &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
                 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
                 &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
                 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                   &quot;userTypes&quot;: [ # Output only. The user types.
                     &quot;A String&quot;,
                   ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                 },
               },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
             },
-            &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
           },
         ],
-        &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
-          { # A person&#x27;s birthday. At least one of the `date` and `text` fields are specified. The `date` and `text` fields typically represent the same date, but are not guaranteed to.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
+        &quot;locations&quot;: [ # The person&#x27;s locations.
+          { # A person&#x27;s location.
+            &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
+            &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
+            &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
+            &quot;current&quot;: True or False, # Whether the location is the current location.
+            &quot;type&quot;: &quot;A String&quot;, # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp`
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
               &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
                 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
                 &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
                 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                   &quot;userTypes&quot;: [ # Output only. The user types.
                     &quot;A String&quot;,
                   ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                 },
               },
+            },
+            &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
+            &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
+          },
+        ],
+        &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
+        &quot;occupations&quot;: [ # The person&#x27;s occupations.
+          { # A person&#x27;s occupation.
+            &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
               &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
               &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
             },
-            &quot;date&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
-              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
-              &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
-              &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
+          },
+        ],
+        &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
+          { # The name that should be used to sort the person in a list.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
             },
-            &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
+            &quot;value&quot;: &quot;A String&quot;, # The file-as value
+          },
+        ],
+        &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
+          { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
+            &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship interest translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+            &quot;value&quot;: &quot;A String&quot;, # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
           },
         ],
         &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
           { # A person&#x27;s cover photo. A large image shown on the person&#x27;s profile page that represents who they are or what they care about.
             &quot;default&quot;: True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
             &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
               &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
                 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
                 &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
                 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                   &quot;userTypes&quot;: [ # Output only. The user types.
                     &quot;A String&quot;,
                   ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                 },
               },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
             },
             &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
           },
         ],
-        &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
-          { # The name that should be used to sort the person in a list.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-            &quot;value&quot;: &quot;A String&quot;, # The file-as value
-          },
-        ],
-        &quot;clientData&quot;: [ # The person&#x27;s client data.
-          { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-            &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
-            &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
-          },
-        ],
-        &quot;events&quot;: [ # The person&#x27;s events.
-          { # An event related to the person.
-            &quot;date&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
-              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
-              &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
-              &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
-            },
-            &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
-            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-          },
-        ],
-        &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
-          { # Arbitrary user data that is populated by the end users.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-            &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
-            &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
-          },
-        ],
-        &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
-        &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
-          { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
-            &quot;endDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
-              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
-              &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
-              &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
-            },
-            &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-            &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
-            &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
-            &quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
-            &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
-            &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
-            &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
-            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-            &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
-            &quot;startDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
-              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
-              &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
-              &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
-            },
-            &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
-            &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
-          },
-        ],
-        &quot;occupations&quot;: [ # The person&#x27;s occupations.
-          { # A person&#x27;s occupation.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-            &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
-          },
-        ],
-        &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
-          { # A person&#x27;s calendar URL.
-            &quot;type&quot;: &quot;A String&quot;, # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work`
-            &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
-            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the calendar URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-          },
-        ],
-        &quot;locales&quot;: [ # The person&#x27;s locale preferences.
-          { # A person&#x27;s locale preference.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-            &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
-          },
-        ],
         &quot;memberships&quot;: [ # The person&#x27;s group memberships.
           { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
             &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
               &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
             },
             &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
-              &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
               &quot;contactGroupResourceName&quot;: &quot;A String&quot;, # The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. Only contact_group_resource_name can be used for modifying memberships. Any contact group membership can be removed, but only user group or &quot;myContacts&quot; or &quot;starred&quot; system groups memberships can be added. A contact must always have at least one contact group membership.
+              &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
             },
             &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
               &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
                 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
                 &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
                 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                   &quot;userTypes&quot;: [ # Output only. The user types.
                     &quot;A String&quot;,
                   ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                 },
               },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
             },
           },
         ],
-        &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
-          { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
-            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
-              &quot;source&quot;: { # The source of a field. # The source of the field.
-                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
-                &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
-                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
-                  &quot;userTypes&quot;: [ # Output only. The user types.
-                    &quot;A String&quot;,
-                  ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
-                },
-              },
-              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
-              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
-            },
-            &quot;value&quot;: &quot;A String&quot;, # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
-            &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
-          },
-        ],
         &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
           { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
             &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
               &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
                 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
                 &quot;type&quot;: &quot;A String&quot;, # The source type.
-                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
-                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
                 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                   &quot;userTypes&quot;: [ # Output only. The user types.
                     &quot;A String&quot;,
                   ],
-                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
                 },
               },
+            },
+            &quot;url&quot;: &quot;A String&quot;, # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
+            &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
+          },
+        ],
+        &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
+          { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
+            &quot;value&quot;: &quot;A String&quot;, # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
+            &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
               &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
               &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
             },
-            &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
-            &quot;url&quot;: &quot;A String&quot;, # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
+          },
+        ],
+        &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
+          { # A person&#x27;s name. If the name is a mononym, the family name is empty.
+            &quot;familyName&quot;: &quot;A String&quot;, # The family name.
+            &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
+            &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
+            &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
+            &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
+            &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
+            &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
+            &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
+            &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
+            &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
+            &quot;givenName&quot;: &quot;A String&quot;, # The given name.
+            &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+            &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
+            &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
+          },
+        ],
+        &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
+          &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
+            &quot;A String&quot;,
+          ],
+          &quot;sources&quot;: [ # The sources of data for the person.
+            { # The source of a field.
+              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+              &quot;type&quot;: &quot;A String&quot;, # The source type.
+              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                &quot;userTypes&quot;: [ # Output only. The user types.
+                  &quot;A String&quot;,
+                ],
+              },
+            },
+          ],
+          &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
+          &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
+            &quot;A String&quot;,
+          ],
+          &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
+        },
+        &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
+        &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
+          { # A person&#x27;s nickname.
+            &quot;value&quot;: &quot;A String&quot;, # The nickname.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+            &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
+          },
+        ],
+        &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
+          { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+            &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
+            &quot;current&quot;: True or False, # True if the residence is the person&#x27;s current residence; false if the residence is a past residence.
+          },
+        ],
+        &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
+          { # A person&#x27;s email address.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+            &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
+            &quot;value&quot;: &quot;A String&quot;, # The email address.
+            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the email address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+            &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
+          },
+        ],
+        &quot;locales&quot;: [ # The person&#x27;s locale preferences.
+          { # A person&#x27;s locale preference.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+            &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
+          },
+        ],
+        &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
+          { # A person&#x27;s phone number.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+            &quot;canonicalForm&quot;: &quot;A String&quot;, # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
+            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the phone number translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+            &quot;type&quot;: &quot;A String&quot;, # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
+            &quot;value&quot;: &quot;A String&quot;, # The phone number.
+          },
+        ],
+        &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
+          { # A person&#x27;s birthday. At least one of the `date` and `text` fields are specified. The `date` and `text` fields typically represent the same date, but are not guaranteed to.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+            &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
+            &quot;date&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
+              &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+              &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
+            },
+          },
+        ],
+        &quot;events&quot;: [ # The person&#x27;s events.
+          { # An event related to the person.
+            &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
+            &quot;date&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
+              &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+              &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
+            },
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+          },
+        ],
+        &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
+          { # A person&#x27;s instant messaging client.
+            &quot;protocol&quot;: &quot;A String&quot;, # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+            &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
+            &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
+            &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+          },
+        ],
+        &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
+          { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
+            &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
+            &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
+            &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
+            &quot;endDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
+              &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+              &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
+            },
+            &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
+            &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+            &quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
+            &quot;startDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
+              &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+              &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
+            },
+            &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
+            &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
+            &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
+            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+            &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
+          },
+        ],
+        &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
+          { # An identifier from an external entity related to the person.
+            &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
+            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+            &quot;type&quot;: &quot;A String&quot;, # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization`
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+          },
+        ],
+        &quot;addresses&quot;: [ # The person&#x27;s street addresses.
+          { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
+            &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
+            &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
+            &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
+            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+            &quot;city&quot;: &quot;A String&quot;, # The city of the address.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+            &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
+            &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
+            &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
+            &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
+            &quot;country&quot;: &quot;A String&quot;, # The country of the address.
+            &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
+          },
+        ],
+        &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
+          { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+            &quot;value&quot;: &quot;A String&quot;, # The tagline.
+          },
+        ],
+        &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
+          { # A person&#x27;s gender.
+            &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+            &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
+            &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
+          },
+        ],
+        &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
+          { # A person&#x27;s calendar URL.
+            &quot;type&quot;: &quot;A String&quot;, # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work`
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
+            &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the calendar URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
+            &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
+          },
+        ],
+        &quot;interests&quot;: [ # The person&#x27;s interests.
+          { # One of the person&#x27;s interests.
+            &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
+            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
+              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+              &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
+              &quot;source&quot;: { # The source of a field. # The source of the field.
+                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
+                &quot;type&quot;: &quot;A String&quot;, # The source type.
+                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
+                  &quot;userTypes&quot;: [ # Output only. The user types.
+                    &quot;A String&quot;,
+                  ],
+                },
+              },
+            },
           },
         ],
       },