diff --git a/clients/people/lib/google_api/people/v1/api/people.ex b/clients/people/lib/google_api/people/v1/api/people.ex index d79f33df3a..35c0d849e3 100644 --- a/clients/people/lib/google_api/people/v1/api/people.ex +++ b/clients/people/lib/google_api/people/v1/api/people.ex @@ -733,7 +733,7 @@ defmodule GoogleApi.People.V1.Api.People do ## Parameters * `connection` (*type:* `GoogleApi.People.V1.Connection.t`) - Connection to server - * `people_id` (*type:* `String.t`) - Part of `person.resourceName`. 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}`. + * `people_id` (*type:* `String.t`) - Part of `person.resourceName`. The resource name for the person, assigned by the server. An ASCII string in the form of `people/{person_id}`. * `optional_params` (*type:* `keyword()`) - Optional parameters * `:"$.xgafv"` (*type:* `String.t`) - V1 error format. * `:access_token` (*type:* `String.t`) - OAuth access token. diff --git a/clients/people/lib/google_api/people/v1/metadata.ex b/clients/people/lib/google_api/people/v1/metadata.ex index ec0e856846..9803ddb659 100644 --- a/clients/people/lib/google_api/people/v1/metadata.ex +++ b/clients/people/lib/google_api/people/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.People.V1 do API client metadata for GoogleApi.People.V1. """ - @discovery_revision "20220712" + @discovery_revision "20240310" def discovery_revision(), do: @discovery_revision end diff --git a/clients/people/lib/google_api/people/v1/model/person.ex b/clients/people/lib/google_api/people/v1/model/person.ex index 8e43e4d269..43079a2be3 100644 --- a/clients/people/lib/google_api/people/v1/model/person.ex +++ b/clients/people/lib/google_api/people/v1/model/person.ex @@ -56,7 +56,7 @@ defmodule GoogleApi.People.V1.Model.Person do * `emailAddresses` (*type:* `list(GoogleApi.People.V1.Model.EmailAddress.t)`, *default:* `nil`) - The person's email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople. * `ageRange` (*type:* `String.t`, *default:* `nil`) - Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. * `urls` (*type:* `list(GoogleApi.People.V1.Model.Url.t)`, *default:* `nil`) - The person's associated URLs. - * `resourceName` (*type:* `String.t`, *default:* `nil`) - 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}`. + * `resourceName` (*type:* `String.t`, *default:* `nil`) - The resource name for the person, assigned by the server. An ASCII string in the form of `people/{person_id}`. * `miscKeywords` (*type:* `list(GoogleApi.People.V1.Model.MiscKeyword.t)`, *default:* `nil`) - The person's miscellaneous keywords. * `organizations` (*type:* `list(GoogleApi.People.V1.Model.Organization.t)`, *default:* `nil`) - The person's past or current organizations. """