chore: update generated docs (#1115)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets

- [x] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html b/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html
index 417dd61..72efacb 100644
--- a/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html
+++ b/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html
@@ -78,7 +78,7 @@
   <code><a href="#close">close()</a></code></p>
 <p class="firstline">Close httplib2 connections.</p>
 <p class="toc_element">
-  <code><a href="#list">list(parent, pageToken=None, filter=None, pageSize=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>
@@ -90,13 +90,13 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(parent, pageToken=None, filter=None, pageSize=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.
   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
@@ -107,16 +107,16 @@
   An object of the form:
 
     { # A response message for listing the instances details for a patch job.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # A pagination token that can be used to get the next page of results.
     &quot;patchJobInstanceDetails&quot;: [ # A list of instance status.
       { # Patch details for a VM instance. For more information about reviewing VM instance details, see [Listing all VM instance details for a specific patch job](https://cloud.google.com/compute/docs/os-patch-management/manage-patch-jobs#list-instance-details).
-        &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;instanceSystemId&quot;: &quot;A String&quot;, # The unique identifier for the instance. This identifier is defined by the server.
-        &quot;name&quot;: &quot;A String&quot;, # The instance name in the form `projects/*/zones/*/instances/*`
         &quot;state&quot;: &quot;A String&quot;, # Current state of instance patch.
+        &quot;failureReason&quot;: &quot;A String&quot;, # If the patch fails, this field provides the reason.
+        &quot;name&quot;: &quot;A String&quot;, # The instance name in the form `projects/*/zones/*/instances/*`
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # A pagination token that can be used to get the next page of results.
   }</pre>
 </div>