Refresh docs
diff --git a/docs/dyn/plus_v1.people.html b/docs/dyn/plus_v1.people.html
index 08f6212..ee6710c 100644
--- a/docs/dyn/plus_v1.people.html
+++ b/docs/dyn/plus_v1.people.html
@@ -136,6 +136,7 @@
       "givenName": "A String", # The given name (first name) of this person.
       "honorificSuffix": "A String", # The honorific suffixes (such as "Jr.") for this person.
     },
+    "isPlusUser": True or False, # Whether this user has signed up for G+.
     "url": "A String", # The URL of this person's profile.
     "gender": "A String", # The person's gender. Possible values are:
         # - "male" - Male gender.
@@ -159,14 +160,6 @@
         "value": "A String", # The email address.
       },
     ],
-    "nickname": "A String", # The nickname of this person.
-    "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
-    "etag": "A String", # ETag of this response for caching purposes.
-    "image": { # The representation of the person's profile photo.
-      "url": "A String", # The URL of the person's profile photo. To re-size the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
-    },
-    "hasApp": True or False, # If "true", indicates that the person has installed the app that is making the request and has chosen to expose this install state to the caller. A value of "false" indicates that the install state cannot be determined (it is either not installed or the person has chosen to keep this information private).
-    "id": "A String", # The ID of this person.
     "urls": [ # A list of URLs for this person.
       {
         "type": "A String", # The type of URL. Possible values are:
@@ -179,9 +172,14 @@
         "value": "A String", # The URL value.
       },
     ],
-    "languagesSpoken": [ # The languages spoken by this person.
-      "A String",
-    ],
+    "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+    "etag": "A String", # ETag of this response for caching purposes.
+    "image": { # The representation of the person's profile photo.
+      "url": "A String", # The URL of the person's profile photo. To re-size the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
+    },
+    "hasApp": True or False, # If "true", indicates that the person has installed the app that is making the request and has chosen to expose this install state to the caller. A value of "false" indicates that the install state cannot be determined (it is either not installed or the person has chosen to keep this information private).
+    "id": "A String", # The ID of this person.
+    "nickname": "A String", # The nickname of this person.
     "currentLocation": "A String", # The current location for this person.
     "objectType": "A String", # Type of person within Google+. Possible values are:
         # - "person" - represents an actual person.
@@ -199,17 +197,17 @@
     Allowed values
       plusoners - List all people who have +1'd this activity.
       resharers - List all people who have reshared this activity.
-  pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
-  maxResults: integer, The maximum number of people to include in the response, used for paging. For any response, the actual number returned may be less than the specified maxResults.
+  pageToken: string, The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
+  maxResults: integer, The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.
 
 Returns:
   An object of the form:
 
     {
-    "nextPageToken": "A String", # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
+    "nextPageToken": "A String", # The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
     "kind": "plus#peopleFeed", # Identifies this resource as a collection of people. Value: "plus#peopleFeed".
     "title": "A String", # The title of this collection of people.
-    "items": [ # The people in this page of results. Each item will include the id, displayName, image, and url for the person. To retrieve additional profile data, see the people.get method.
+    "items": [ # The people in this page of results. Each item includes the id, displayName, image, and url for the person. To retrieve additional profile data, see the people.get method.
       {
         "relationshipStatus": "A String", # The person's relationship status. Possible values are:
             # - "single" - Person is single.
@@ -246,6 +244,7 @@
           "givenName": "A String", # The given name (first name) of this person.
           "honorificSuffix": "A String", # The honorific suffixes (such as "Jr.") for this person.
         },
+        "isPlusUser": True or False, # Whether this user has signed up for G+.
         "url": "A String", # The URL of this person's profile.
         "gender": "A String", # The person's gender. Possible values are:
             # - "male" - Male gender.
@@ -269,14 +268,6 @@
             "value": "A String", # The email address.
           },
         ],
-        "nickname": "A String", # The nickname of this person.
-        "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
-        "etag": "A String", # ETag of this response for caching purposes.
-        "image": { # The representation of the person's profile photo.
-          "url": "A String", # The URL of the person's profile photo. To re-size the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
-        },
-        "hasApp": True or False, # If "true", indicates that the person has installed the app that is making the request and has chosen to expose this install state to the caller. A value of "false" indicates that the install state cannot be determined (it is either not installed or the person has chosen to keep this information private).
-        "id": "A String", # The ID of this person.
         "urls": [ # A list of URLs for this person.
           {
             "type": "A String", # The type of URL. Possible values are:
@@ -289,9 +280,14 @@
             "value": "A String", # The URL value.
           },
         ],
-        "languagesSpoken": [ # The languages spoken by this person.
-          "A String",
-        ],
+        "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+        "etag": "A String", # ETag of this response for caching purposes.
+        "image": { # The representation of the person's profile photo.
+          "url": "A String", # The URL of the person's profile photo. To re-size the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
+        },
+        "hasApp": True or False, # If "true", indicates that the person has installed the app that is making the request and has chosen to expose this install state to the caller. A value of "false" indicates that the install state cannot be determined (it is either not installed or the person has chosen to keep this information private).
+        "id": "A String", # The ID of this person.
+        "nickname": "A String", # The nickname of this person.
         "currentLocation": "A String", # The current location for this person.
         "objectType": "A String", # Type of person within Google+. Possible values are:
             # - "person" - represents an actual person.
@@ -299,6 +295,7 @@
       },
     ],
     "etag": "A String", # ETag of this response for caching purposes.
