@@ -365,7 +365,7 @@ def copy_other_contact_to_my_contacts_group(resource_name, copy_other_contact_to
365365 # @param [String] read_mask
366366 # Required. A field mask to restrict which fields on each person are returned.
367367 # Multiple fields can be specified by separating them with commas. Valid values
368- # are: * emailAddresses * metadata * names * phoneNumbers
368+ # are: * emailAddresses * metadata * names * phoneNumbers * photos
369369 # @param [Boolean] request_sync_token
370370 # Optional. Whether the response should include `next_sync_token`, which can be
371371 # used to get all changes since the last request. For subsequent sync requests
@@ -419,7 +419,7 @@ def list_other_contacts(page_size: nil, page_token: nil, read_mask: nil, request
419419 # people/v1/other-contacts#search_the_users_other_contacts
420420 # @param [Fixnum] page_size
421421 # Optional. The number of results to return. Defaults to 10 if field is not set,
422- # or set to 0. Values greater than 10 will be capped to 10 .
422+ # or set to 0. Values greater than 30 will be capped to 30 .
423423 # @param [String] query
424424 # Required. The plain-text query for the request. The query is used to match
425425 # prefix phrases of the fields on a person. For example, a person with name "foo
@@ -858,7 +858,7 @@ def list_person_directory_people(merge_sources: nil, page_size: nil, page_token:
858858 # google.com/people/v1/contacts#search_the_users_contacts
859859 # @param [Fixnum] page_size
860860 # Optional. The number of results to return. Defaults to 10 if field is not set,
861- # or set to 0. Values greater than 10 will be capped to 10 .
861+ # or set to 0. Values greater than 30 will be capped to 30 .
862862 # @param [String] query
863863 # Required. The plain-text query for the request. The query is used to match
864864 # prefix phrases of the fields on a person. For example, a person with name "foo
0 commit comments