Clean and regen docs (#401)

diff --git a/docs/dyn/classroom_v1.userProfiles.guardians.html b/docs/dyn/classroom_v1.userProfiles.guardians.html
index f3b6210..c943471 100644
--- a/docs/dyn/classroom_v1.userProfiles.guardians.html
+++ b/docs/dyn/classroom_v1.userProfiles.guardians.html
@@ -170,14 +170,18 @@
 
     { # Association between a student and a guardian of that student. The guardian
       # may receive information about the student's course work.
-    "studentId": "A String", # Identifier for the student to whom the guardian relationship applies.
     "guardianId": "A String", # Identifier for the guardian.
     "invitedEmailAddress": "A String", # The email address to which the initial guardian invitation was sent.
         # This field is only visible to domain administrators.
+    "studentId": "A String", # Identifier for the student to whom the guardian relationship applies.
     "guardianProfile": { # Global information for a user. # User profile for the guardian.
-      "photoUrl": "A String", # URL of user's profile photo.
+      "permissions": [ # Global permissions of the user.
           #
           # Read-only.
+        { # Global user permission description.
+          "permission": "A String", # Permission value.
+        },
+      ],
       "emailAddress": "A String", # Email address of the user.
           #
           # Read-only.
@@ -198,13 +202,9 @@
             #
             # Read-only.
       },
-      "permissions": [ # Global permissions of the user.
+      "photoUrl": "A String", # URL of user's profile photo.
           #
           # Read-only.
-        { # Global user permission description.
-          "permission": "A String", # Permission value.
-        },
-      ],
     },
   }</pre>
 </div>
@@ -270,14 +270,18 @@
         # the request.
       { # Association between a student and a guardian of that student. The guardian
           # may receive information about the student's course work.
-        "studentId": "A String", # Identifier for the student to whom the guardian relationship applies.
         "guardianId": "A String", # Identifier for the guardian.
         "invitedEmailAddress": "A String", # The email address to which the initial guardian invitation was sent.
             # This field is only visible to domain administrators.
+        "studentId": "A String", # Identifier for the student to whom the guardian relationship applies.
         "guardianProfile": { # Global information for a user. # User profile for the guardian.
-          "photoUrl": "A String", # URL of user's profile photo.
+          "permissions": [ # Global permissions of the user.
               #
               # Read-only.
+            { # Global user permission description.
+              "permission": "A String", # Permission value.
+            },
+          ],
           "emailAddress": "A String", # Email address of the user.
               #
               # Read-only.
@@ -298,13 +302,9 @@
                 #
                 # Read-only.
           },
-          "permissions": [ # Global permissions of the user.
+          "photoUrl": "A String", # URL of user's profile photo.
               #
               # Read-only.
-            { # Global user permission description.
-              "permission": "A String", # Permission value.
-            },
-          ],
         },
       },
     ],