docs: update generated docs (#981)
diff --git a/docs/dyn/jobs_v3.projects.html b/docs/dyn/jobs_v3.projects.html
index 223a551..244e0c0 100644
--- a/docs/dyn/jobs_v3.projects.html
+++ b/docs/dyn/jobs_v3.projects.html
@@ -90,11 +90,11 @@
<p class="firstline">Returns the jobs 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, companyName=None, languageCodes=None, scope=None, type=None, languageCode=None, query=None, pageSize=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, companyName=None, languageCodes=None, scope=None, type=None, languageCode=None, query=None, pageSize=None, x__xgafv=None)</code>
<pre>Completes the specified prefix with keyword suggestions.
Intended for use by a job search auto-complete search box.
@@ -103,6 +103,10 @@
The format is "projects/{project_id}", for example,
"projects/api-test-project". (required)
+ companyName: string, Optional. If provided, restricts completion to specified company.
+
+The format is "projects/{project_id}/companies/{company_id}", for example,
+"projects/api-test-project/companies/foo".
languageCodes: string, Optional. The list of languages of the query. This is
the BCP-47 language code, such as "en-US" or "sr-Latn".
For more information, see
@@ -120,17 +124,8 @@
language_codes are returned.
The maximum number of allowed characters is 255. (repeated)
- companyName: string, Optional. If provided, restricts completion to specified company.
-
-The format is "projects/{project_id}/companies/{company_id}", for example,
-"projects/api-test-project/companies/foo".
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.
+ type: string, Optional. The completion topic. The default is CompletionType.COMBINED.
languageCode: string, Deprecated. Use language_codes instead.
Optional.
@@ -152,7 +147,12 @@
language_code are returned.
The maximum number of allowed characters is 255.
- type: string, Optional. The completion topic. The default is CompletionType.COMBINED.
+ query: string, Required. The query used to generate suggestions.
+
+The maximum number of allowed characters is 255.
+ pageSize: integer, Required. Completion result count.
+
+The maximum allowed page size is 10.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -168,9 +168,9 @@
{ # Output only.
#
# Resource that represents completion results.
- "imageUri": "A String", # The URI of the company image for CompletionType.COMPANY_NAME.
- "type": "A String", # The completion topic.
"suggestion": "A String", # The suggestion for the query.
+ "type": "A String", # The completion topic.
+ "imageUri": "A String", # The URI of the company image for CompletionType.COMPANY_NAME.
},
],
"metadata": { # Output only. # Additional information for the API invocation, such as the request