docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

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