docs: update generated docs (#981)

diff --git a/docs/dyn/fitness_v1.users.sessions.html b/docs/dyn/fitness_v1.users.sessions.html
index e05d7b4..bb2710d 100644
--- a/docs/dyn/fitness_v1.users.sessions.html
+++ b/docs/dyn/fitness_v1.users.sessions.html
@@ -78,7 +78,7 @@
   <code><a href="#delete">delete(userId, sessionId, currentTimeMillis=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Deletes a session specified by the given session ID.</p>
 <p class="toc_element">
-  <code><a href="#list">list(userId, endTime=None, startTime=None, pageToken=None, includeDeleted=None, activityType=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(userId, includeDeleted=None, startTime=None, activityType=None, pageToken=None, endTime=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists sessions previously created.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -104,31 +104,31 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(userId, endTime=None, startTime=None, pageToken=None, includeDeleted=None, activityType=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(userId, includeDeleted=None, startTime=None, activityType=None, pageToken=None, endTime=None, x__xgafv=None)</code>
   <pre>Lists sessions previously created.
 
 Args:
   userId: string, List sessions for the person identified. Use &lt;code&gt;me&lt;/code&gt; to indicate
 the authenticated user. Only &lt;code&gt;me&lt;/code&gt; is supported at this time. (required)
-  endTime: string, An &lt;a href=&quot;https://www.ietf.org/rfc/rfc3339.txt&quot;&gt;RFC3339&lt;/a&gt; timestamp.
-Only sessions ending between the start and end times will be included in
-the response. If this time is omitted but &lt;var&gt;startTime&lt;/var&gt; is
-specified, all sessions from &lt;var&gt;startTime&lt;/var&gt; to the end of time will
-be returned.
+  includeDeleted: boolean, If true, and if both &lt;var&gt;startTime&lt;/var&gt; and &lt;var&gt;endTime&lt;/var&gt; are
+omitted, session deletions will be returned.
   startTime: string, An &lt;a href=&quot;https://www.ietf.org/rfc/rfc3339.txt&quot;&gt;RFC3339&lt;/a&gt; timestamp.
 Only sessions ending between the start and end times will be included in
 the response. If this time is omitted but &lt;var&gt;endTime&lt;/var&gt; is specified,
 all sessions from the start of time up to &lt;var&gt;endTime&lt;/var&gt; will be
 returned.
+  activityType: integer, If non-empty, only sessions with these activity types should be returned. (repeated)
   pageToken: string, The continuation token, which is used for incremental syncing.
 To get the next batch of changes, set this parameter to the value of
 &lt;code&gt;nextPageToken&lt;/code&gt; from the previous response. The page token is
 ignored if either start or end time is specified. If none of start time,
 end time, and the page token is specified, sessions modified in the last
 30 days are returned.
-  includeDeleted: boolean, If true, and if both &lt;var&gt;startTime&lt;/var&gt; and &lt;var&gt;endTime&lt;/var&gt; are
-omitted, session deletions will be returned.
-  activityType: integer, If non-empty, only sessions with these activity types should be returned. (repeated)
+  endTime: string, An &lt;a href=&quot;https://www.ietf.org/rfc/rfc3339.txt&quot;&gt;RFC3339&lt;/a&gt; timestamp.
+Only sessions ending between the start and end times will be included in
+the response. If this time is omitted but &lt;var&gt;startTime&lt;/var&gt; is
+specified, all sessions from &lt;var&gt;startTime&lt;/var&gt; to the end of time will
+be returned.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -145,69 +145,69 @@
           # information.
         &quot;id&quot;: &quot;A String&quot;, # A client-generated identifier that is unique across all sessions owned by
             # this particular user.
+        &quot;activityType&quot;: 42, # The type of activity this session represents.
         &quot;endTimeMillis&quot;: &quot;A String&quot;, # An end time, in milliseconds since epoch, inclusive.
+        &quot;description&quot;: &quot;A String&quot;, # A description for this session.
+        &quot;startTimeMillis&quot;: &quot;A String&quot;, # A start time, in milliseconds since epoch, inclusive.
+        &quot;name&quot;: &quot;A String&quot;, # A human readable name of the session.
         &quot;application&quot;: { # The application that created the session.
           &quot;packageName&quot;: &quot;A String&quot;, # Package name for this application. This is used as a unique
               # identifier when created by Android applications, but cannot be specified
               # by REST clients. REST clients will have their developer project number
               # reflected into the Data Source data stream IDs, instead of the packageName.
+          &quot;detailsUrl&quot;: &quot;A String&quot;, # An optional URI that can be used to link back to the application.
+          &quot;version&quot;: &quot;A String&quot;, # Version of the application. You should update this field whenever the
+              # application changes in a way that affects the computation of the data.
           &quot;name&quot;: &quot;A String&quot;, # The name of this application. This is required for REST clients, but we
               # do not enforce uniqueness of this name. It is provided as a matter of
               # convenience for other developers who would like to identify which REST
               # created an Application or Data Source.
-          &quot;detailsUrl&quot;: &quot;A String&quot;, # An optional URI that can be used to link back to the application.
-          &quot;version&quot;: &quot;A String&quot;, # Version of the application. You should update this field whenever the
-              # application changes in a way that affects the computation of the data.
         },
-        &quot;description&quot;: &quot;A String&quot;, # A description for this session.
-        &quot;startTimeMillis&quot;: &quot;A String&quot;, # A start time, in milliseconds since epoch, inclusive.
-        &quot;activityType&quot;: 42, # The type of activity this session represents.
-        &quot;modifiedTimeMillis&quot;: &quot;A String&quot;, # A timestamp that indicates when the session was last modified.
-        &quot;name&quot;: &quot;A String&quot;, # A human readable name of the session.
         &quot;activeTimeMillis&quot;: &quot;A String&quot;, # Session active time. While start_time_millis and end_time_millis define
             # the full session time, the active time can be shorter and specified by
             # active_time_millis.
             # If the inactive time during the session is known, it should also be
             # inserted via a com.google.activity.segment data point with a STILL
             # activity value
+        &quot;modifiedTimeMillis&quot;: &quot;A String&quot;, # A timestamp that indicates when the session was last modified.
       },
     ],
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # The sync token which is used to sync further changes. This will only be
+        # provided if both &lt;var&gt;startTime&lt;/var&gt; and &lt;var&gt;endTime&lt;/var&gt; are omitted
+        # from the request.
     &quot;session&quot;: [ # Sessions with an end time that is between &lt;var&gt;startTime&lt;/var&gt; and
         # &lt;var&gt;endTime&lt;/var&gt; of the request.
       { # Sessions contain metadata, such as a user-friendly name and time interval
           # information.
         &quot;id&quot;: &quot;A String&quot;, # A client-generated identifier that is unique across all sessions owned by
             # this particular user.
+        &quot;activityType&quot;: 42, # The type of activity this session represents.
         &quot;endTimeMillis&quot;: &quot;A String&quot;, # An end time, in milliseconds since epoch, inclusive.
+        &quot;description&quot;: &quot;A String&quot;, # A description for this session.
+        &quot;startTimeMillis&quot;: &quot;A String&quot;, # A start time, in milliseconds since epoch, inclusive.
+        &quot;name&quot;: &quot;A String&quot;, # A human readable name of the session.
         &quot;application&quot;: { # The application that created the session.
           &quot;packageName&quot;: &quot;A String&quot;, # Package name for this application. This is used as a unique
               # identifier when created by Android applications, but cannot be specified
               # by REST clients. REST clients will have their developer project number
               # reflected into the Data Source data stream IDs, instead of the packageName.
+          &quot;detailsUrl&quot;: &quot;A String&quot;, # An optional URI that can be used to link back to the application.
+          &quot;version&quot;: &quot;A String&quot;, # Version of the application. You should update this field whenever the
+              # application changes in a way that affects the computation of the data.
           &quot;name&quot;: &quot;A String&quot;, # The name of this application. This is required for REST clients, but we
               # do not enforce uniqueness of this name. It is provided as a matter of
               # convenience for other developers who would like to identify which REST
               # created an Application or Data Source.
-          &quot;detailsUrl&quot;: &quot;A String&quot;, # An optional URI that can be used to link back to the application.
-          &quot;version&quot;: &quot;A String&quot;, # Version of the application. You should update this field whenever the
-              # application changes in a way that affects the computation of the data.
         },
-        &quot;description&quot;: &quot;A String&quot;, # A description for this session.
-        &quot;startTimeMillis&quot;: &quot;A String&quot;, # A start time, in milliseconds since epoch, inclusive.
-        &quot;activityType&quot;: 42, # The type of activity this session represents.
-        &quot;modifiedTimeMillis&quot;: &quot;A String&quot;, # A timestamp that indicates when the session was last modified.
-        &quot;name&quot;: &quot;A String&quot;, # A human readable name of the session.
         &quot;activeTimeMillis&quot;: &quot;A String&quot;, # Session active time. While start_time_millis and end_time_millis define
             # the full session time, the active time can be shorter and specified by
             # active_time_millis.
             # If the inactive time during the session is known, it should also be
             # inserted via a com.google.activity.segment data point with a STILL
             # activity value
+        &quot;modifiedTimeMillis&quot;: &quot;A String&quot;, # A timestamp that indicates when the session was last modified.
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # The sync token which is used to sync further changes. This will only be
-        # provided if both &lt;var&gt;startTime&lt;/var&gt; and &lt;var&gt;endTime&lt;/var&gt; are omitted
-        # from the request.
     &quot;hasMoreData&quot;: True or False, # Flag to indicate server has more data to transfer.
         # DO NOT USE THIS FIELD. It is never populated in responses from the server.
   }</pre>
@@ -242,31 +242,31 @@
     # information.
   &quot;id&quot;: &quot;A String&quot;, # A client-generated identifier that is unique across all sessions owned by
       # this particular user.
+  &quot;activityType&quot;: 42, # The type of activity this session represents.
   &quot;endTimeMillis&quot;: &quot;A String&quot;, # An end time, in milliseconds since epoch, inclusive.
+  &quot;description&quot;: &quot;A String&quot;, # A description for this session.
+  &quot;startTimeMillis&quot;: &quot;A String&quot;, # A start time, in milliseconds since epoch, inclusive.
+  &quot;name&quot;: &quot;A String&quot;, # A human readable name of the session.
   &quot;application&quot;: { # The application that created the session.
     &quot;packageName&quot;: &quot;A String&quot;, # Package name for this application. This is used as a unique
         # identifier when created by Android applications, but cannot be specified
         # by REST clients. REST clients will have their developer project number
         # reflected into the Data Source data stream IDs, instead of the packageName.
+    &quot;detailsUrl&quot;: &quot;A String&quot;, # An optional URI that can be used to link back to the application.
+    &quot;version&quot;: &quot;A String&quot;, # Version of the application. You should update this field whenever the
+        # application changes in a way that affects the computation of the data.
     &quot;name&quot;: &quot;A String&quot;, # The name of this application. This is required for REST clients, but we
         # do not enforce uniqueness of this name. It is provided as a matter of
         # convenience for other developers who would like to identify which REST
         # created an Application or Data Source.
-    &quot;detailsUrl&quot;: &quot;A String&quot;, # An optional URI that can be used to link back to the application.
-    &quot;version&quot;: &quot;A String&quot;, # Version of the application. You should update this field whenever the
-        # application changes in a way that affects the computation of the data.
   },
-  &quot;description&quot;: &quot;A String&quot;, # A description for this session.
-  &quot;startTimeMillis&quot;: &quot;A String&quot;, # A start time, in milliseconds since epoch, inclusive.
-  &quot;activityType&quot;: 42, # The type of activity this session represents.
-  &quot;modifiedTimeMillis&quot;: &quot;A String&quot;, # A timestamp that indicates when the session was last modified.
-  &quot;name&quot;: &quot;A String&quot;, # A human readable name of the session.
   &quot;activeTimeMillis&quot;: &quot;A String&quot;, # Session active time. While start_time_millis and end_time_millis define
       # the full session time, the active time can be shorter and specified by
       # active_time_millis.
       # If the inactive time during the session is known, it should also be
       # inserted via a com.google.activity.segment data point with a STILL
       # activity value
+  &quot;modifiedTimeMillis&quot;: &quot;A String&quot;, # A timestamp that indicates when the session was last modified.
 }
 
   currentTimeMillis: string, The client&#x27;s current time in milliseconds since epoch.
@@ -282,31 +282,31 @@
       # information.
     &quot;id&quot;: &quot;A String&quot;, # A client-generated identifier that is unique across all sessions owned by
         # this particular user.
+    &quot;activityType&quot;: 42, # The type of activity this session represents.
     &quot;endTimeMillis&quot;: &quot;A String&quot;, # An end time, in milliseconds since epoch, inclusive.
+    &quot;description&quot;: &quot;A String&quot;, # A description for this session.
+    &quot;startTimeMillis&quot;: &quot;A String&quot;, # A start time, in milliseconds since epoch, inclusive.
+    &quot;name&quot;: &quot;A String&quot;, # A human readable name of the session.
     &quot;application&quot;: { # The application that created the session.
       &quot;packageName&quot;: &quot;A String&quot;, # Package name for this application. This is used as a unique
           # identifier when created by Android applications, but cannot be specified
           # by REST clients. REST clients will have their developer project number
           # reflected into the Data Source data stream IDs, instead of the packageName.
+      &quot;detailsUrl&quot;: &quot;A String&quot;, # An optional URI that can be used to link back to the application.
+      &quot;version&quot;: &quot;A String&quot;, # Version of the application. You should update this field whenever the
+          # application changes in a way that affects the computation of the data.
       &quot;name&quot;: &quot;A String&quot;, # The name of this application. This is required for REST clients, but we
           # do not enforce uniqueness of this name. It is provided as a matter of
           # convenience for other developers who would like to identify which REST
           # created an Application or Data Source.
-      &quot;detailsUrl&quot;: &quot;A String&quot;, # An optional URI that can be used to link back to the application.
-      &quot;version&quot;: &quot;A String&quot;, # Version of the application. You should update this field whenever the
-          # application changes in a way that affects the computation of the data.
     },
-    &quot;description&quot;: &quot;A String&quot;, # A description for this session.
-    &quot;startTimeMillis&quot;: &quot;A String&quot;, # A start time, in milliseconds since epoch, inclusive.
-    &quot;activityType&quot;: 42, # The type of activity this session represents.
-    &quot;modifiedTimeMillis&quot;: &quot;A String&quot;, # A timestamp that indicates when the session was last modified.
-    &quot;name&quot;: &quot;A String&quot;, # A human readable name of the session.
     &quot;activeTimeMillis&quot;: &quot;A String&quot;, # Session active time. While start_time_millis and end_time_millis define
         # the full session time, the active time can be shorter and specified by
         # active_time_millis.
         # If the inactive time during the session is known, it should also be
         # inserted via a com.google.activity.segment data point with a STILL
         # activity value
+    &quot;modifiedTimeMillis&quot;: &quot;A String&quot;, # A timestamp that indicates when the session was last modified.
   }</pre>
 </div>