docs: update generated docs (#981)

diff --git a/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html b/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html
index 3d6219a..294a4c9 100644
--- a/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html
+++ b/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html
@@ -75,24 +75,24 @@
 <h1><a href="osconfig_v1.html">Cloud OS Config API</a> . <a href="osconfig_v1.projects.html">projects</a> . <a href="osconfig_v1.projects.patchJobs.html">patchJobs</a> . <a href="osconfig_v1.projects.patchJobs.instanceDetails.html">instanceDetails</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#list">list(parent, pageToken=None, pageSize=None, filter=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(parent, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Get a list of instance details for a given patch job.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
 <p class="firstline">Retrieves the next page of results.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="list">list(parent, pageToken=None, pageSize=None, filter=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(parent, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
   <pre>Get a list of instance details for a given patch job.
 
 Args:
   parent: string, Required. The parent for the instances are in the form of `projects/*/patchJobs/*`. (required)
-  pageToken: string, A pagination token returned from a previous call
-that indicates where this listing should continue from.
-  pageSize: integer, The maximum number of instance details records to return.  Default is 100.
   filter: string, A filter expression that filters results listed in the response. This
 field supports filtering results by instance zone, name, state, or
 `failure_reason`.
+  pageToken: string, A pagination token returned from a previous call
+that indicates where this listing should continue from.
+  pageSize: integer, The maximum number of instance details records to return.  Default is 100.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -110,9 +110,9 @@
         &quot;instanceSystemId&quot;: &quot;A String&quot;, # The unique identifier for the instance. This identifier is
             # defined by the server.
         &quot;state&quot;: &quot;A String&quot;, # Current state of instance patch.
-        &quot;attemptCount&quot;: &quot;A String&quot;, # The number of times the agent that the agent attempts to apply the patch.
         &quot;name&quot;: &quot;A String&quot;, # The instance name in the form `projects/*/zones/*/instances/*`
         &quot;failureReason&quot;: &quot;A String&quot;, # If the patch fails, this field provides the reason.
+        &quot;attemptCount&quot;: &quot;A String&quot;, # The number of times the agent that the agent attempts to apply the patch.
       },
     ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # A pagination token that can be used to get the next page of results.