Clean and regen docs (#401)
diff --git a/docs/dyn/people_v1.people.connections.html b/docs/dyn/people_v1.people.connections.html
index 5b9c777..3c62088 100644
--- a/docs/dyn/people_v1.people.connections.html
+++ b/docs/dyn/people_v1.people.connections.html
@@ -89,7 +89,7 @@
Args:
resourceName: string, The resource name to return connections for. Only `people/me` is valid. (required)
pageSize: integer, The number of connections to include in the response. Valid values are
-between 1 and 500, inclusive. Defaults to 100.
+between 1 and 2000, inclusive. Defaults to 100.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -101,28 +101,24 @@
all changes since the last request.
syncToken: string, A sync token, returned by a previous call to `people.connections.list`.
Only resources changed since the sync token was created will be returned.
- requestMask_includeField: string, Comma-separated list of fields to be included in the response. Omitting
-this field will include all fields except for connections.list requests,
-which have a default mask that includes common fields like metadata, name,
-photo, and profile url.
-Each path should start with `person.`: for example, `person.names` or
-`person.photos`.
+ 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`.
Returns:
An object of the form:
{
- "totalPeople": 42, # The total number of people in the list without pagination.
+ "totalPeople": 42, # DEPRECATED(Please use total_items). The total number of people in the list
+ # without pagination.
"nextPageToken": "A String", # The token that can be used to retrieve the next page of results.
"connections": [ # 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. Fields other than IDs,
- # metadata, and group memberships are user-edited.
+ # 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.
- # NEXT_ID: 31
"braggingRights": [ # The person's bragging rights.
{ # A person's bragging rights.
"value": "A String", # The bragging rights; for example, `climbed mount everest`.
@@ -235,6 +231,24 @@
{ # A person's phone number.
"formattedType": "A String", # The read-only type of the phone number translated and formatted in the
# viewer's account locale or the the `Accept-Language` HTTP header locale.
+ "canonicalForm": "A String", # The read-only 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.
+ "type": "A String", # The type of the phone number. The type can be custom or predefined.
+ # Possible values include, but are not limited to, the following:
+ #
+ # * `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.
"etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
@@ -252,24 +266,6 @@
"primary": True or False, # True if the field is the primary field; false if the field is a secondary
# field.
},
- "type": "A String", # The type of the phone number. The type can be custom or predefined.
- # Possible values include, but are not limited to, the following:
- #
- # * `home`
- # * `work`
- # * `mobile`
- # * `homeFax`
- # * `workFax`
- # * `otherFax`
- # * `pager`
- # * `workMobile`
- # * `workPager`
- # * `main`
- # * `googleVoice`
- # * `other`
- "value": "A String", # The phone number.
- "canonicalForm": "A String", # The read-only 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.
},
],
"names": [ # The person's names.
@@ -310,7 +306,7 @@
},
],
"resourceName": "A String", # The resource name for the person, assigned by the server. An ASCII string
- # with a max length of 27 characters. Always starts with `people/`.
+ # with a max length of 27 characters, in the form of `people/<person_id>`.
"ageRanges": [ # The person's age ranges.
{ # A person's age range.
"ageRange": "A String", # The age range.
@@ -372,26 +368,8 @@
],
"relations": [ # The person's relations.
{ # A person's relation to another person.
- "person": "A String", # The name of the other person this relation refers to.
"formattedType": "A String", # The type of the relation translated and formatted in the viewer's account
# locale or the locale specified in the Accept-Language HTTP header.
- "type": "A String", # The person's relation to the other person. The type can be custom or predefined.
- # Possible values include, but are not limited to, the following values:
- #
- # * `spouse`
- # * `child`
- # * `mother`
- # * `father`
- # * `parent`
- # * `brother`
- # * `sister`
- # * `friend`
- # * `relative`
- # * `domesticPartner`
- # * `manager`
- # * `assistant`
- # * `referredBy`
- # * `partner`
"metadata": { # Metadata about a field. # Metadata about the relation.
"source": { # The source of a field. # The source of the field.
"etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
@@ -409,6 +387,24 @@
"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 predefined.
+ # Possible values include, but are not limited to, the following 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
@@ -611,7 +607,9 @@
"photos": [ # The person's photos.
{ # A person's read-only photo. A picture shown next to the person's name to
# help others recognize the person.
- "url": "A String", # The URL of the 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. 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.
"etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
@@ -738,8 +736,19 @@
"organizations": [ # The person's past or current organizations.
{ # A person's past or current organization. Overlapping date ranges are
# permitted.
- "formattedType": "A String", # The read-only type of the organization translated and formatted in the
- # viewer's account locale or the `Accept-Language` HTTP header locale.
+ "startDate": { # Represents a whole calendar date, for example a date of birth. The time # The start date when the person joined the organization.
+ # of day and time zone are either specified elsewhere or are not
+ # significant. The date is relative to the
+ # [Proleptic Gregorian Calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar).
+ # The day may be 0 to represent a year and month where the day is not
+ # significant. The year may be 0 to represent a month and day independent
+ # of year; for example, anniversary date.
+ "month": 42, # Month of year. Must be from 1 to 12.
+ "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0
+ # if specifying a year/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.
+ },
"domain": "A String", # The domain name associated with the organization; for example, `google.com`.
"endDate": { # Represents a whole calendar date, for example a date of birth. The time # The end date when the person left the organization.
# of day and time zone are either specified elsewhere or are not
@@ -755,27 +764,16 @@
# a year.
},
"name": "A String", # The name of the organization.
- "startDate": { # Represents a whole calendar date, for example a date of birth. The time # The start date when the person joined the organization.
- # of day and time zone are either specified elsewhere or are not
- # significant. The date is relative to the
- # [Proleptic Gregorian Calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar).
- # The day may be 0 to represent a year and month where the day is not
- # significant. The year may be 0 to represent a month and day independent
- # of year; for example, anniversary date.
- "month": 42, # Month of year. Must be from 1 to 12.
- "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0
- # if specifying a year/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.
- },
+ "title": "A String", # The person's job title at the organization.
"symbol": "A String", # The symbol associated with the organization; for example, a stock ticker
# symbol, abbreviation, or acronym.
- "title": "A String", # The person's job title at the organization.
"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.
+ "formattedType": "A String", # The read-only type of the organization translated and formatted in the
+ # viewer's account locale or the `Accept-Language` HTTP header locale.
"type": "A String", # The type of the organization. The type can be custom or predefined.
# Possible values include, but are not limited to, the following:
#
@@ -949,14 +947,14 @@
],
"emailAddresses": [ # The person's email addresses.
{ # A person's email address.
- "formattedType": "A String", # The read-only type of the email address translated and formatted in the
- # viewer's account locale or the `Accept-Language` HTTP header locale.
"type": "A String", # The type of the email address. The type can be custom or predefined.
# Possible values include, but are not limited to, the following:
#
# * `home`
# * `work`
# * `other`
+ "formattedType": "A String", # The read-only type of the email address translated and formatted in the
+ # viewer's account locale or the `Accept-Language` HTTP header locale.
"displayName": "A String", # The display name of the email.
"value": "A String", # The email address.
"metadata": { # Metadata about a field. # Metadata about the email address.
@@ -981,6 +979,7 @@
},
],
"nextSyncToken": "A String", # The token that can be used to retrieve changes since the last request.
+ "totalItems": 42, # The total number of items in the list without pagination.
}</pre>
</div>