Refresh docs
diff --git a/docs/dyn/plus_v1.people.html b/docs/dyn/plus_v1.people.html
index ee6710c..91ffdcc 100644
--- a/docs/dyn/plus_v1.people.html
+++ b/docs/dyn/plus_v1.people.html
@@ -101,16 +101,40 @@
   An object of the form:
 
     {
-    "relationshipStatus": "A String", # The person's relationship status. Possible values are:
-        # - "single" - Person is single.
-        # - "in_a_relationship" - Person is in a relationship.
-        # - "engaged" - Person is engaged.
-        # - "married" - Person is married.
-        # - "its_complicated" - The relationship is complicated.
-        # - "open_relationship" - Person is in an open relationship.
-        # - "widowed" - Person is widowed.
-        # - "in_domestic_partnership" - Person is in a domestic partnership.
-        # - "in_civil_union" - Person is in a civil union.
+    "braggingRights": "A String", # The "bragging rights" line of this person.
+    "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.
+    "objectType": "A String", # Type of person within Google+. Possible values are:
+        # - "person" - represents an actual person.
+        # - "page" - represents a page.
+    "verified": True or False, # Whether the person or Google+ Page has been verified.
+    "tagline": "A String", # The brief description (tagline) of this person.
+    "currentLocation": "A String", # The current location for this person.
+    "etag": "A String", # ETag of this response for caching purposes.
+    "circledByCount": 42, # If a Google+ Page and for followers who are visible, the number of people who have added this page to a circle.
+    "aboutMe": "A String", # A short biography for this person.
+    "kind": "plus#person", # Identifies this resource as a person. Value: "plus#person".
+    "placesLived": [ # A list of places where this person has lived.
+      {
+        "primary": True or False, # If "true", this place of residence is this person's primary residence.
+        "value": "A String", # A place where this person has lived. For example: "Seattle, WA", "Near Toronto".
+      },
+    ],
+    "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+    "nickname": "A String", # The nickname of this person.
+    "emails": [ # A list of email addresses for this person.
+      {
+        "type": "A String", # The type of address. Possible values are:
+            # - "home" - Home email address.
+            # - "work" - Work email address.
+            # - "other" - Other.
+        "primary": True or False, # If "true", indicates this email address is the person's primary one.
+        "value": "A String", # The email address.
+      },
+    ],
     "organizations": [ # A list of current or past organizations with which this person is associated.
       {
         "startDate": "A String", # The date the person joined this organization.
@@ -126,7 +150,16 @@
         "name": "A String", # The name of the organization.
       },
     ],
-    "kind": "plus#person", # Identifies this resource as a person. Value: "plus#person".
+    "relationshipStatus": "A String", # The person's relationship status. Possible values are:
+        # - "single" - Person is single.
+        # - "in_a_relationship" - Person is in a relationship.
+        # - "engaged" - Person is engaged.
+        # - "married" - Person is married.
+        # - "its_complicated" - The relationship is complicated.
+        # - "open_relationship" - Person is in an open relationship.
+        # - "widowed" - Person is widowed.
+        # - "in_domestic_partnership" - Person is in a domestic partnership.
+        # - "in_civil_union" - Person is in a civil union.
     "displayName": "A String", # The name of this person, suitable for display.
     "name": { # An object representation of the individual components of a person's name.
       "honorificPrefix": "A String", # The honorific prefixes (such as "Dr." or "Mrs.") for this person.
@@ -136,30 +169,26 @@
       "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.
         # - "female" - Female gender.
         # - "other" - Other.
-    "aboutMe": "A String", # A short biography for this person.
-    "tagline": "A String", # The brief description (tagline) of this person.
-    "placesLived": [ # A list of places where this person has lived.
-      {
-        "primary": True or False, # If "true", this place of residence is this person's primary residence.
-        "value": "A String", # A place where this person has lived. For example: "Seattle, WA", "Near Toronto".
+    "cover": { # The cover photo content.
+      "layout": "A String", # The layout of the cover art. Possible values are:
+          # - "banner" - One large image banner.
+      "coverInfo": { # Extra information about the cover photo.
+        "leftImageOffset": 42, # The difference between the left position of the image cover and the actual displayed cover image. Only valid for BANNER layout.
+        "topImageOffset": 42, # The difference between the top position of the image cover and the actual displayed cover image. Only valid for BANNER layout.
       },
-    ],
-    "emails": [ # A list of email addresses for this person.
-      {
-        "type": "A String", # The type of address. Possible values are:
-            # - "home" - Home email address.
-            # - "work" - Work email address.
-            # - "other" - Other.
-        "primary": True or False, # If "true", indicates this email address is the person's primary one.
-        "value": "A String", # The email address.
+      "coverPhoto": { # The person's primary cover image.
+        "url": "A String", # The url to the image.
+        "width": 42, # The width to the image.
+        "height": 42, # The height to the image.
       },
-    ],
+    },
+    "isPlusUser": True or False, # Whether this user has signed up for Google+.
+    "plusOneCount": 42, # If a Google+ Page, the number of people who have +1'ed this page.
     "urls": [ # A list of URLs for this person.
       {
         "type": "A String", # The type of URL. Possible values are:
@@ -172,18 +201,6 @@
         "value": "A String", # The URL value.
       },
     ],
-    "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.
-        # - "page" - represents a page.
   }</pre>
 </div>
 
@@ -209,16 +226,40 @@
     "title": "A String", # The title of this collection of people.
     "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.
-            # - "in_a_relationship" - Person is in a relationship.
-            # - "engaged" - Person is engaged.
-            # - "married" - Person is married.
-            # - "its_complicated" - The relationship is complicated.
-            # - "open_relationship" - Person is in an open relationship.
-            # - "widowed" - Person is widowed.
-            # - "in_domestic_partnership" - Person is in a domestic partnership.
-            # - "in_civil_union" - Person is in a civil union.
+        "braggingRights": "A String", # The "bragging rights" line of this person.
+        "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.
+        "objectType": "A String", # Type of person within Google+. Possible values are:
+            # - "person" - represents an actual person.
+            # - "page" - represents a page.
+        "verified": True or False, # Whether the person or Google+ Page has been verified.
+        "tagline": "A String", # The brief description (tagline) of this person.
+        "currentLocation": "A String", # The current location for this person.
+        "etag": "A String", # ETag of this response for caching purposes.
+        "circledByCount": 42, # If a Google+ Page and for followers who are visible, the number of people who have added this page to a circle.
+        "aboutMe": "A String", # A short biography for this person.
+        "kind": "plus#person", # Identifies this resource as a person. Value: "plus#person".
+        "placesLived": [ # A list of places where this person has lived.
+          {
+            "primary": True or False, # If "true", this place of residence is this person's primary residence.
+            "value": "A String", # A place where this person has lived. For example: "Seattle, WA", "Near Toronto".
+          },
+        ],
+        "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+        "nickname": "A String", # The nickname of this person.
+        "emails": [ # A list of email addresses for this person.
+          {
+            "type": "A String", # The type of address. Possible values are:
+                # - "home" - Home email address.
+                # - "work" - Work email address.
+                # - "other" - Other.
+            "primary": True or False, # If "true", indicates this email address is the person's primary one.
+            "value": "A String", # The email address.
+          },
+        ],
         "organizations": [ # A list of current or past organizations with which this person is associated.
           {
             "startDate": "A String", # The date the person joined this organization.
@@ -234,7 +275,16 @@
             "name": "A String", # The name of the organization.
           },
         ],
-        "kind": "plus#person", # Identifies this resource as a person. Value: "plus#person".
+        "relationshipStatus": "A String", # The person's relationship status. Possible values are:
+            # - "single" - Person is single.
+            # - "in_a_relationship" - Person is in a relationship.
+            # - "engaged" - Person is engaged.
+            # - "married" - Person is married.
+            # - "its_complicated" - The relationship is complicated.
+            # - "open_relationship" - Person is in an open relationship.
+            # - "widowed" - Person is widowed.
+            # - "in_domestic_partnership" - Person is in a domestic partnership.
+            # - "in_civil_union" - Person is in a civil union.
         "displayName": "A String", # The name of this person, suitable for display.
         "name": { # An object representation of the individual components of a person's name.
           "honorificPrefix": "A String", # The honorific prefixes (such as "Dr." or "Mrs.") for this person.
@@ -244,30 +294,26 @@
           "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.
             # - "female" - Female gender.
             # - "other" - Other.
-        "aboutMe": "A String", # A short biography for this person.
-        "tagline": "A String", # The brief description (tagline) of this person.
-        "placesLived": [ # A list of places where this person has lived.
-          {
-            "primary": True or False, # If "true", this place of residence is this person's primary residence.
-            "value": "A String", # A place where this person has lived. For example: "Seattle, WA", "Near Toronto".
+        "cover": { # The cover photo content.
+          "layout": "A String", # The layout of the cover art. Possible values are:
+              # - "banner" - One large image banner.
+          "coverInfo": { # Extra information about the cover photo.
+            "leftImageOffset": 42, # The difference between the left position of the image cover and the actual displayed cover image. Only valid for BANNER layout.
+            "topImageOffset": 42, # The difference between the top position of the image cover and the actual displayed cover image. Only valid for BANNER layout.
           },
-        ],
-        "emails": [ # A list of email addresses for this person.
-          {
-            "type": "A String", # The type of address. Possible values are:
-                # - "home" - Home email address.
-                # - "work" - Work email address.
-                # - "other" - Other.
-            "primary": True or False, # If "true", indicates this email address is the person's primary one.
-            "value": "A String", # The email address.
+          "coverPhoto": { # The person's primary cover image.
+            "url": "A String", # The url to the image.
+            "width": 42, # The width to the image.
+            "height": 42, # The height to the image.
           },
-        ],
+        },
+        "isPlusUser": True or False, # Whether this user has signed up for Google+.
+        "plusOneCount": 42, # If a Google+ Page, the number of people who have +1'ed this page.
         "urls": [ # A list of URLs for this person.
           {
             "type": "A String", # The type of URL. Possible values are:
@@ -280,18 +326,6 @@
             "value": "A String", # The URL value.
           },
         ],
-        "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.
-            # - "page" - represents a page.
       },
     ],
     "etag": "A String", # ETag of this response for caching purposes.
@@ -311,7 +345,7 @@
 Returns:
   A request object that you can call 'execute()' on to request the next
   page. Returns None if there are no more items in the collection.
-      </pre>
+    </pre>
 </div>
 
 <div class="method">
@@ -333,16 +367,40 @@
     "title": "A String", # The title of this collection of people.
     "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.
-            # - "in_a_relationship" - Person is in a relationship.
-            # - "engaged" - Person is engaged.
-            # - "married" - Person is married.
-            # - "its_complicated" - The relationship is complicated.
-            # - "open_relationship" - Person is in an open relationship.
-            # - "widowed" - Person is widowed.
-            # - "in_domestic_partnership" - Person is in a domestic partnership.
-            # - "in_civil_union" - Person is in a civil union.
+        "braggingRights": "A String", # The "bragging rights" line of this person.
+        "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.
+        "objectType": "A String", # Type of person within Google+. Possible values are:
+            # - "person" - represents an actual person.
+            # - "page" - represents a page.
+        "verified": True or False, # Whether the person or Google+ Page has been verified.
+        "tagline": "A String", # The brief description (tagline) of this person.
+        "currentLocation": "A String", # The current location for this person.
+        "etag": "A String", # ETag of this response for caching purposes.
+        "circledByCount": 42, # If a Google+ Page and for followers who are visible, the number of people who have added this page to a circle.
+        "aboutMe": "A String", # A short biography for this person.
+        "kind": "plus#person", # Identifies this resource as a person. Value: "plus#person".
+        "placesLived": [ # A list of places where this person has lived.
+          {
+            "primary": True or False, # If "true", this place of residence is this person's primary residence.
+            "value": "A String", # A place where this person has lived. For example: "Seattle, WA", "Near Toronto".
+          },
+        ],
+        "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+        "nickname": "A String", # The nickname of this person.
+        "emails": [ # A list of email addresses for this person.
+          {
+            "type": "A String", # The type of address. Possible values are:
+                # - "home" - Home email address.
+                # - "work" - Work email address.
+                # - "other" - Other.
+            "primary": True or False, # If "true", indicates this email address is the person's primary one.
+            "value": "A String", # The email address.
+          },
+        ],
         "organizations": [ # A list of current or past organizations with which this person is associated.
           {
             "startDate": "A String", # The date the person joined this organization.
@@ -358,7 +416,16 @@
             "name": "A String", # The name of the organization.
           },
         ],
-        "kind": "plus#person", # Identifies this resource as a person. Value: "plus#person".
+        "relationshipStatus": "A String", # The person's relationship status. Possible values are:
+            # - "single" - Person is single.
+            # - "in_a_relationship" - Person is in a relationship.
+            # - "engaged" - Person is engaged.
+            # - "married" - Person is married.
+            # - "its_complicated" - The relationship is complicated.
+            # - "open_relationship" - Person is in an open relationship.
+            # - "widowed" - Person is widowed.
+            # - "in_domestic_partnership" - Person is in a domestic partnership.
+            # - "in_civil_union" - Person is in a civil union.
         "displayName": "A String", # The name of this person, suitable for display.
         "name": { # An object representation of the individual components of a person's name.
           "honorificPrefix": "A String", # The honorific prefixes (such as "Dr." or "Mrs.") for this person.
@@ -368,30 +435,26 @@
           "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.
             # - "female" - Female gender.
             # - "other" - Other.
-        "aboutMe": "A String", # A short biography for this person.
-        "tagline": "A String", # The brief description (tagline) of this person.
-        "placesLived": [ # A list of places where this person has lived.
-          {
-            "primary": True or False, # If "true", this place of residence is this person's primary residence.
-            "value": "A String", # A place where this person has lived. For example: "Seattle, WA", "Near Toronto".
+        "cover": { # The cover photo content.
+          "layout": "A String", # The layout of the cover art. Possible values are:
+              # - "banner" - One large image banner.
+          "coverInfo": { # Extra information about the cover photo.
+            "leftImageOffset": 42, # The difference between the left position of the image cover and the actual displayed cover image. Only valid for BANNER layout.
+            "topImageOffset": 42, # The difference between the top position of the image cover and the actual displayed cover image. Only valid for BANNER layout.
           },
-        ],
-        "emails": [ # A list of email addresses for this person.
-          {
-            "type": "A String", # The type of address. Possible values are:
-                # - "home" - Home email address.
-                # - "work" - Work email address.
-                # - "other" - Other.
-            "primary": True or False, # If "true", indicates this email address is the person's primary one.
-            "value": "A String", # The email address.
+          "coverPhoto": { # The person's primary cover image.
+            "url": "A String", # The url to the image.
+            "width": 42, # The width to the image.
+            "height": 42, # The height to the image.
           },
-        ],
+        },
+        "isPlusUser": True or False, # Whether this user has signed up for Google+.
+        "plusOneCount": 42, # If a Google+ Page, the number of people who have +1'ed this page.
         "urls": [ # A list of URLs for this person.
           {
             "type": "A String", # The type of URL. Possible values are:
@@ -404,18 +467,6 @@
             "value": "A String", # The URL value.
           },
         ],
-        "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.
-            # - "page" - represents a page.
       },
     ],
     "etag": "A String", # ETag of this response for caching purposes.
@@ -435,7 +486,7 @@
 Returns:
   A request object that you can call 'execute()' on to request the next
   page. Returns None if there are no more items in the collection.
-      </pre>
+    </pre>
 </div>
 
 </body></html>
\ No newline at end of file