docs: update generated docs (#981)

diff --git a/docs/dyn/jobs_v3p1beta1.projects.html b/docs/dyn/jobs_v3p1beta1.projects.html
index afdc484..51df33b 100644
--- a/docs/dyn/jobs_v3p1beta1.projects.html
+++ b/docs/dyn/jobs_v3p1beta1.projects.html
@@ -95,11 +95,11 @@
 <p class="firstline">Returns the operations Resource.</p>
 
 <p class="toc_element">
-  <code><a href="#complete">complete(name, languageCodes=None, companyName=None, scope=None, pageSize=None, query=None, languageCode=None, type=None, x__xgafv=None)</a></code></p>
+  <code><a href="#complete">complete(name, scope=None, query=None, type=None, languageCodes=None, companyName=None, pageSize=None, languageCode=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Completes the specified prefix with keyword suggestions.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="complete">complete(name, languageCodes=None, companyName=None, scope=None, pageSize=None, query=None, languageCode=None, type=None, x__xgafv=None)</code>
+    <code class="details" id="complete">complete(name, scope=None, query=None, type=None, languageCodes=None, companyName=None, pageSize=None, languageCode=None, x__xgafv=None)</code>
   <pre>Completes the specified prefix with keyword suggestions.
 Intended for use by a job search auto-complete search box.
 
@@ -108,6 +108,11 @@
 
 The format is &quot;projects/{project_id}&quot;, for example,
 &quot;projects/api-test-project&quot;. (required)
+  scope: string, Optional. The scope of the completion. The defaults is CompletionScope.PUBLIC.
+  query: string, Required. The query used to generate suggestions.
+
+The maximum number of allowed characters is 255.
+  type: string, Optional. The completion topic. The default is CompletionType.COMBINED.
   languageCodes: string, Optional. The list of languages of the query. This is
 the BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;.
 For more information, see
@@ -129,13 +134,9 @@
 
 The format is &quot;projects/{project_id}/companies/{company_id}&quot;, for example,
 &quot;projects/api-test-project/companies/foo&quot;.
-  scope: string, Optional. The scope of the completion. The defaults is CompletionScope.PUBLIC.
   pageSize: integer, Required. Completion result count.
 
 The maximum allowed page size is 10.
-  query: string, Required. The query used to generate suggestions.
-
-The maximum number of allowed characters is 255.
   languageCode: string, Deprecated. Use language_codes instead.
 
 Optional.
@@ -157,7 +158,6 @@
 language_code are returned.
 
 The maximum number of allowed characters is 255.
-  type: string, Optional. The completion topic. The default is CompletionType.COMBINED.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -180,9 +180,9 @@
       { # Output only.
           #
           # Resource that represents completion results.
+        &quot;suggestion&quot;: &quot;A String&quot;, # The suggestion for the query.
         &quot;imageUri&quot;: &quot;A String&quot;, # The URI of the company image for CompletionType.COMPANY_NAME.
         &quot;type&quot;: &quot;A String&quot;, # The completion topic.
-        &quot;suggestion&quot;: &quot;A String&quot;, # The suggestion for the query.
       },
     ],
   }</pre>