+    "totalItems": 42, # The total number of people available in this list. The number of people in a response might be smaller due to paging. This might not be set for all collections.
     "selfLink": "A String", # Link to this resource.
   }</pre>
 </div>
@@ -323,18 +320,18 @@
 
 Args:
   query: string, Specify a query string for full text search of public text in all profiles. (required)
-  pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. This token may be of any length.
+  pageToken: string, The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. This token can be of any length.
   language: string, Specify the preferred language to search with. See search language codes for available values.
-  maxResults: integer, The maximum number of people to include in the response, used for paging. For any response, the actual number returned may be less than the specified maxResults.
+  maxResults: integer, The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.
 
 Returns:
   An object of the form:
 
     {
-    "nextPageToken": "A String", # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
+    "nextPageToken": "A String", # The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
     "kind": "plus#peopleFeed", # Identifies this resource as a collection of people. Value: "plus#peopleFeed".
     "title": "A String", # The title of this collection of people.
-    "items": [ # The people in this page of results. Each item will include the id, displayName, image, and url for the person. To retrieve additional profile data, see the people.get method.
+    "items": [ # The people in this page of results. Each item includes the id, displayName, image, and url for the person. To retrieve additional profile data, see the people.get method.
       {
         "relationshipStatus": "A String", # The person's relationship status. Possible values are:
             # - "single" - Person is single.
@@ -371,6 +368,7 @@
           "givenName": "A String", # The given name (first name) of this person.
           "honorificSuffix": "A String", # The honorific suffixes (such as "Jr.") for this person.
         },
+        "isPlusUser": True or False, # Whether this user has signed up for G+.
         "url": "A String", # The URL of this person's profile.
         "gender": "A String", # The person's gender. Possible values are:
             # - "male" - Male gender.
@@ -394,14 +392,6 @@
             "value": "A String", # The email address.
           },
         ],
-        "nickname": "A String", # The nickname of this person.
-        "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
-        "etag": "A String", # ETag of this response for caching purposes.
-        "image": { # The representation of the person's profile photo.
-          "url": "A String", # The URL of the person's profile photo. To re-size the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
-        },
-        "hasApp": True or False, # If "true", indicates that the person has installed the app that is making the request and has chosen to expose this install state to the caller. A value of "false" indicates that the install state cannot be determined (it is either not installed or the person has chosen to keep this information private).
-        "id": "A String", # The ID of this person.
         "urls": [ # A list of URLs for this person.
           {
             "type": "A String", # The type of URL. Possible values are:
@@ -414,9 +404,14 @@
             "value": "A String", # The URL value.
           },
         ],
-        "languagesSpoken": [ # The languages spoken by this person.
-          "A String",
-        ],
+        "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+        "etag": "A String", # ETag of this response for caching purposes.
+        "image": { # The representation of the person's profile photo.
+          "url": "A String", # The URL of the person's profile photo. To re-size the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
+        },
+        "hasApp": True or False, # If "true", indicates that the person has installed the app that is making the request and has chosen to expose this install state to the caller. A value of "false" indicates that the install state cannot be determined (it is either not installed or the person has chosen to keep this information private).
+        "id": "A String", # The ID of this person.
+        "nickname": "A String", # The nickname of this person.
         "currentLocation": "A String", # The current location for this person.
         "objectType": "A String", # Type of person within Google+. Possible values are:
             # - "person" - represents an actual person.
@@ -424,6 +419,7 @@
       },
     ],
     "etag": "A String", # ETag of this response for caching purposes.
+    "totalItems": 42, # The total number of people available in this list. The number of people in a response might be smaller due to paging. This might not be set for all collections.
     "selfLink": "A String", # Link to this resource.
   }</pre>
 </div>